/AWS1/CL_GDYTHREATINTELLIGEN00¶
An instance of a threat intelligence detail that constitutes evidence for the finding.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_threatlistname
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
The name of the threat intelligence list that triggered the finding.
it_threatnames
TYPE /AWS1/CL_GDYTHREATNAMES_W=>TT_THREATNAMES
TT_THREATNAMES
¶
A list of names of the threats in the threat intelligence list that triggered the finding.
iv_threatfilesha256
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
SHA256 of the file that generated the finding.
Queryable Attributes¶
ThreatListName¶
The name of the threat intelligence list that triggered the finding.
Accessible with the following methods¶
Method | Description |
---|---|
GET_THREATLISTNAME() |
Getter for THREATLISTNAME, with configurable default |
ASK_THREATLISTNAME() |
Getter for THREATLISTNAME w/ exceptions if field has no valu |
HAS_THREATLISTNAME() |
Determine if THREATLISTNAME has a value |
ThreatNames¶
A list of names of the threats in the threat intelligence list that triggered the finding.
Accessible with the following methods¶
Method | Description |
---|---|
GET_THREATNAMES() |
Getter for THREATNAMES, with configurable default |
ASK_THREATNAMES() |
Getter for THREATNAMES w/ exceptions if field has no value |
HAS_THREATNAMES() |
Determine if THREATNAMES has a value |
ThreatFileSha256¶
SHA256 of the file that generated the finding.
Accessible with the following methods¶
Method | Description |
---|---|
GET_THREATFILESHA256() |
Getter for THREATFILESHA256, with configurable default |
ASK_THREATFILESHA256() |
Getter for THREATFILESHA256 w/ exceptions if field has no va |
HAS_THREATFILESHA256() |
Determine if THREATFILESHA256 has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_THREATINTELLIGENCEDETAILS
¶
TYPES TT_THREATINTELLIGENCEDETAILS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYTHREATINTELLIGEN00 WITH DEFAULT KEY
.