File MD5

Common Types

Details

IDhashRep
From Version5.0.0
Reputation Commandfile
Context PathFile(val.MD5 && val.MD5 === obj.MD5)

Detection Regex

\b[a-fA-F\d]{32}\b

Enhancement Scripts

FileReputation
{
  "id": "hashRep",
  "version": -1,
  "regex": "\\b[a-fA-F\\d]{32}\\b",
  "reputationCommand": "file",
  "details": "File MD5",
  "disabled": true,
  "contextValue": "MD5",
  "contextPath": "File(val.MD5 && val.MD5 === obj.MD5)",
  "enhancementScriptNames": [
    "FileReputation"
  ],
  "fromVersion": "5.0.0",
  "supportedModules": [
    "agentix",
    "xsiam"
  ]
}