Hayabusa medium test sigma

File Encryption Using Gpg4win

Detects usage of Gpg4win to encrypt files

View Source

Detection Logic

{
  "process_creation": {
    "EventID": 1,
    "Channel": "Microsoft-Windows-Sysmon/Operational"
  },
  "selection_metadata": [
    {
      "Image
| endswith": [
        "\\gpg.exe",
        "\\gpg2.exe"
      ]
    },
    {
      "Description": "GnuPG’s OpenPGP tool"
    }
  ],
  "selection_cli": {
    "CommandLine
| contains
| all": [
      " -c ",
      "passphrase"
    ]
  },
  "condition": "process_creation and (all of selection_*)"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...