The IOC Feed provides an hourly snapshot of IOCs extracted from samples processed by our service. The feed includes threat type information, malware identification, network indicators, and file indicators. Built with SOC teams, threat intelligence analysts, and incident responders in mind, this feed is designed for seamless integration into your SIEM and threat intelligence platforms.
The IOC feed API returns results in a paginated JSON format, enabling teams to quickly track and identify campaigns in realtime. Refer to the API documentation for details on accessing and utilizing the IOC feed.
IOC Feed Properties
The following list provides a high-level overview of the properties available for an entry in the IOC feed.
- sha256: The SHA-256 hash of the file.
- sha1: The SHA-1 hash of the file.
- md5: The MD5 has of the file.
- file_type: The detected file type.
- build_date: The build timestamp of the PE file, or 0 if unavailable.
- file_size: The size of the file.
- filenames: All observed public names of the file.
- first_seen: Timestamp of the first public submission of the file.
- last_seen: Timestamp of the last public submission of the file.
- detections: A list of structured properties defining the malware detections for the file.
- malware_family: The identified malware_family.
- classification: The classification of the file.
- threat_type: The identified threat type.
- confidence: Indicates the assigned confidence level of the malware classification and threat type.
- attribution: Structured information related to the attribution information of the malware family or file.
- detection_type: Information on the type of detection.
- signature_based: Detection based on static signatures.
- heuristic: Detection based on heuristic analysis.
- command_and_control: Details of extracted command-and-control (C2) data.
- type: The Type of indicator, such as IP, Domain, or URL.
- value: The value representing the command-and-control (C2) entry.
- relationships: Specifies observed relationships for the file, gathered from our SourceIntel collection, partner sources and analysis.
- sha256: The sha-256 hash of the related file.
- created: The Timestamp indicating when the relationship was created.
- tags: A list of tags that provide additional context for the relationship.
- source: The source, such as, URL, IP, or Domain.
- ref: A list references that provide additional context for the relationship source.
- type: Specifies the source type.
- relationship_type: Defines the type of relationship.
Example Feed Entry
An example of feed entry is shown below: