Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Web Content Filtering - status across devices query #171

Open
SergGu opened this issue Jul 11, 2020 · 1 comment
Open

Web Content Filtering - status across devices query #171

SergGu opened this issue Jul 11, 2020 · 1 comment

Comments

@SergGu
Copy link

SergGu commented Jul 11, 2020

Hello Microsoft Team,

Not sure if this is planned already, It would be great to get few queries for a new Web Content Filtering feature. Here are few suggestions:

  • Web Content Filtering health across endpoints - to show which nodes has a most recent policy
  • Web Content Filtering events overall stats - to show number of events coming from endpoints
  • Web Content Filtering details for specific endpoint - show all hits and categories for named endpoint

Regards,
Serg

@johnB007
Copy link

I use this KQL query in AH for Web Content Filtering reports.

DeviceEvents
| where ActionType contains "ExploitGuardNetworkProtection"
| extend ParsedFields=parse_json(AdditionalFields)
| project DeviceName, ActionType, Timestamp, RemoteUrl, InitiatingProcessFileName, IsAudit=tostring(ParsedFields.IsAudit), ResponseCategory=tostring(ParsedFields.ResponseCategory), DisplayName=tostring(ParsedFields.DisplayName)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants