-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'SigmaHQ:master' into master
- Loading branch information
Showing
76 changed files
with
1,265 additions
and
466 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
...sistence_com_hijacking_susp_locations.yml → ...sistence_com_hijacking_susp_locations.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
...CVE-2023-1389/proxy_exploit_cve_2023_1389_unauth_command_injection_tplink_archer_ax21.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
title: CVE-2023-1389 Potential Exploitation Attempt - Unauthenticated Command Injection In TP-Link Archer AX21 | ||
id: 6c7defa9-69f8-4c34-b815-41fce3931754 | ||
status: experimental | ||
description: | | ||
Detects potential exploitation attempt of CVE-2023-1389 an Unauthenticated Command Injection in TP-Link Archer AX21. | ||
references: | ||
- https://www.tenable.com/security/research/tra-2023-11 | ||
- https://github.com/Voyag3r-Security/CVE-2023-1389/blob/4ecada7335b17bf543c0e33b2c9fb6b6215c09ae/archer-rev-shell.py | ||
- https://www.zerodayinitiative.com/blog/2023/4/21/tp-link-wan-side-vulnerability-cve-2023-1389-added-to-the-mirai-botnet-arsenal | ||
author: Nasreddine Bencherchali (Nextron Systems), Rohit Jain | ||
date: 2024/06/25 | ||
tags: | ||
- detection.emerging_threats | ||
- attack.initial_access | ||
- attack.t1190 | ||
- cve.2023.1389 | ||
logsource: | ||
category: proxy | ||
detection: | ||
selection_uri: | ||
cs-method: | ||
- 'GET' | ||
- 'POST' | ||
cs-uri|contains|all: | ||
- '/cgi-bin/luci/;stok=/locale' | ||
- 'form=country' | ||
selection_keyword: | ||
- 'operation=write' | ||
- 'country=$(' | ||
condition: all of selection_* | ||
falsepositives: | ||
- Vulnerability Scanners | ||
level: medium |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
rules-threat-hunting/windows/file/file_event/file_event_win_susp_binary_dropper.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56 changes: 56 additions & 0 deletions
56
...eat-hunting/windows/process_access/proc_access_win_susp_potential_shellcode_injection.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
title: Potential Shellcode Injection | ||
id: 250ae82f-736e-4844-a68b-0b5e8cc887da | ||
status: test | ||
description: Detects potential shellcode injection as seen used by tools such as Metasploit's migrate and Empire's psinject. | ||
references: | ||
- https://github.com/EmpireProject/PSInject | ||
author: Bhabesh Raj | ||
date: 2022/03/11 | ||
modified: 2024/07/02 | ||
tags: | ||
- attack.defense_evasion | ||
- attack.privilege_escalation | ||
- attack.t1055 | ||
- detection.threat_hunting | ||
logsource: | ||
category: process_access | ||
product: windows | ||
detection: | ||
selection: | ||
GrantedAccess: | ||
- '0x147a' | ||
- '0x1f3fff' | ||
CallTrace|contains: 'UNKNOWN' | ||
filter_main_wmiprvse: | ||
SourceImage: 'C:\Windows\System32\Wbem\Wmiprvse.exe' | ||
TargetImage: 'C:\Windows\system32\lsass.exe' | ||
filter_optional_dell_folders: | ||
# If dell software is installed we get matches like these | ||
# Example 1: | ||
# SourceImage: C:\Program Files\Dell\SupportAssistAgent\bin\SupportAssistAgent.exe | ||
# TargetImage: C:\Program Files\Dell\TechHub\Dell.TechHub.exe | ||
# GrantedAccess: 0x1F3FFF | ||
# Example 2: | ||
# SourceImage: C:\Program Files (x86)\Dell\UpdateService\DCF\Dell.DCF.UA.Bradbury.API.SubAgent.exe | ||
# TargetImage: C:\Program Files\Dell\TechHub\Dell.TechHub.exe | ||
# GrantedAccess: 0x1F3FFF | ||
# Example 3: | ||
# SourceImage: C:\Program Files\Dell\TechHub\Dell.TechHub.exe | ||
# TargetImage: C:\Program Files (x86)\Dell\UpdateService\DCF\Dell.DCF.UA.Bradbury.API.SubAgent.exe | ||
# GrantedAccess: 0x1F3FFF | ||
SourceImage|startswith: | ||
- 'C:\Program Files\Dell\' | ||
- 'C:\Program Files (x86)\Dell\' | ||
TargetImage|startswith: | ||
- 'C:\Program Files\Dell\' | ||
- 'C:\Program Files (x86)\Dell\' | ||
filter_optional_dell_specifc: | ||
SourceImage: 'C:\Program Files (x86)\Dell\UpdateService\ServiceShell.exe' | ||
TargetImage: 'C:\Windows\Explorer.EXE' | ||
filter_optional_visual_studio: | ||
SourceImage|startswith: 'C:\Program Files\Microsoft Visual Studio\' | ||
TargetImage|startswith: 'C:\Program Files\Microsoft Visual Studio\' | ||
condition: selection and not 1 of filter_main_* and not 1 of filter_optional_* | ||
falsepositives: | ||
- Unknown | ||
level: medium |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.