<?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 Is there a parser that will convert Windows SDDL or ACE format strings into human readable content? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-parser-that-will-convert-Windows-SDDL-or-ACE-format/m-p/192452#M38378</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Is anyone aware of an existing parser that will convert windows SDDL format  or ACE format strings into human readable content?&lt;/P&gt;

&lt;P&gt;as an exanples piece of SDDL&lt;BR /&gt;
D:AI(A;OICIID;FA;;;BU)(A;ID;FA;;;BA)&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 22 Aug 2014 18:20:14 GMT</pubDate>
    <dc:creator>javiergn</dc:creator>
    <dc:date>2014-08-22T18:20:14Z</dc:date>
    <item>
      <title>Is there a parser that will convert Windows SDDL or ACE format strings into human readable content?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-parser-that-will-convert-Windows-SDDL-or-ACE-format/m-p/192452#M38378</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Is anyone aware of an existing parser that will convert windows SDDL format  or ACE format strings into human readable content?&lt;/P&gt;

&lt;P&gt;as an exanples piece of SDDL&lt;BR /&gt;
D:AI(A;OICIID;FA;;;BU)(A;ID;FA;;;BA)&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2014 18:20:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-parser-that-will-convert-Windows-SDDL-or-ACE-format/m-p/192452#M38378</guid>
      <dc:creator>javiergn</dc:creator>
      <dc:date>2014-08-22T18:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a parser that will convert Windows SDDL or ACE format strings into human readable content?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-parser-that-will-convert-Windows-SDDL-or-ACE-format/m-p/192453#M38379</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Download sddlparse tool from &lt;A href="http://blogs.microsoft.co.il/files/folders/guyt/entry70399.aspx"&gt;http://blogs.microsoft.co.il/files/folders/guyt/entry70399.aspx&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Create .vbs file with below code:&lt;/P&gt;

&lt;P&gt;strSDDLParse = "C:\Tools\SDDLParse.exe"&lt;BR /&gt;
strSDDL = "D:PAI(A;OICI;0x1201bf;;;S-1-5-21-1216582894-834684500-1334827815-316441)(A;OICIIO;FA;;;CO)(A;OICI;FA;;;SY)(A;OICI;FA;;;S-1-5-21-1216582894-834684500-1334827815-458061)"&lt;BR /&gt;
Set objShell = CreateObject("WScript.Shell")&lt;BR /&gt;
Set objExec = objShell.Exec(strSDDLParse &amp;amp; " " &amp;amp; strSDDL)&lt;BR /&gt;
While objExec.Status = 0&lt;BR /&gt;
    WScript.Sleep 100&lt;BR /&gt;
Wend&lt;BR /&gt;
WScript.Echo objExec.StdOut.ReadAll&lt;/P&gt;

&lt;P&gt;Edit the code accordingly and specify the SDDL string to convert&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Nadeem&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 08:55:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-parser-that-will-convert-Windows-SDDL-or-ACE-format/m-p/192453#M38379</guid>
      <dc:creator>nadeemka2000</dc:creator>
      <dc:date>2016-04-21T08:55:22Z</dc:date>
    </item>
  </channel>
</rss>

