2019-01-16 22:36:31 +00:00
|
|
|
title: Suspicious Reconnaissance Activity
|
2019-11-12 22:12:27 +00:00
|
|
|
id: d95de845-b83c-4a9a-8a6a-4fc802ebf6c0
|
2019-01-16 22:36:31 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects suspicious command line activity on Windows systems
|
|
|
|
author: Florian Roth
|
2019-03-05 22:25:49 +00:00
|
|
|
tags:
|
|
|
|
- attack.discovery
|
|
|
|
- attack.t1087
|
2019-01-16 22:36:31 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
|
|
|
CommandLine:
|
|
|
|
- net group "domain admins" /domain
|
|
|
|
- net localgroup administrators
|
|
|
|
condition: selection
|
2019-01-16 22:36:31 +00:00
|
|
|
fields:
|
2019-03-01 23:14:20 +00:00
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Inventory tool runs
|
|
|
|
- Penetration tests
|
|
|
|
- Administrative activity
|
2019-01-16 22:36:31 +00:00
|
|
|
analysis:
|
2019-03-01 23:14:20 +00:00
|
|
|
recommendation: Check if the user that executed the commands is suspicious (e.g. service accounts, LOCAL_SYSTEM)
|
2019-01-16 22:36:31 +00:00
|
|
|
level: medium
|