Skip to content

Commit

Permalink
fix: final fp
Browse files Browse the repository at this point in the history
  • Loading branch information
nasbench committed Jan 18, 2023
1 parent 0d24219 commit dd99875
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/known-FPs.csv
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ b69888d4-380c-45ce-9cf9-d9ce46e67821;Executable in ADS;msedge\.exe
b69888d4-380c-45ce-9cf9-d9ce46e67821;Executable in ADS;firefox\.exe
b69888d4-380c-45ce-9cf9-d9ce46e67821;Executable in ADS;7z\.exe
65236ec7-ace0-4f0c-82fd-737b04fd4dcb;EVTX Created In Uncommon Location;powershell\.exe
a62b37e0-45d3-48d9-a517-90c1a1b0186b;Eventlog Cleared;Computer: DESKTOP-A8CALR3
a62b37e0-45d3-48d9-a517-90c1a1b0186b;Eventlog Cleared;Computer: WIN-06FB45IHQ35
6 changes: 3 additions & 3 deletions rules/windows/builtin/system/win_system_eventlog_cleared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ logsource:
detection:
selection:
EventID: 104
Provider_Name: Microsoft-Windows-Eventlog
filter_covered_channels:
Provider_Name: 'Microsoft-Windows-Eventlog'
filter:
# The channels below are already covered by the rule 100ef69e-3327-481c-8e5c-6d80d9507556
Channel:
- 'System'
- 'Security'
- 'Application'
condition: selection and not 1 of filter_*
condition: selection and not filter
falsepositives:
- Rollout of log collection agents (the setup routine often includes a reset of the local Eventlog)
- System provisioning (system reset before the golden image creation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ logsource:
detection:
selection:
EventID: 104
Provider_Name: Microsoft-Windows-Eventlog
Provider_Name: 'Microsoft-Windows-Eventlog'
Channel:
- 'System'
- 'Security'
Expand Down

0 comments on commit dd99875

Please sign in to comment.