Volexity 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:
| Current Integration Version | 1.0.0 |
| Compatible with ThreatQ Versions | >= 5.12.0 |
| Support Tier | ThreatQ Supported |
Introduction
The Volexity Blog CDF enables organizations to automatically ingest threat intelligence blog posts from Volexity’s Threat Intelligence category directly into ThreatQ. This integration ensures analysts remain informed on the latest advisories, technical analyses, and incident response research published by the Volexity team.
The integration provides the following feed:
- Volexity Blog - fetches reports from the Volexity blog.
The integration ingests Report type system objects.
Installation
Perform the following steps to install the integration:
The same steps can be used to upgrade the integration to a new version.
- Log into https://marketplace.threatq.com/.
- Locate and download the integration yaml file.
- Navigate to the integrations management page on your ThreatQ instance.
- Click on the Add New Integration button.
- Upload the integration yaml file using one of the following methods:
- Drag and drop the yaml file into the dialog box
- Select Click to Browse to locate the integration yaml file on your local machine
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.
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:
- Navigate to your integrations management page in ThreatQ.
- Select the OSINToption from the Category dropdown (optional).
If you are installing the integration for the first time, it will be located under the Disabled tab.
- Click on the integration entry to open its details page.
- 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. - Review any additional settings, make any changes if needed, and click on Save.
- Click on the toggle switch, located above the Additional Information section, to enable it.
ThreatQ Mapping
Volexity Blog
The Volexity Blog feed pulls threat intel blog posts from the Volexity blog and ingests them into ThreatQ as Report Objects.
GET https://www.volexity.com/blog/?_categories=threat-intelligence
The following request returns HTML. The HTML is parsed for blog content. The HTML content for each blog is also fetched and imported as the description for the Report Object.
GET ttps://www.volexity.com/blog/{{ url_path }}
The mapping for this feed is based on the information parsed out of the blog's HTML content:
| Feed Data Path | ThreatQ Entity | ThreatQ Object Type or Attribute Key | Published Date | Examples | Notes |
|---|---|---|---|---|---|
N/A |
Report.Title |
N/A |
{HTML} |
Dangerous Invitations: Russian Threat Actor Spoofs European Security Events in Targeted Phishing Attacks |
Parsed from HTML |
N/A |
Report.Description |
N/A |
{HTML} |
In early 2025, Volexity published two blog posts detailing... |
Parsed from HTML |
N/A |
Report.Attribute |
External Reference |
{HTML} |
https://www.volexity.com/blog/2025/12/04/dangerous-invitations-russian-threat-actor-spoofs-european-security-events-in-targeted-phishing-attacks/ |
Parsed from HTML |
N/A |
Report.Attribute |
Published At |
{HTML} |
December 4, 2025 |
Parsed from HTML |
N/A |
Report.Attribute |
Author |
{HTML} |
Matthew Meltzer, Steven Adair, and Tom Lancaster |
Parsed from HTML |
This mapping does not include feed data paths, as the data is not provided in a structured format.
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 | 15 |
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.
- This feed only brings in blog posts from the
threat intelligencecategory. - ThreatQuotient recommends running this integration every 30 days based on the publication pace of the site.
Change Log
- Version 1.0.0
- Initial release
PDF Guides
| Document | ThreatQ Version |
|---|---|
| Volexity Blog CDF Guide v1.0.0 | 5.12.0 or Greater |