forked from SigmaHQ/sigma
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request SigmaHQ#865 from j91321/defender-rules
Windows Defender logsource and rules
- Loading branch information
Showing
7 changed files
with
73 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
title: Windows Defender Threat Detection Disabled | ||
id: fe34868f-6e0e-4882-81f6-c43aa8f15b62 | ||
description: Detects disabling Windows Defender threat protection | ||
date: 2020/07/28 | ||
author: Ján Trenčanský | ||
references: | ||
- https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-antivirus/troubleshoot-windows-defender-antivirus | ||
status: stable | ||
tags: | ||
- attack.defense_evasion | ||
- attack.t1089 | ||
- attack.t1562.001 | ||
logsource: | ||
product: windows | ||
service: windefend | ||
detection: | ||
selection: | ||
EventID: | ||
- 5001 | ||
- 5010 | ||
- 5012 | ||
- 5101 | ||
condition: selection | ||
falsepositives: | ||
- Administrator actions | ||
level: high |
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,22 @@ | ||
title: Windows Defender Threat Detected | ||
id: 57b649ef-ff42-4fb0-8bf6-62da243a1708 | ||
description: Detects all actions taken by Windows Defender malware detection engines | ||
date: 2020/07/28 | ||
author: Ján Trenčanský | ||
references: | ||
- https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-antivirus/troubleshoot-windows-defender-antivirus | ||
status: stable | ||
logsource: | ||
product: windows | ||
service: windefend | ||
detection: | ||
selection: | ||
EventID: | ||
- 1006 | ||
- 1116 | ||
- 1015 | ||
- 1117 | ||
condition: selection | ||
falsepositives: | ||
- unlikely | ||
level: high |
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