OBJECT

ThreatMonitoringFileMatchDetailsV2

Description

Reply to ThreatMonitoringFileMatchDetailsV2.

link GraphQL Schema definition

  • type ThreatMonitoringFileMatchDetailsV2 {
  • # Snapshot date where the match was first detected.
  • detectedSnapshotDate: DateTime
  • # Name of the file that was matched.
  • fileName: String!
  • # Filepath that was matched.
  • filePath: String!
  • # FID of the snapshot where the match was first detected.
  • firstDetectedSnapshotFid: String!
  • # IOCs matching the file.
  • iocDetails: [IOCDetails!]!
  • # Specifies if the file is quarantined.
  • isQuarantinedInFirstObservedSnapshot: Boolean!
  • # MD5 hash of the matched file.
  • matchedFileMd5: String!
  • # SHA1 hash of the matched file.
  • matchedFileSha1: String!
  • # SHA256 hash of the matched file.
  • matchedFileSha256: String!
  • }

link Require by