SigmaHQ/rules/windows/sysmon/sysmon_susp_recon_activity.yml

25 lines
683 B
YAML
Raw Normal View History

2017-03-16 17:59:17 +00:00
title: Suspicious Reconnaissance Activity
status: experimental
description: Detects suspicious command line activity on Windows systems
author: Florian Roth
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 1
CommandLine:
- 'net group "domain admins" /domain'
- 'net localgroup administrators'
condition: selection
2017-09-12 21:54:04 +00:00
fields:
- CommandLine
- ParentCommandLine
2017-03-16 17:59:17 +00:00
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