Skip to content
Discussion options

You must be logged in to vote

Oh I figured it out. Using this simpler query below, also includes AppControlCodeIntegrityOriginAudited, which adds the missing info. My life could have been much easier in the past months. I think I used the more specific query in the beginning to reduce the output when querying all devices. Which was too much for App Control Manager. Since I'm now using the per device approach, including more info is no longer an issue.

DeviceEvents
| where ActionType startswith "AppControlCodeIntegrity"
and DeviceName == "l12345.xxx.com

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@HotCakeX
Comment options

Answer selected by itsablast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
AppControl Manager 🛡️ Any item labeled with this is related to the AppControl Manager application.
2 participants