mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
add lnx_system_network_connections_discovery.yml, oscd initiative issue #1011, task number 8
This commit is contained in:
parent
9e7789bb32
commit
34591f9f64
26
rules/linux/lnx_system_network_connections_discovery.yml
Normal file
26
rules/linux/lnx_system_network_connections_discovery.yml
Normal file
@ -0,0 +1,26 @@
|
||||
title: System Network Connections Discovery
|
||||
id: 4c519226-f0cd-4471-bd2f-6fbb2bb68a79
|
||||
status: experimental
|
||||
description: Detects usage of system utilities to discover system network connections
|
||||
author: Daniil Yugoslavskiy, oscd.community
|
||||
date: 2020/10/19
|
||||
references:
|
||||
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1049/T1049.md
|
||||
logsource:
|
||||
category: process_creation
|
||||
product: linux
|
||||
detection:
|
||||
selection:
|
||||
ProcessName|endswith:
|
||||
- '/who'
|
||||
- '/w'
|
||||
- '/last'
|
||||
- '/lsof'
|
||||
- '/netstat'
|
||||
condition: selection
|
||||
falsepositives:
|
||||
- Legitimate activities
|
||||
level: low
|
||||
tags:
|
||||
- attack.discovery
|
||||
- attack.t1049
|
Loading…
Reference in New Issue
Block a user