Threat¶
Structure Class¶
Threat
dataclass
¶
Information about the detected threats associated with the generated finding.
Attributes¶
count
class-attribute
instance-attribute
¶
count: int | None = None
The number of occurrences of this specific threat detected during the scan.
hash
class-attribute
instance-attribute
¶
hash: str | None = None
The hash identifier of the detected malware threat.
item_details
class-attribute
instance-attribute
¶
item_details: list[ItemDetails] | None = None
Detailed information about the detected malware threat.
item_paths
class-attribute
instance-attribute
¶
item_paths: list[ItemPath] | None = None
Information about the nested item path and hash of the protected resource.
name
class-attribute
instance-attribute
¶
name: str | None = None
Name of the detected threat that caused GuardDuty to generate this finding.
source
class-attribute
instance-attribute
¶
source: str | None = None
Source of the threat that generated this finding.