1
0
Форкнуть 0

Update insider-threat-detection-queries.md

This commit is contained in:
tali-ash 2022-01-16 17:11:15 +02:00 коммит произвёл GitHub
Родитель 824d453d6f
Коммит d91a0aab1b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -57,7 +57,7 @@ union ProcessQuery, FileQuery
//
//Screenshots
//
//let PRINT_THRESHOLD = 3; // adjust accordingly
let PRINT_THRESHOLD = 3; // adjust accordingly
//-----
DeviceProcessEvents
| where FileName in ("SnippingTool.exe", "ScreenSketch.exe") //and Timestamp > ago(20d)
@ -87,7 +87,7 @@ and RemoteUrl has_any (webmailURLs)
// Look for any activity by a terminated employee account creating a
// DeviceNetworkEvents after they were released
let TermAccount = 'FORMER_EMPLOYEE_NAME'; // Could also use SID
let ReleaseTime = datetime("M/D/Y H:M:S AM/PM");
let ReleaseTime = datetime("01/16/2022 00:00:00");
//
DeviceNetworkEvents
| where InitiatingProcessAccountName =~ TermAccount