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
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
2021-12-10 16:31:16 +01:00
level : high
tags :
- attack.discovery
- attack.t1046