struct

ECS::LogEntry::Threat::Technique

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.technique.id

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

Level: Extended Type: Keyword Example:

T1499
Source
id=(id : String | Nil)

threat.technique.id

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

Level: Extended Type: Keyword Example:

T1499
Source
name(new_value : String)

A chainable setter for name

Source
name

threat.technique.name

The name of technique used by this tactic. You can use the Mitre ATT&CK Matrix Tactic categorization, for example. (ex. https://attack.mitre.org/techniques/T1499/ )

Level: Extended Type: Keyword Example:

endpoint denial of service
Source
name=(name : String | Nil)

threat.technique.name

The name of technique used by this tactic. You can use the Mitre ATT&CK Matrix Tactic categorization, for example. (ex. https://attack.mitre.org/techniques/T1499/ )

Level: Extended Type: Keyword Example:

endpoint denial of service
Source
reference(new_value : String)

A chainable setter for reference

Source
reference

threat.technique.reference

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

Level: Extended Type: Keyword Example:

https://attack.mitre.org/techniques/T1499/
Source
reference=(reference : String | Nil)

threat.technique.reference

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

Level: Extended Type: Keyword Example:

https://attack.mitre.org/techniques/T1499/
Source