Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_net_enum.yml
T

33 lines
969 B
YAML
Raw Normal View History

2019-10-28 11:59:49 +01:00
title: Windows Network Enumeration
2019-12-19 23:56:36 +01:00
id: 62510e69-616b-4078-b371-847da438cc03
2019-10-28 11:59:49 +01:00
status: stable
description: Identifies attempts to enumerate hosts in a network using the built-in Windows net.exe tool.
references:
- https://eqllib.readthedocs.io/en/latest/analytics/b8a94d2f-dc75-4630-9d73-1edc6bd26fff.html
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1018/T1018.md
2019-10-28 11:59:49 +01:00
author: Endgame, JHasenbusch (ported for oscd.community)
2019-11-11 22:36:00 +03:00
date: 2018/10/30
2019-11-11 21:53:18 +03:00
modified: 2019/11/11
2019-10-28 11:59:49 +01:00
tags:
- attack.discovery
- attack.t1018
logsource:
category: process_creation
product: windows
detection:
selection:
2019-11-11 21:53:18 +03:00
Image|endswith:
- '\net.exe'
- '\net1.exe'
CommandLine|contains: 'view'
2019-10-28 11:59:49 +01:00
filter:
2020-06-15 13:39:50 -04:00
CommandLine|contains: \\\
2019-10-28 11:59:49 +01:00
condition: selection and not filter
2020-01-11 00:11:27 +01:00
fields:
- ComputerName
- User
- CommandLine
2019-10-28 11:59:49 +01:00
falsepositives:
2019-11-11 21:53:18 +03:00
- Legitimate use of net.exe utility by legitimate user
2019-10-28 11:59:49 +01:00
level: low