<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Windows Applocker XML Events Missing user data (renderXML=1) in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Windows-Applocker-XML-Events-Missing-user-data-renderXML-1/m-p/264030#M16631</link>
    <description>&lt;P&gt;Turns out the issue is a Windows issue and not Splunk. The XML format can be viewed with Windows Event Viewer so if something is missing it is because Windows did not put it there. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Sadly we have switched back to plaintext events for Applocker. Windows disappoints yet again.&lt;/P&gt;

&lt;P&gt;More information can be found here.&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/290844/testing-renderxml1-for-windows-event-logs-in-splun.html"&gt;https://answers.splunk.com/answers/290844/testing-renderxml1-for-windows-event-logs-in-splun.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Dec 2015 20:20:57 GMT</pubDate>
    <dc:creator>phoenixdigital</dc:creator>
    <dc:date>2015-12-08T20:20:57Z</dc:date>
    <item>
      <title>Windows Applocker XML Events Missing user data (renderXML=1)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Windows-Applocker-XML-Events-Missing-user-data-renderXML-1/m-p/264028#M16629</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I will likely file this as a bug report but was just going to check here first.&lt;/P&gt;

&lt;P&gt;A customer recently activated XML Windows Events across the board and we noticed that the Applocker Events are missing a few things.&lt;/P&gt;

