Merge pull request #441 from EccoTheFlintstone/powershell_rules

powershell false positives
This commit is contained in:
Florian Roth
2019-09-06 10:19:45 +02:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
@@ -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