2022-01-23 11:37:01 +01:00
title : Testing Usage of Uncommonly Used Port
id : adf876b3-f1f8-4aa9-a4e4-a64106feec06
status : experimental
description : |
Adversaries may communicate using a protocol and port paring that are typically not associated.
For example, HTTPS over port 8088(Citation: Symantec Elfin Mar 2019) or port 587(Citation: Fortinet Agent Tesla April 2018) as opposed to the traditional port 443.
references :
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1571/T1571.md#atomic-test-1---testing-usage-of-uncommonly-used-port-with-powershell
- https://docs.microsoft.com/en-us/powershell/module/nettcpip/test-netconnection?view=windowsserver2022-ps
author : frack113
date : 2022 /01/23
logsource :
product : windows
category : ps_script
detection :
selection :
ScriptBlockText|contains|all :
- Test-NetConnection
- '-ComputerName '
- '-port '
2022-01-23 11:40:35 +01:00
filter :
2022-01-23 11:37:01 +01:00
ScriptBlockText|contains :
- ' 443 '
- ' 80 '
condition : selection and not filter
falsepositives :
2022-03-16 14:35:19 +01:00
- Legitimate administrative script
2022-01-23 11:37:01 +01:00
level : medium
tags :
- attack.command_and_control
- attack.t1571