Content packs — July 26, 2026
10 files changed, 7740 insertions, 692 deletions — view the commit on the mirror.
ThreatMon adds a Threat Feed pack and CVE commands; Sysdig ships a breaking v2.0.0 rewrite
A mix of real integration work landed alongside a large [AUD Isolation] PaloAltoNetworks_IoT bookkeeping commit that re-added ~82,000 files across virtually every pack in the catalog — that commit is a repository snapshot from an internal isolation/build process, not a day of content change, and is excluded from the detail below.
- ThreatMon shipped a new ThreatMon Threat Feed pack, and the base ThreatMon integration gained
threatmon_list_cvesandthreatmon_list_subscribed_cvescommands. - Sysdig cut a breaking v2.0.0: the incoming mapper was rewritten for the real Secure V2 webhook payload (the old mapper targeted fields that didn’t exist), 34 new incident fields were added, and
execute-response-actionnow supports all 24 response action types with per-action validation. Agent ID/Customer ID are no longer supplied by the webhook and must be resolved via a newsysdig-agent-info-getcommand. - GravityZone’s
gz-endpoint-listcommand gained recursive listing across managed companies plus new filters and output fields. - Anthropic Claude integration added
claude-chat-file-deleteandclaude-project-document-deletecommands. - Doppel fixed duplicate incident creation in
fetch-incidents(now paginated and de-duplicated by alert ID) and switched to the API’s max page size. - Cybersixgill Actionable Alerts moved case-details/alert-info URL construction into integration code and appended the organization ID as a query parameter.
- Microsoft Entra ID parsing rule added a
timefield fallback for events missingTimeGenerated. - Base pack bumped Docker images for
GetMLModelEvaluation,DBotPredictPhishingWords, andGetIndicatorsByQuery.
Highlights
-
Sysdig pack v2.0.0 is a breaking change: Agent ID and Customer ID no longer come from the webhook
The V2 Secure webhook payload doesn't carry these fields; they're now resolved at playbook time via the new sysdig-agent-info-get command. Custom automations reading them directly from the incident need to run after the enrichment playbook.
-
New pack: ThreatMon Threat Feed
A companion feed pack to the existing ThreatMon integration.
-
ThreatMon integration gains CVE listing commands
threatmon_list_cves and threatmon_list_subscribed_cves return paginated CVE data with CVSS v2/v3/v3.1/v4 scores.
-
GravityZone endpoint listing enhanced
gz-endpoint-list now lists recursively across managed companies with additional filters and output fields.
-
Doppel fetch-incidents duplication fix
Alerts are now de-duplicated by Doppel alert ID within and across fetch runs, and paginated with a bounded number of pages per run.
Changes
10 files listed, 9 written up and shaded below.
-
▸ ▾ AnthropicClaude modified +374 −2 Added claude-chat-file-delete and claude-project-document-delete commands.
Packs/AnthropicClaudeRead it on the Cortex docs portal ↗ Read it here → This file's diff on GitHub ↗
Generated by the mirror — not a documentation page, so no diff is kept. The counts above still say how much moved.
-
▸ ▾ Base modified +18 −3 Docker image bumps for GetMLModelEvaluation, DBotPredictPhishingWords, and GetIndicatorsByQuery.
Packs/BaseRead it on the Cortex docs portal ↗ Read it here → This file's diff on GitHub ↗
Generated by the mirror — not a documentation page, so no diff is kept. The counts above still say how much moved.
-
▸ ▾ Cybersixgill-ActionableAlerts modified +35 −88 Case details and alert URLs are now built in integration code with the org ID as a query parameter.
Packs/Cybersixgill-ActionableAlertsRead it on the Cortex docs portal ↗ Read it here → This file's diff on GitHub ↗
Generated by the mirror — not a documentation page, so no diff is kept. The counts above still say how much moved.
-
▸ ▾ Doppel modified +338 −87 Fixed duplicate incidents from fetch-incidents via alert-ID de-duplication and pagination.
Packs/DoppelRead it on the Cortex docs portal ↗ Read it here → This file's diff on GitHub ↗
Generated by the mirror — not a documentation page, so no diff is kept. The counts above still say how much moved.
-
▸ ▾ GravityZone modified +771 −160 gz-endpoint-list gained recursive cross-company listing, filters, and output fields.
Packs/GravityZoneRead it on the Cortex docs portal ↗ Read it here → This file's diff on GitHub ↗
Generated by the mirror — not a documentation page, so no diff is kept. The counts above still say how much moved.
-
▸ ▾ MicrosoftEntraID modified +9 −3 Parsing rule now falls back to the 'time' field when TimeGenerated is missing.
Packs/MicrosoftEntraIDRead it on the Cortex docs portal ↗ Read it here → This file's diff on GitHub ↗
Generated by the mirror — not a documentation page, so no diff is kept. The counts above still say how much moved.
-
▸ ▾ PaloAltoNetworks_IoT modified +9 −2
Packs/PaloAltoNetworks_IoTRead it on the Cortex docs portal ↗ Read it here → This file's diff on GitHub ↗
Generated by the mirror — not a documentation page, so no diff is kept. The counts above still say how much moved.
-
▸ ▾ Sysdig modified +4958 −345 Breaking v2.0.0: rewritten V2 webhook mapper, 34 new incident fields, all 24 response action types supported.
Packs/SysdigRead it on the Cortex docs portal ↗ Read it here → This file's diff on GitHub ↗
Generated by the mirror — not a documentation page, so no diff is kept. The counts above still say how much moved.
-
▸ ▾ ThreatMon modified +251 −2 Added threatmon_list_cves and threatmon_list_subscribed_cves commands; bumped Docker image.
Packs/ThreatMonRead it on the Cortex docs portal ↗ Read it here → This file's diff on GitHub ↗
Generated by the mirror — not a documentation page, so no diff is kept. The counts above still say how much moved.
-
▸ ▾ ThreatMonThreatFeed modified +977 −0 New pack: a Threat Feed integration companion to ThreatMon.
Packs/ThreatMonThreatFeedRead it on the Cortex docs portal ↗ Read it here → This file's diff on GitHub ↗
Generated by the mirror — not a documentation page, so no diff is kept. The counts above still say how much moved.