Uploading files for azure/defender soc project
This commit is contained in:
parent
49e53698fd
commit
a67859b79c
BIN
ExportedTemplate-HoneyPot.zip
Normal file
BIN
ExportedTemplate-HoneyPot.zip
Normal file
Binary file not shown.
54804
geoip-summarized.csv
Normal file
54804
geoip-summarized.csv
Normal file
File diff suppressed because it is too large
Load Diff
33
map.json
Normal file
33
map.json
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
{
|
||||||
|
"type": 3,
|
||||||
|
"content": {
|
||||||
|
"version": "KqlItem/1.0",
|
||||||
|
"query": "let GeoIPDB_FULL = _GetWatchlist(\"geoip\");\nlet WindowsEvents = SecurityEvent;\nWindowsEvents | where EventID == 4625\n| order by TimeGenerated desc\n| evaluate ipv4_lookup(GeoIPDB_FULL, IpAddress, network)\n| summarize FailureCount = count() by IpAddress, latitude, longitude, cityname, countryname\n| project FailureCount, AttackerIp = IpAddress, latitude, longitude, city = cityname, country = countryname,\nfriendly_location = strcat(cityname, \" (\", countryname, \")\");",
|
||||||
|
"size": 3,
|
||||||
|
"timeContext": {
|
||||||
|
"durationMs": 2592000000
|
||||||
|
},
|
||||||
|
"queryType": 0,
|
||||||
|
"resourceType": "microsoft.operationalinsights/workspaces",
|
||||||
|
"visualization": "map",
|
||||||
|
"mapSettings": {
|
||||||
|
"locInfo": "LatLong",
|
||||||
|
"locInfoColumn": "countryname",
|
||||||
|
"latitude": "latitude",
|
||||||
|
"longitude": "longitude",
|
||||||
|
"sizeSettings": "FailureCount",
|
||||||
|
"sizeAggregation": "Sum",
|
||||||
|
"opacity": 0.8,
|
||||||
|
"labelSettings": "friendly_location",
|
||||||
|
"legendMetric": "FailureCount",
|
||||||
|
"legendAggregation": "Sum",
|
||||||
|
"itemColorSettings": {
|
||||||
|
"nodeColorField": "FailureCount",
|
||||||
|
"colorAggregation": "Sum",
|
||||||
|
"type": "heatmap",
|
||||||
|
"heatmapPalette": "greenRed"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"name": "query - 0"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user