Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Focus-Microsoft
[Top] [All Lists]

Re: File/Directory Permission Setting in Windows 2k/2003 Security Templa

Subject: Re: File/Directory Permission Setting in Windows 2k/2003 Security Template
Date: Mon, 24 Apr 2006 11:20:31 -0700 (PDT)
Hi Rick,

The abbreviations are security descriptor definition
language (aka "SDDL") strings. Microsoft has info on
SDDL at:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secauthz/security/security_descriptor_definition_language.asp

If you're trying to figure out what the string
represents, Microsoft's info should be enough.

If you want to write your own SDDL strings from
scratch, you may find this helpful:

1. Create a sample file
2. Set the permissions you want on the file
3. Run Microsoft's subinacl.exe resource kit utility
against it like so:
  subinacl /file thefile.txt /display=sddl
4. Copy the SDDL string that subinacl outputs

Some versions of the subinacl utility have an annoying
bug in it, so I recommend you download the updated
version from Microsoft at:

http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b&DisplayLang=en

Good luck.

Scott

--- Rick Zhong <sagiko@gmail.com> wrote:

Hi,
Is there any listing or table to explain all the
abbreviations which
are used in defining file/directory permissions in
windows security
template? I googled quite a bit and cannot find any
useful info except
openning the template in mmc to view it from GUI.

For example:(Taken from win2003 security guide
template - SSLF-Domain
Controller.inf )

[File Security]

"%systemRoot%\system32\tlntsvr.exe",1,"D:PAR(A;OIIO;FA;;;BA)(A;OIIO;FA;;;SY)"

"%systemRoot%\system32\tftp.exe",1,"D:PAR(A;OIIO;FA;;;BA)(A;OIIO;FA;;;SY)"

Any docs, tutorial or links to explain these
permission setting will
be very helpful. Thanks.

regards,
Rick


---------------------------------------------------------------------------

---------------------------------------------------------------------------




__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------------
---------------------------------------------------------------------------

<Prev in Thread] Current Thread [Next in Thread>