ECS::LogEntry::Threat
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
framework
threat.framework
Name of the threat framework used to further categorize and classify the tactic and technique of the reported threat. Framework classification can be provided by detecting systems, evaluated at ingest time, or retrospectively tagged to events.
Level: Extended Type: Keyword Example:
MITRE ATT&CK
framework=(framework : String | Nil)
threat.framework
Name of the threat framework used to further categorize and classify the tactic and technique of the reported threat. Framework classification can be provided by detecting systems, evaluated at ingest time, or retrospectively tagged to events.
Level: Extended Type: Keyword Example:
MITRE ATT&CK
tactic
Sourcetactic=(tactic : Tactic | Nil)
Sourcetechnique
Sourcetechnique=(technique : Technique | Nil)
Source