Grixba Malware Reconnaissance Activity
Description
Detects execution of the Grixba reconnaissance tool based on suspicious command-line parameter combinations. This tool is used by the Play ransomware group for network enumeration, data gathering, and event log clearing.
Query · sigma
selection_mode_flag: CommandLine|contains: - '-m ' - '-mode ' - '-m:' - '-mode:' selection_input_flag: CommandLine|contains: - '-i ' - '-input ' - '-i:' - '-input:' selection_scan_value: CommandLine|contains: - 'scan ' - 'scanall ' selection_input_options: CommandLine|contains: - ':f ' - ':r ' - ':s ' - ' f ' - ' r ' - ' s ' condition: all of selection_*
Known false positives
- Legitimate tools that use similar command-line argument structures (e.g., a tool with '--mode scan' and '--input file.txt') could trigger this rule. However, the specific combinations are indicative of reconnaissance or defense evasion.