|
Hi, This is really easy to do when installing the software on a test laptop and scanning the event log with App Control Manager. Is there anything I can improve to get the same information from remote laptops? This is my kql query I use to export the csv in advanced hunting: |
Replies: 1 comment 1 reply
|
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 |
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