Files
blue-team-tools/rules/windows/network_connection/net_connection_win_python.yml
T

24 lines
806 B
YAML
Raw Normal View History

2021-12-10 16:31:16 +01:00
title: Python Initiated Connection
id: bef0bc5a-b9ae-425d-85c6-7b2d705980c6
status: experimental
description: Adversaries may attempt to get a listing of services running on remote hosts, including those that may be vulnerable to remote software exploitation
author: frack113
references:
2022-07-11 14:11:53 +01:00
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1046/T1046.md#atomic-test-4---port-scan-using-python
- https://pypi.org/project/scapy/
2021-12-10 16:31:16 +01:00
date: 2021/12/10
2022-08-17 09:14:13 +02:00
modified: 2022/08/12
2021-12-10 16:31:16 +01:00
logsource:
2022-07-11 14:11:53 +01:00
category: network_connection
product: windows
2021-12-10 16:31:16 +01:00
detection:
2022-07-11 14:11:53 +01:00
selection:
Initiated: 'true'
Image|contains: python
condition: selection
2021-12-10 16:31:16 +01:00
falsepositives:
2022-07-11 14:11:53 +01:00
- Legitimate python script
2022-08-17 09:14:13 +02:00
level: medium
2021-12-10 16:31:16 +01:00
tags:
- attack.discovery
- attack.t1046