New version of Malware Intelligence API released.

  • Add more fields to static report section
  • Removed the field dynamic.dumped.name

2025-08-11

Added functionality to manage static assets within ASI Projects.

  • Bulk Static Asset Management – Added POST/projects/{project_id}/rules/_bulk_static_assets endpoint to add or remove up to 1000 static asset rules in a single request.
  • Static Asset Listing – Enhanced GET/projects/{project_id}/rules/static_assets to filter by asset, static_type, membership_type, last_applied_before, and last_applied_after.

New version of Malware Intelligence API released.

  • Add query as optional input when creating job, storing it as metadata for the job
  • Add editJob endpoint to Auto-Yara

Playbook Alert API

by Tobias Bende

2025-06-30

Added Bulk Malware Report alert lookup endpoint to Playbook Alert API.

2025-04-29

Added malware report alert notification endpoint to Playbook Alert API.

  • New field in response on invalid IOCs. More lax validation of IOCs and if any valid ones are present in the request they will be processed. The invalid ones will be returned in a list in the response called dropped.
  • Any detections exceeding the default maximum number of detections of 100k burst or ~1 detections/second will also be present in the dropped response.