-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuserscript-header.txt
More file actions
18 lines (18 loc) · 896 Bytes
/
userscript-header.txt
File metadata and controls
18 lines (18 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// ==UserScript==
// @name Microsoft Sentinel & Defender: Threat Hunting Queries
// @version 1.0.0
// @description Custom threat hunting query menu for MS Sentinel & Defender
// @author LasCC
// @match *://security.microsoft.com/*
// @match *://*.reactblade.portal.azure.net/*
// @downloadURL https://raw.githubusercontent.com/LasCC/MicrosoftSentinel-Userscript/main/dist/sentinel-userscript.user.js
// @updateURL https://raw.githubusercontent.com/LasCC/MicrosoftSentinel-Userscript/main/dist/sentinel-userscript.user.js
// @grant GM_xmlhttpRequest
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_deleteValue
// @grant unsafeWindow
// @connect api.github.com
// @connect raw.githubusercontent.com
// @icon https://www.google.com/s2/favicons?sz=64&domain=security.microsoft.com
// ==/UserScript==