&lt;P&gt;The old text event (obfuscated):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;12/07/2015 09:38:54 AM
LogName=microsoft-windows-applocker/exe and dll
SourceName=Microsoft-Windows-AppLocker
EventCode=8004
EventType=2
Type=Error
ComputerName=xxxxxxxxxx.prod
User=cxxxxrn
Sid=S-1-5-xx-1xxxx40-23xxxx4-32xxxx7-3xxx
SidType=1
TaskCategory=None
OpCode=Info
RecordNumber=10360
Keywords=None
Message=%OSDRIVE%\USERS\xxxxxxx\APPDATA\xxxxxxxxxxxxx\xxxxxxxxxxx\ADOBECAPTIVATEWS was prevented from running.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The new XML Version:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'&amp;gt;
    &amp;lt;System&amp;gt;
        &amp;lt;Provider Name='Microsoft-Windows-AppLocker' Guid='{xxxxxx}'/&amp;gt;
        &amp;lt;EventID&amp;gt;8002&amp;lt;/EventID&amp;gt;
        &amp;lt;Version&amp;gt;0&amp;lt;/Version&amp;gt;
        &amp;lt;Level&amp;gt;4&amp;lt;/Level&amp;gt;
        &amp;lt;Task&amp;gt;0&amp;lt;/Task&amp;gt;
        &amp;lt;Opcode&amp;gt;0&amp;lt;/Opcode&amp;gt;
        &amp;lt;Keywords&amp;gt;0x8000000000000000&amp;lt;/Keywords&amp;gt;
        &amp;lt;TimeCreated SystemTime='2015-12-07T00:49:18.186112800Z'/&amp;gt;
        &amp;lt;EventRecordID&amp;gt;147067&amp;lt;/EventRecordID&amp;gt;
        &amp;lt;Correlation/&amp;gt;
        &amp;lt;Execution ProcessID='8092' ThreadID='5804'/&amp;gt;
        &amp;lt;Channel&amp;gt;microsoft-windows-applocker/exe and dll&amp;lt;/Channel&amp;gt;
        &amp;lt;Computer&amp;gt;xxxxxxxxxxx.prod&amp;lt;/Computer&amp;gt;
        &amp;lt;Security UserID='S-1-5-xx-181xxxxx-23xxx-32xxxxxx-13345'/&amp;gt;
    &amp;lt;/System&amp;gt;
    &amp;lt;UserData&amp;gt;
        &amp;lt;RuleAndFileData xmlns:auto-ns2='http://schemas.microsoft.com/win/2004/08/events' xmlns='http://schemas.microsoft.com/schemas/event/Microsoft.Windows/1.0.0.0'&amp;gt;
            &amp;lt;PolicyName&amp;gt;EXE&amp;lt;/PolicyName&amp;gt;
            &amp;lt;RuleId&amp;gt;{xxxxxxxxxxx}&amp;lt;/RuleId&amp;gt;
            &amp;lt;RuleName&amp;gt;xxxxxx: JExplorer32.3.3.exe&amp;lt;/RuleName&amp;gt;
            &amp;lt;RuleSddl&amp;gt;D:(XA;;FX;;;S-1-1-0;(APPID://SHA256HASH Any_of {#1ce1604845axxxxxxxxxxxxxxd2e0cc2}))&amp;lt;/RuleSddl&amp;gt;
            &amp;lt;TargetUser&amp;gt;S-1-5-xx-181xxxxx-23xxx-32xxxxxx-13345&amp;lt;/TargetUser&amp;gt;
            &amp;lt;TargetProcessId&amp;gt;1484&amp;lt;/TargetProcessId&amp;gt;
            &amp;lt;FilePath&amp;gt;%OSDRIVE%\USERS\xxxxxx\APPDATA\LOCAL\TEMP\1\JEXPLORER32.3.3.EXE&amp;lt;/FilePath&amp;gt;
            &amp;lt;FileHash&amp;gt;1CE160484xxxxxxxxxxxxxxDD2E0CC2&amp;lt;/FileHash&amp;gt;
            &amp;lt;Fqbn&amp;gt;-&amp;lt;/Fqbn&amp;gt;
        &amp;lt;/RuleAndFileData&amp;gt;
    &amp;lt;/UserData&amp;gt;
&amp;lt;/Event&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;One key field most of our dashboards used was the "&lt;STRONG&gt;User&lt;/STRONG&gt;" field which is no longer available in the XML version of these events. The only other option is the &lt;STRONG&gt;TargetUser&lt;/STRONG&gt; which obviously relates to the User (Sid) but is not really a human friendly. Seems a bit pointless to have to make a lookup from TargetUser -&amp;gt; User.&lt;/P&gt;

&lt;P&gt;Is there any way we can control how renderXML works for Windows Events like Applocker?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2015 01:46:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Windows-Applocker-XML-Events-Missing-user-data-renderXML-1/m-p/264028#M16629</guid>
      <dc:creator>phoenixdigital</dc:creator>
      <dc:date>2015-12-07T01:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Applocker XML Events Missing user data (renderXML=1)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Windows-Applocker-XML-Events-Missing-user-data-renderXML-1/m-p/264029#M16630</link>
      <description>&lt;P&gt;I am seeing this on a customer site now as well, it impacts the Enterprise Security app also as it has no "action" field extraction which originates from a lookup that bases it on the "Type" field, which also does not exist.&lt;/P&gt;

&lt;P&gt;Hoping Splunk can speak to this soon as it does impact current customer deployments.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 19:00:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Windows-Applocker-XML-Events-Missing-user-data-renderXML-1/m-p/264029#M16630</guid>
      <dc:creator>jonathan_cooper</dc:creator>
      <dc:date>2015-12-08T19:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Applocker XML Events Missing user data (renderXML=1)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Windows-Applocker-XML-Events-Missing-user-data-renderXML-1/m-p/264030#M16631</link>
      <description>&lt;P&gt;Turns out the issue is a Windows issue and not Splunk. The XML format can be viewed with Windows Event Viewer so if something is missing it is because Windows did not put it there. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Sadly we have switched back to plaintext events for Applocker. Windows disappoints yet again.&lt;/P&gt;

&lt;P&gt;More information can be found here.&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/290844/testing-renderxml1-for-windows-event-logs-in-splun.html"&gt;https://answers.splunk.com/answers/290844/testing-renderxml1-for-windows-event-logs-in-splun.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 20:20:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Windows-Applocker-XML-Events-Missing-user-data-renderXML-1/m-p/264030#M16631</guid>
      <dc:creator>phoenixdigital</dc:creator>
      <dc:date>2015-12-08T20:20:57Z</dc:date>
    </item>
  </channel>
</rss>

