incidentClassification
Structured threat classification extracted from the incident sources. Every field is optional: an absent field was not established by any source.
Examples
type IncidentClassification {
attackType: IncidentAttackType
campaignName: String
primaryImpact: IncidentImpact
secondaryImpacts: [IncidentImpact!]
impactTargets: [IncidentImpactTarget!]
capabilities: [IncidentCapability!]
executionTriggers: [IncidentExecutionTrigger!]
evidence: IncidentClassificationEvidence
metadataContractVersion: String
}Fields
Field
Description
Supported fields
campaignName String
The recognized campaign or malware operation name explicitly established by a source.
evidence IncidentClassificationEvidence
Source excerpts that ground the stored classification fields.
attackType String
campaignName String
primaryImpact String
secondaryImpacts String
impactTargets String
capabilities String
executionTriggers String
metadataContractVersion String
The extraction contract version that produced the classification.
References
Fields with this object:
Last updated
