OBJECT

ThreatMonitoringFileMatchDetailsReply

Description

Response to ThreatMonitoringFileMatchDetails.

link GraphQL Schema definition

  • type ThreatMonitoringFileMatchDetailsReply {
  • # The Rubrik cluster associated with the workload.
  • cluster: Cluster!
  • # 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!
  • # Source of the rule that matched.
  • intelSource: String!
  • # Author of the rule that matched.
  • iocRuleAuthor: String!
  • # Description of the rule that matched.
  • iocRuleDescription: String!
  • # Name of the rule that matched.
  • iocRuleName: String!
  • # Specifies if the file is quarantined.
  • isQuarantinedInFirstObservedSnapshot: Boolean!
  • # Type of threat match.
  • matchType: IndicatorOfCompromiseKind!
  • # MD5 hash of the matched file.
  • matchedFileMd5: String!
  • # SHA1 hash of the matched file.
  • matchedFileSha1: String!
  • # SHA256 hash of the matched file.
  • matchedFileSha256: String!
  • # FID of the object.
  • objectFid: UUID!
  • }

link Require by