Current ThreatQ Version Filter
 

Bitdefender Labs Blog CDF

The web format of this guide reflects the most current release.  Guides for older iterations are available in PDF format.  

Integration Details

ThreatQuotient provides the following details for this integration:

Introduction

The Bitdefender Labs Blog CDF enables security analysts to automatically ingest the latest threat intelligence articles directly from the Bitdefender Labs Blog into ThreatQ. By pulling advisories, bulletins, and in-depth analyses, it ensures teams remain informed about emerging cyber threats, newly discovered vulnerabilities, and available defensive tools.

The integration provides the following feed:

  • Bitdefender Labs Blog - ingests blog posts from the Bitdefender blog website.

The integration ingests the following system object types:

  • Indicator
  • Report
  • Vulnerability

Installation

Perform the following steps to install the integration:

The same steps can be used to upgrade the integration to a new version.

  1. Log into https://marketplace.threatq.com/.
  2. Locate and download the integration yaml file.
  3. Navigate to the integrations management page on your ThreatQ instance.
  4. Click on the Add New Integration button.
  5. Upload the integration yaml file using one of the following methods:
    • Drag and drop the file into the dialog box
    • Select Click to Browse to locate the file on your local machine
  6. Select the individual feeds to install, when prompted and click Install.

    ThreatQ will inform you if the feed already exists on the platform and will require user confirmation before proceeding. ThreatQ will also inform you if the new version of the feed contains changes to the user configuration. The new user configurations will overwrite the existing ones for the feed and will require user confirmation before proceeding.

The feed(s) will be added to the integrations page. You will still need to configure and then enable the feed.

Configuration

ThreatQuotient does not issue API keys for third-party vendors. Contact the specific vendor to obtain API keys and other integration-related credentials.

To configure the integration:

  1. Navigate to your integrations management page in ThreatQ.
  2. Select the OSINT option from the Category dropdown (optional).

    If you are installing the integration for the first time, it will be located under the Disabled tab.

  3. Click on the integration entry to open its details page.
  4. Enter the following parameters under the Configuration tab:
    Parameter Description
    Enable SSL Certificate Verification Enable this parameter if the feed should validate the host-provided SSL certificate. 
    Disable Proxies Enable this parameter if the feed should not honor proxies set in the ThreatQ UI.
    Parsed IOC Types Select the IOC types you would like to automatically parse from the content. The only option available at this time is CVE.
    Ingest CVEs As Select the entity type to ingest CVE IDs as into the ThreatQ platform. Options include:
    • Vulnerabilities (default)
    • Indicators 

    This parameter is only accessible if the CVE option is selected for the Parsed IOC Types parameter.


    Configuration Screen
  5. Review any additional settings, make any changes if needed, and click on Save.
  6. Click on the toggle switch, located above the Additional Information section, to enable it.

ThreatQ Mapping

Bitdefender Labs Blog

The Bitdefender Labs Blog feed periodically pulls threat intel blog posts from the Bitdefender website and ingests them into ThreatQ as report objects.

GET https://www.bitdefender.com/nuxt/api/get/en/labs/posts

Sample JSON Response:

{
  "posts": [
    {
      "id": "63fcc772c645650631a4767a",
      "title": "Bitdefender Releases Decryptor for MortalKombat Ransomware",
      "slug": "bitdefender-releases-decryptor-for-mortalkombat-ransomware",
      "feature_image": "https://blogapp.bitdefender.com/labs/content/images/2023/02/decryptors.jpeg",
      "featured": true,
      "published_at": "2023-02-28T17:00:00.000+03:00",
      "html": "<p>A new decryptor for the MortalKombat ransomware is now available for download.<br>Bitdefender has been monitoring the MortalKombat ransomware family since it....",
      "authors": [
        {
          "id": "5f9c907adc5c7f0d91e240aa",
          "name": "Bitdefender",
          "slug": "bitdefenderteam",
          "profile_image": "https://blogapp.bitdefender.com/labs/content/images/2022/02/logo_bd_social.png",
          "cover_image": null,
          "bio": "The meaning of Bitdefender’s mascot, the Dacian Draco, a symbol that depicts a mythical animal with a wolf’s head and a dragon’s body, is “to watch” and to “guard with a sharp eye.”",
          "website": null,
          "location": null,
          "facebook": null,
          "twitter": null,
          "meta_title": null,
          "meta_description": null
        }
      ],
      "tags": [
        {
          "id": "60a41bee97ab4752cdb55530",
          "name": "EN",
          "slug": "en",
          "description": null,
          "feature_image": null,
          "visibility": "public",
          "og_image": null,
          "og_title": null,
          "og_description": null,
          "twitter_image": null,
          "twitter_title": null,
          "twitter_description": null,
          "meta_title": null,
          "meta_description": null,
          "codeinjection_head": null,
          "codeinjection_foot": null,
          "canonical_url": null,
          "accent_color": null
        },
        {
          "id": "60a41bee97ab4752cdb55531",
          "name": "Free Tools",
          "slug": "free-tools",
          "description": null,
          "feature_image": null,
          "visibility": "public",
          "og_image": null,
          "og_title": null,
          "og_description": null,
          "twitter_image": null,
          "twitter_title": null,
          "twitter_description": null,
          "meta_title": null,
          "meta_description": null,
          "codeinjection_head": null,
          "codeinjection_foot": null,
          "canonical_url": null,
          "accent_color": null
        }
      ],
      "excerpt": "A new decryptor for the MortalKombat ransomware is now available for download.\nBitdefender has been monitoring the MortalKombat ransomware family since it..."
    }
  ],
  "meta": {
    "pagination": {
      "page": 1,
      "limit": 50,
      "pages": 6,
      "total": 267,
      "next": 2,
      "prev": null
    }
  }
}

ThreatQuotient provides the following default mapping for this feed based on the .posts[] array returned by the API:

Feed Data Path ThreatQ Entity ThreatQ Object Type or Attribute Key Published Date Examples Notes
.title Report.Title Report .published_at Bitdefender Releases Decryptor for MortalKombat Ransomware N/A
.html Report.Description N/A N/A <p>A new decryptor for the MortalKombat ransomware... N/A
.slug Report.Attribute External Reference .published_at https://www.bitdefender.com/blog/labs/bitdefender-releases-decryptor-for-mortalkombat-ransomware Formatted into the URL
.published_at Report.Attribute Published At .published_at 2023-02-22 14:00:00.000+00:00 Converted to GMT.
.authors[].name Report.Attribute Author .published_at Dávid ÁCS N/A
.tags[].slug Report.Tag N/A N/A antimalware-research If .visibility is public and length > 2 characters
N/A Indicator/Vulnerability.Value CVE/Vulnerability N/A CVE-2023-41232 Parsed from HTML

Average Feed Run

Object counts and Feed runtime are supplied as generalities only - objects returned by a provider can differ based on credential configurations and Feed runtime may vary based on system resources and load.

Metric Result
Run Time 1 minute
Reports 5
Report Attributes 16
Indicators 2

Known Issues / Limitations

  • The feed utilizes since and until dates to make sure entries are not re-ingested if they haven't been updated.
  • If you need to ingest historical blog posts, run the feed manually by setting the since date back.
  • The feed will only return at maximum, the most recent 6 pages of data.
  • ThreatQuotient recommends running this integration every 2 days based on the publication pace of the site.  

Change Log

  • Version 1.0.0
    • Initial release

PDF Guides

Document ThreatQ Version
Bitdefender Labs Blog CDF Guide v1.0.0 5.12.0 or Greater