Skip to content

Commit

Permalink
Update Defender365_Query.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cgosec authored Apr 1, 2024
1 parent 44e298d commit 92a98a2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion parser/Defender365_Query.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,15 @@

Simply export it and upload it to Blauhaunt...

(Likely you have to chunk by using the starttime and endtime variable since Denfender is limited to 10k lines of export *measly*
(Likely you have to chunk by using the starttime and endtime variable since Denfender is limited to 10k lines of export *measly*)

# IP to Host Mapping:
DeviceLogonEvents
| where RemoteDeviceName != ""
| where RemoteIP !startswith "127."
| where RemoteIP !in ("", "-")
| project RemoteDeviceName, RemoteIP
| summarize by RemoteDeviceName, RemoteIP

Import this into last input field:
![image](https://github.com/cgosec/Blauhaunt/assets/147876916/60983c02-e2e2-41f0-9b2c-d8953614b22d)

0 comments on commit 92a98a2

Please sign in to comment.