Sigma medium test sigma

File Encryption Using Gpg4win

Detects usage of Gpg4win to encrypt files

View Source

Detection Logic

{
  "selection_metadata": [
    {
      "Image
| endswith": [
        "\\gpg.exe",
        "\\gpg2.exe"
      ]
    },
    {
      "Description": "GnuPG’s OpenPGP tool"
    }
  ],
  "selection_cli": {
    "CommandLine
| contains
| all": [
      " -c ",
      "passphrase"
    ]
  },
  "condition": "all of selection_*"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...