/AWS1/CL_GDYEBSVOLUMESCANDETS¶
Contains details from the malware scan that created a finding.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_scanid
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
Unique Id of the malware scan that generated the finding.
iv_scanstartedat
TYPE /AWS1/GDYTIMESTAMP
/AWS1/GDYTIMESTAMP
¶
Returns the start date and time of the malware scan.
iv_scancompletedat
TYPE /AWS1/GDYTIMESTAMP
/AWS1/GDYTIMESTAMP
¶
Returns the completion date and time of the malware scan.
iv_triggerfindingid
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
GuardDuty finding ID that triggered a malware scan.
it_sources
TYPE /AWS1/CL_GDYSOURCES_W=>TT_SOURCES
TT_SOURCES
¶
Contains list of threat intelligence sources used to detect threats.
io_scandetections
TYPE REF TO /AWS1/CL_GDYSCANDETECTIONS
/AWS1/CL_GDYSCANDETECTIONS
¶
Contains a complete view providing malware scan result details.
iv_scantype
TYPE /AWS1/GDYSCANTYPE
/AWS1/GDYSCANTYPE
¶
Specifies the scan type that invoked the malware scan.
Queryable Attributes¶
ScanId¶
Unique Id of the malware scan that generated the finding.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SCANID() |
Getter for SCANID, with configurable default |
ASK_SCANID() |
Getter for SCANID w/ exceptions if field has no value |
HAS_SCANID() |
Determine if SCANID has a value |
ScanStartedAt¶
Returns the start date and time of the malware scan.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SCANSTARTEDAT() |
Getter for SCANSTARTEDAT, with configurable default |
ASK_SCANSTARTEDAT() |
Getter for SCANSTARTEDAT w/ exceptions if field has no value |
HAS_SCANSTARTEDAT() |
Determine if SCANSTARTEDAT has a value |
ScanCompletedAt¶
Returns the completion date and time of the malware scan.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SCANCOMPLETEDAT() |
Getter for SCANCOMPLETEDAT, with configurable default |
ASK_SCANCOMPLETEDAT() |
Getter for SCANCOMPLETEDAT w/ exceptions if field has no val |
HAS_SCANCOMPLETEDAT() |
Determine if SCANCOMPLETEDAT has a value |
TriggerFindingId¶
GuardDuty finding ID that triggered a malware scan.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TRIGGERFINDINGID() |
Getter for TRIGGERFINDINGID, with configurable default |
ASK_TRIGGERFINDINGID() |
Getter for TRIGGERFINDINGID w/ exceptions if field has no va |
HAS_TRIGGERFINDINGID() |
Determine if TRIGGERFINDINGID has a value |
Sources¶
Contains list of threat intelligence sources used to detect threats.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SOURCES() |
Getter for SOURCES, with configurable default |
ASK_SOURCES() |
Getter for SOURCES w/ exceptions if field has no value |
HAS_SOURCES() |
Determine if SOURCES has a value |
ScanDetections¶
Contains a complete view providing malware scan result details.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SCANDETECTIONS() |
Getter for SCANDETECTIONS |
ScanType¶
Specifies the scan type that invoked the malware scan.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SCANTYPE() |
Getter for SCANTYPE, with configurable default |
ASK_SCANTYPE() |
Getter for SCANTYPE w/ exceptions if field has no value |
HAS_SCANTYPE() |
Determine if SCANTYPE has a value |