All Apps and Add-ons

AppLocker Monitoring

wdeoliveira_spl
Splunk Employee
Splunk Employee

Hello there,

I am trying to help logs from a aplication called AppLocker running on Windows.

The logs of this application can only be viewed at the detailed tab of the event view on xml format.

Is there any specific method or tweak to set up to collect and parse data from the detailed view?

Thanks-

Wellington

ryanoconnor
Builder

Hello Wellington,

We just went through getting some AppLocker logs into Splunk today. We deployed the following paths to our inputs.conf on our Windows Servers.

[WinEventLog://Microsoft-Windows-AppLocker/EXE and DLL]
disabled = 0

[WinEventLog://Microsoft-Windows-AppLocker/MSI and Script]
disabled = 0

[WinEventLog://Microsoft-Windows-AppLocker/Packaged app-Deployment]
disabled = 0

[WinEventLog://Microsoft-Windows-AppLocker/Packaged app-Execution]
disabled = 0

So far we are using this in audit mode. A simple useful search we created was

source=AppLocker index=main EventCode=8003 OR EventCode=8006 | rex field=Message "(?.*)was allowed to run but would have been prevented from running if the AppLocker policy were enforced." | table _time blocked_app User host

This created a table of time, application that would have been blocked, user, and host.

Get Updates on the Splunk Community!

Buttercup Games Tutorial Extension - part 9

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...

Buttercup Games Tutorial Extension - part 8

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...

Introducing the Splunk Developer Program!

Hey Splunk community! We are excited to announce that Splunk is launching the Splunk Developer Program in ...