Merge pull request #441 from EccoTheFlintstone/powershell_rules
powershell false positives
This commit is contained in:
@@ -108,7 +108,9 @@ detection:
|
||||
- Invoke-ReverseDNSLookup
|
||||
- Invoke-SMBScanner
|
||||
- Invoke-Mimikittenz
|
||||
condition: keywords
|
||||
false_positives:
|
||||
- Get-SystemDriveInfo # http://bheltborg.dk/Windows/WinSxS/amd64_microsoft-windows-maintenancediagnostic_31bf3856ad364e35_10.0.10240.16384_none_91ef7543a4514b5e/CL_Utility.ps1
|
||||
condition: keywords and not false_positives
|
||||
falsepositives:
|
||||
- Penetration testing
|
||||
level: high
|
||||
|
||||
@@ -16,6 +16,7 @@ detection:
|
||||
Company: 'Microsoft Corporation'
|
||||
filter:
|
||||
Image: '*\powershell.exe'
|
||||
Image: '*\powershell_ise.exe'
|
||||
condition: selection and not filter
|
||||
falsepositives:
|
||||
- Unknown
|
||||
|
||||
Reference in New Issue
Block a user