Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface ThreatIntelResult

    interface ThreatIntelResult {
        matched: boolean;
        threats: ThreatMatch[];
        totalEntries: number;
    }
    Index
    matched: boolean
    threats: ThreatMatch[]
    totalEntries: number