
gundog - caccia guidata in Microsoft Defender
gundog - caccia guidata basata su PowerShell in Microsoft 365 Defender
Gundog ti offre una caccia guidata in Microsoft 365 Defender. Soprattutto (se non solo) per gli avvisi di posta elettronica e endpoint al momento.
Fornisci un AlertID (potresti averlo ricevuto tramite notifica email) e gundog cercherà quanti più dati associati possibile. Non ti offre la flessibilità della caccia avanzata come nel portale, ma ti darà una rapida panoramica iniziale dell'avviso, di tutte le entità associate e alcuni arricchimenti.
Tutta la caccia che fa si basa sul timestamp dell'avviso – quindi ci interessano solo gli eventi poco prima o dopo l'avviso.
Fornisce anche oggetti PowerShell per ogni entità che ha cacciato – come $Network per tutto ciò che ha trovato correlato a questo avviso nella tabella DeviceNetworkEvents di Microsoft 365 Defender.
gundog offre anche altre funzionalità che ti semplificano la vita:
Dopo le prime valutazioni con gundog, puoi continuare nel portale per addentrarti ulteriormente nella tana del coniglio.
Sentiti libero di estendere gundog e inviarmi pull request! Per la migliore esperienza psichedelica, usa il tema Dracula di Windows Terminal con gundog.
mandatory parameters:
- TenantID
- ClientID
- ClientSecret
Optional parameters:
- forgetIncidents
(Background: the first thing gundog is doing is to query all incidents and alerts from the incident API from the last 30 days. These are
saved to a global variable. If you restart gundog, it will not query all incidents again, unless you set forgetIncidents to true.)
Registra una nuova app in AAD e concedile le seguenti autorizzazioni: (Come registrare un'app)
Microsoft Graph
- Directory.Read.All
- IdentityRiskEvent.Read.All
- IdentityRiskyUser.Read.All
- SecurityEvents.Read.All
- User.Read
Microsoft Threat Protection
- AdvancedHunting.ReadAll
- Incident.Read.All
Windows Defender ATP
- AdvancedQuery.Read.All
- Alert.Read.All
- File.Read.All
- Ip.Read.All
- Url.Read.All
- User.Read.All
- Vulnerability.Read.All
Per maggiori informazioni visita: https://emptydc.com/2021/02/25/gundog/