1
0
Форкнуть 0
This commit is contained in:
Marty Hernandez Avedon 2021-05-13 12:45:55 -04:00
Родитель 31b6e6f7a4
Коммит ef66396943
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -10,8 +10,8 @@ At present, this method of encoding is much more rare, being seen largely with l
```kusto
DeviceFileEvents
| where InitiatingProcessFileName == "powershell.exe"
| where InitiatingProcessCommandLine has_all ("IEX","System.Text.Encoding","::UTF8.GetString(@")
| where InitiatingProcessFileName =~ "powershell.exe"
| where InitiatingProcessCommandLine has_all ("IEX","Text.Encoding","UTF8.GetString(@")
| where InitiatingProcessCommandLine has_any ("Unrestricted","Hidden")
```