struct

ECS::LogEntry::Threat::Tactic

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new

Initialize all values as nil

Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

id(new_value : String)

A chainable setter for id

Source
id

threat.tactic.id

The id of tactic used by this threat. You can use the Mitre ATT&CK Matrix Tactic categorization, for example. (ex. https://attack.mitre.org/tactics/TA0040/ )

Level: Extended Type: Keyword Example:

TA0040
Source
id=(id : String | Nil)

threat.tactic.id

The id of tactic used by this threat. You can use the Mitre ATT&CK Matrix Tactic categorization, for example. (ex. https://attack.mitre.org/tactics/TA0040/ )

Level: Extended Type: Keyword Example:

TA0040
Source
name(new_value : String)

A chainable setter for name

Source
name

threat.tactic.name

Name of the type of tactic used by this threat. You can use the Mitre ATT&CK Matrix Tactic categorization, for example. (ex. https://attack.mitre.org/tactics/TA0040/ )

Level: Extended Type: Keyword Example:

impact
Source
name=(name : String | Nil)

threat.tactic.name

Name of the type of tactic used by this threat. You can use the Mitre ATT&CK Matrix Tactic categorization, for example. (ex. https://attack.mitre.org/tactics/TA0040/ )

Level: Extended Type: Keyword Example:

impact
Source
reference(new_value : String)

A chainable setter for reference

Source
reference

threat.tactic.reference

The reference url of tactic used by this threat. You can use the Mitre ATT&CK Matrix Tactic categorization, for example. (ex. https://attack.mitre.org/tactics/TA0040/ )

Level: Extended Type: Keyword Example:

https://attack.mitre.org/tactics/TA0040/
Source
reference=(reference : String | Nil)

threat.tactic.reference

The reference url of tactic used by this threat. You can use the Mitre ATT&CK Matrix Tactic categorization, for example. (ex. https://attack.mitre.org/tactics/TA0040/ )

Level: Extended Type: Keyword Example:

https://attack.mitre.org/tactics/TA0040/
Source