Sigma high test sigma

PDF File Created By RegEdit.EXE

Detects the creation of a file with the ".pdf" extension by the "RegEdit.exe" process. This indicates that a user is trying to print/save a registry key as a PDF in order to potentially extract sensitive information and bypass defenses.

View Source

Detection Logic

{
  "selection": {
    "Image
| endswith": "\\regedit.exe",
    "TargetFilename
| endswith": ".pdf"
  },
  "condition": "selection"
}

False Positives

  • Unlikely

Field Validations

Loading…

Comments (0)

Loading comments...