mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
7602309138
* Converted (to generic sigma) rules * Converter outputs by default with indentation 4
24 lines
671 B
YAML
24 lines
671 B
YAML
title: Suspicious Reconnaissance Activity
|
|
status: experimental
|
|
description: Detects suspicious command line activity on Windows systems
|
|
author: Florian Roth
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
CommandLine:
|
|
- net group "domain admins" /domain
|
|
- net localgroup administrators
|
|
condition: selection
|
|
fields:
|
|
- CommandLine
|
|
- ParentCommandLine
|
|
falsepositives:
|
|
- Inventory tool runs
|
|
- Penetration tests
|
|
- Administrative activity
|
|
analysis:
|
|
recommendation: Check if the user that executed the commands is suspicious (e.g. service accounts, LOCAL_SYSTEM)
|
|
level: medium
|