For the complete documentation index, see llms.txt. This page is also available as Markdown.

incidentClassificationEvidence

Bounded source excerpts that ground each stored classification field.

Examples

type IncidentClassificationEvidence {
  attackType: String
  campaignName: String
  primaryImpact: String
  secondaryImpacts: String
  impactTargets: String
  capabilities: String
  executionTriggers: String
}

Fields

Field
Description
Supported fields

attackType String

The source excerpt supporting the attack type.

campaignName String

The source excerpt supporting the campaign name.

primaryImpact String

The source excerpt supporting the primary impact.

secondaryImpacts String

The source excerpt supporting the secondary impacts.

impactTargets String

The source excerpt supporting the impact targets.

capabilities String

The source excerpt supporting the capabilities.

executionTriggers String

The source excerpt supporting the execution triggers.

References

Fields with this object:

Last updated