Fixed issue with indentation on line 15
This commit is contained in:
CyberNinjaCat 2024-07-05 16:41:09 +01:00 коммит произвёл GitHub
Родитель cf5ab0266f
Коммит 28e68c57dd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -12,7 +12,7 @@ relevantTechniques:
- T1484
query: |
CloudAppEvents
| where ActionType == "New-TenantAllowBlockListItems"
| where ActionType == "New-TenantAllowBlockListItems"
| extend Parameters = RawEventData.Parameters
| mv-apply Parameters on (
extend Out=bag_pack(tostring(Parameters.Name), Parameters.Value)