OBJECT
ThreatMonitoringFileMatchDetailsV2
Description
Reply to ThreatMonitoringFileMatchDetailsV2.
link GraphQL Schema definition
- type ThreatMonitoringFileMatchDetailsV2 {
- # Snapshot date where the match was first detected.
- DateTime :
- # Name of the file that was matched.
- String! :
- # Filepath that was matched.
- String! :
- # FID of the snapshot where the match was first detected.
- String! :
- # IOCs matching the file.
- IOCDetails!]! : [
- # Specifies if the file is quarantined.
- Boolean! :
- # MD5 hash of the matched file.
- String! :
- # SHA1 hash of the matched file.
- String! :
- # SHA256 hash of the matched file.
- String! :
- }