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: Discovering Active Direcory shared or Service users account

Subject: RE: Discovering Active Direcory shared or Service users account
Date: Tue, 3 Apr 2007 10:53:23 -0700
Here's a quick way to find non-standard service accounts that are
actually used:

Loop through each computer with the following command, replacing %1 with
the name of the computer.

C:\>wmic /node:%1 service where (not StartName like "LocalSystem" and
not StartName like "%%NetworkService%%" and not StartName like
"%%LocalService%%") get Name, Caption, StartMode, StartName, Started

This might be more effective because, as James noted, service accounts
look just like regular user accounts in Active Directory.

There might be better ways other than this.

Scott

-----Original Message-----
From: listbounce@securityfocus.com [mailto:listbounce@securityfocus.com]
On Behalf Of Biassoni Riccardo
Sent: Tuesday, April 03, 2007 7:25 AM
To: focus-ms@securityfocus.com
Subject: Discovering Active Direcory shared or Service users account

Hi All,

Is there a way to discover Active Directory "Shared" user account or
"Service" users Account for auditing purpose? 
I have domain admin privileges and local access to my domain
controllers.

Best regards
Tich

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