[Domaines API]

Indicator Domain

The Indicator domain provides polymorphic handling of Indicators of Compromise (IOCs) including IP addresses, URLs, domains, and vulnerabilities. It supports enrichment, threat intelligence lookup, and querying across di

Metadonnees du module

The Indicator domain provides polymorphic handling of Indicators of Compromise (IOCs) including IP addresses, URLs, domains, and vulnerabilities. It supports enrichment, threat intelligence lookup, and querying across di

Retour à la Liste

Reference source

content/modules/domain-indicator.md

Dernière Mise à Jour

5 févr. 2026

Catégorie

Domaines API

Checksum du contenu

14db5b97e34af8d3

Étiquettes

api-domains

Documentation rendue

Cette page rend le Markdown et Mermaid du module directement depuis la source publique de documentation.

Overview#

The Indicator domain provides polymorphic handling of Indicators of Compromise (IOCs) including IP addresses, URLs, domains, and vulnerabilities. It supports enrichment, threat intelligence lookup, and querying across different indicator types using union types for flexible return values.

Key Features#

  • Polymorphic indicator handling with automatic type resolution (IP, URL, domain, vulnerability, generic)
  • Common base fields inherited across all indicator types
  • IP address indicators with geolocation, ASN information, threat intelligence, and reputation scoring
  • URL/domain indicators with WHOIS, DNS records, and SSL certificate data
  • Vulnerability indicators with CVE references and CVSS scoring
  • Search across indicator types with type and limit filtering
  • Enrichment from multiple external sources (geolocation, ASN, threat intel, reputation, WHOIS, DNS)
  • Threat level classification from unknown through critical

Use Cases#

  • Looking up and enriching indicators of compromise during threat investigations
  • Searching for related IOCs across multiple indicator types simultaneously
  • Profiling IP addresses with geolocation, network ownership, and threat intelligence
  • Tracking vulnerabilities with CVE references linked to investigations

Integration#

The Indicator domain integrates with IP Address for IP-specific operations, URL for analysis, Domain for profiling, Vulnerability for CVE tracking, Threat Intel for IOC enrichment, and OSINT for open source intelligence.

Last Reviewed: 2026-02-05