Updates
This commit is contained in:
@@ -15,7 +15,7 @@ references:
|
||||
- https://github.com/BC-SECURITY/Invoke-ZeroLogon/blob/111d17c7fec486d9bb23387e2e828b09a26075e4/Invoke-ZeroLogon.ps1
|
||||
- https://github.com/xorrior/RandomPS-Scripts/blob/848c919bfce4e2d67b626cbcf4404341cfe3d3b6/Get-DXWebcamVideo.ps1
|
||||
date: 2018/04/07
|
||||
modified: 2022/06/22
|
||||
modified: 2022/10/04
|
||||
logsource:
|
||||
category: file_event
|
||||
product: windows
|
||||
@@ -207,6 +207,7 @@ detection:
|
||||
- '\Invoke-Zerologon.ps1'
|
||||
- '\Get-USBKeystrokes.ps1'
|
||||
- '\Start-WebcamRecorder.ps1'
|
||||
- '\PSAsyncShell.ps1'
|
||||
condition: selection
|
||||
falsepositives:
|
||||
- Unknown
|
||||
|
||||
@@ -6,6 +6,7 @@ author: frack113, Florian Roth
|
||||
references:
|
||||
- https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/certutil
|
||||
date: 2022/09/02
|
||||
modified: 2022/10/04
|
||||
tags:
|
||||
- attack.command_and_control
|
||||
- attack.t1105
|
||||
@@ -13,17 +14,15 @@ logsource:
|
||||
category: network_connection
|
||||
product: windows
|
||||
detection:
|
||||
selection_certutil:
|
||||
- Image|endswith: '\certutil.exe'
|
||||
- OriginalFilename: 'CertUtil.exe'
|
||||
selection_network:
|
||||
selection:
|
||||
Image|endswith: '\certutil.exe'
|
||||
Initiated: 'true'
|
||||
DestinationPort:
|
||||
- 80
|
||||
- 443
|
||||
- 135
|
||||
- 445
|
||||
condition: all of selection*
|
||||
condition: selection
|
||||
falsepositives:
|
||||
- Legitimate certutil network connection
|
||||
level: high
|
||||
|
||||
+6
-4
@@ -6,7 +6,7 @@ related:
|
||||
status: experimental
|
||||
author: frack113
|
||||
date: 2021/07/12
|
||||
modified: 2021/09/12
|
||||
modified: 2022/10/04
|
||||
description: Executes arbitrary PowerShell code using SyncAppvPublishingServer.exe.
|
||||
references:
|
||||
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1218/T1218.md
|
||||
@@ -18,10 +18,12 @@ logsource:
|
||||
category: process_creation
|
||||
product: windows
|
||||
detection:
|
||||
selection:
|
||||
Image|endswith: '\SyncAppvPublishingServer.exe'
|
||||
selection_img:
|
||||
- Image|endswith: '\SyncAppvPublishingServer.exe'
|
||||
- OriginalFileName: 'syncappvpublishingserver.exe'
|
||||
selection_cli:
|
||||
CommandLine|contains: '"n; '
|
||||
condition: selection
|
||||
condition: all of selection_*
|
||||
fields:
|
||||
- ComputerName
|
||||
- User
|
||||
|
||||
Reference in New Issue
Block a user