/AWS1/CL_IN2FINDINGDETAIL¶
Details of the vulnerability identified in a finding.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_findingarn TYPE /AWS1/IN2FINDINGARN /AWS1/IN2FINDINGARN¶
The finding ARN that the vulnerability details are associated with.
io_cisadata TYPE REF TO /AWS1/CL_IN2CISADATA /AWS1/CL_IN2CISADATA¶
The Cybersecurity and Infrastructure Security Agency (CISA) details for a specific vulnerability.
iv_riskscore TYPE /AWS1/IN2RISKSCORE /AWS1/IN2RISKSCORE¶
The risk score of the vulnerability.
it_evidences TYPE /AWS1/CL_IN2EVIDENCE=>TT_EVIDENCELIST TT_EVIDENCELIST¶
Information on the evidence of the vulnerability.
it_ttps TYPE /AWS1/CL_IN2TTPS_W=>TT_TTPS TT_TTPS¶
The MITRE adversary tactics, techniques, or procedures (TTPs) associated with the vulnerability.
it_tools TYPE /AWS1/CL_IN2TOOLS_W=>TT_TOOLS TT_TOOLS¶
The known malware tools or kits that can exploit the vulnerability.
io_exploitobserved TYPE REF TO /AWS1/CL_IN2EXPLOITOBSERVED /AWS1/CL_IN2EXPLOITOBSERVED¶
Contains information on when this exploit was observed.
it_referenceurls TYPE /AWS1/CL_IN2VULNERABILITYREF00=>TT_VULNERABILITYREFERENCEURLS TT_VULNERABILITYREFERENCEURLS¶
The reference URLs for the vulnerability data.
it_cwes TYPE /AWS1/CL_IN2CWES_W=>TT_CWES TT_CWES¶
The Common Weakness Enumerations (CWEs) associated with the vulnerability.
iv_epssscore TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The Exploit Prediction Scoring System (EPSS) score of the vulnerability.
Queryable Attributes¶
findingArn¶
The finding ARN that the vulnerability details are associated with.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FINDINGARN() |
Getter for FINDINGARN, with configurable default |
ASK_FINDINGARN() |
Getter for FINDINGARN w/ exceptions if field has no value |
HAS_FINDINGARN() |
Determine if FINDINGARN has a value |
cisaData¶
The Cybersecurity and Infrastructure Security Agency (CISA) details for a specific vulnerability.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CISADATA() |
Getter for CISADATA |
riskScore¶
The risk score of the vulnerability.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RISKSCORE() |
Getter for RISKSCORE, with configurable default |
ASK_RISKSCORE() |
Getter for RISKSCORE w/ exceptions if field has no value |
HAS_RISKSCORE() |
Determine if RISKSCORE has a value |
evidences¶
Information on the evidence of the vulnerability.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVIDENCES() |
Getter for EVIDENCES, with configurable default |
ASK_EVIDENCES() |
Getter for EVIDENCES w/ exceptions if field has no value |
HAS_EVIDENCES() |
Determine if EVIDENCES has a value |
ttps¶
The MITRE adversary tactics, techniques, or procedures (TTPs) associated with the vulnerability.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TTPS() |
Getter for TTPS, with configurable default |
ASK_TTPS() |
Getter for TTPS w/ exceptions if field has no value |
HAS_TTPS() |
Determine if TTPS has a value |
tools¶
The known malware tools or kits that can exploit the vulnerability.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOOLS() |
Getter for TOOLS, with configurable default |
ASK_TOOLS() |
Getter for TOOLS w/ exceptions if field has no value |
HAS_TOOLS() |
Determine if TOOLS has a value |
exploitObserved¶
Contains information on when this exploit was observed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPLOITOBSERVED() |
Getter for EXPLOITOBSERVED |
referenceUrls¶
The reference URLs for the vulnerability data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REFERENCEURLS() |
Getter for REFERENCEURLS, with configurable default |
ASK_REFERENCEURLS() |
Getter for REFERENCEURLS w/ exceptions if field has no value |
HAS_REFERENCEURLS() |
Determine if REFERENCEURLS has a value |
cwes¶
The Common Weakness Enumerations (CWEs) associated with the vulnerability.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CWES() |
Getter for CWES, with configurable default |
ASK_CWES() |
Getter for CWES w/ exceptions if field has no value |
HAS_CWES() |
Determine if CWES has a value |
epssScore¶
The Exploit Prediction Scoring System (EPSS) score of the vulnerability.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EPSSSCORE() |
Getter for EPSSSCORE, with configurable default |
ASK_EPSSSCORE() |
Getter for EPSSSCORE w/ exceptions if field has no value |
STR_EPSSSCORE() |
String format for EPSSSCORE, with configurable default |
HAS_EPSSSCORE() |
Determine if EPSSSCORE 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_FINDINGDETAILS¶
TYPES TT_FINDINGDETAILS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IN2FINDINGDETAIL WITH DEFAULT KEY
.