-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sigma Rule Update (2023-04-25 20:58:45) (#379)
Co-authored-by: hach1yon <hach1yon@users.noreply.github.com>
- Loading branch information
1 parent
47e8c01
commit 7a98ea2
Showing
12 changed files
with
247 additions
and
56 deletions.
There are no files selected for viewing
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
49 changes: 49 additions & 0 deletions
49
...ment-Exploitation/proc_creation_win_papercut_print_management_exploitation_indicators.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,49 @@ | ||
title: PaperCut MF/NG Exploitation Related Indicators | ||
ruletype: Sigma | ||
author: Nasreddine Bencherchali (Nextron Systems) | ||
date: 2023/04/25 | ||
description: Detects exploitation indicators related to PaperCut MF/NG Exploitation | ||
detection: | ||
SELECTION_1: | ||
EventID: 4688 | ||
SELECTION_10: | ||
CommandLine: '*/i *' | ||
SELECTION_11: | ||
CommandLine: '*setup.msi *' | ||
SELECTION_12: | ||
CommandLine: '*/qn *' | ||
SELECTION_13: | ||
CommandLine: '*IntegratorLogin=fimaribahundq*' | ||
SELECTION_2: | ||
Channel: Security | ||
SELECTION_3: | ||
CommandLine: '* /c *' | ||
SELECTION_4: | ||
CommandLine: '*powershell*' | ||
SELECTION_5: | ||
CommandLine: '*-nop -w hidden*' | ||
SELECTION_6: | ||
CommandLine: '*Invoke-WebRequest*' | ||
SELECTION_7: | ||
CommandLine: '*setup.msi*' | ||
SELECTION_8: | ||
CommandLine: '*-OutFile*' | ||
SELECTION_9: | ||
CommandLine: '*msiexec *' | ||
condition: ((SELECTION_1 and SELECTION_2) and ((SELECTION_3 and SELECTION_4 and | ||
SELECTION_5 and SELECTION_6 and SELECTION_7 and SELECTION_8) or (SELECTION_9 | ||
and SELECTION_10 and SELECTION_11 and SELECTION_12 and SELECTION_13))) | ||
falsepositives: | ||
- Unlikely | ||
id: de1bd0b6-6d59-417c-86d9-a44114aede3b | ||
level: high | ||
logsource: | ||
category: process_creation | ||
product: windows | ||
references: | ||
- https://www.huntress.com/blog/critical-vulnerabilities-in-papercut-print-management-software | ||
- https://www.papercut.com/kb/Main/PO-1216-and-PO-1219 | ||
status: test | ||
tags: | ||
- attack.execution | ||
|
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
41 changes: 34 additions & 7 deletions
41
sigma/builtin/process_creation/proc_creation_win_rdrleakdiag_process_dumping.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
49 changes: 49 additions & 0 deletions
49
...ment-Exploitation/proc_creation_win_papercut_print_management_exploitation_indicators.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,49 @@ | ||
title: PaperCut MF/NG Exploitation Related Indicators | ||
ruletype: Sigma | ||
author: Nasreddine Bencherchali (Nextron Systems) | ||
date: 2023/04/25 | ||
description: Detects exploitation indicators related to PaperCut MF/NG Exploitation | ||
detection: | ||
SELECTION_1: | ||
EventID: 1 | ||
SELECTION_10: | ||
CommandLine: '*/i *' | ||
SELECTION_11: | ||
CommandLine: '*setup.msi *' | ||
SELECTION_12: | ||
CommandLine: '*/qn *' | ||
SELECTION_13: | ||
CommandLine: '*IntegratorLogin=fimaribahundq*' | ||
SELECTION_2: | ||
Channel: Microsoft-Windows-Sysmon/Operational | ||
SELECTION_3: | ||
CommandLine: '* /c *' | ||
SELECTION_4: | ||
CommandLine: '*powershell*' | ||
SELECTION_5: | ||
CommandLine: '*-nop -w hidden*' | ||
SELECTION_6: | ||
CommandLine: '*Invoke-WebRequest*' | ||
SELECTION_7: | ||
CommandLine: '*setup.msi*' | ||
SELECTION_8: | ||
CommandLine: '*-OutFile*' | ||
SELECTION_9: | ||
CommandLine: '*msiexec *' | ||
condition: ((SELECTION_1 and SELECTION_2) and ((SELECTION_3 and SELECTION_4 and | ||
SELECTION_5 and SELECTION_6 and SELECTION_7 and SELECTION_8) or (SELECTION_9 | ||
and SELECTION_10 and SELECTION_11 and SELECTION_12 and SELECTION_13))) | ||
falsepositives: | ||
- Unlikely | ||
id: de1bd0b6-6d59-417c-86d9-a44114aede3b | ||
level: high | ||
logsource: | ||
category: process_creation | ||
product: windows | ||
references: | ||
- https://www.huntress.com/blog/critical-vulnerabilities-in-papercut-print-management-software | ||
- https://www.papercut.com/kb/Main/PO-1216-and-PO-1219 | ||
status: test | ||
tags: | ||
- attack.execution | ||
|
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.