Today Active Directory Security is mission-critical to organizational security worldwide and thus mission-critical to Cyber Security worldwide. On this blog, former Microsoft Program Manager for Active Directory Security, and today, CEO of Paramount Defenses, shares valuable technical insights on Active Directory Security.


Showing posts with label Active Directory Security Audit. Show all posts
Showing posts with label Active Directory Security Audit. Show all posts

Friday, January 6, 2017

The World's Best Active Directory Permissions Analyzer

Folks,

Hope your 2017's off to a great start. As I had indicated a few days ago, starting January 26th I'll be sharing some valuable insights on Active Directory Security; until then just wanted to get some very basic stuff out of the way; this one being the 6th.

Active Directory Permissions Audits - An Essential Need

It goes without saying that today virtually every organization that operates on Microsoft's Active Directory has an essential need to be able to audit Active Directory security permissions because Active Directory security permissions ultimately protect the entirety of the organizations IT resources. A few examples of such essential Active Directory permissions audits include -


  1. Who has what security permissions/rights in Active Directory, which ones and where?
  2. Who has what security permissions/rights on a specific Active Directory object and how?
  3. What security permissions/rights does a specific user or security group have in Active Directory?
  4. Where does a specific user or group have any kind of modify permissions/rights in Active Directory?
  5. Who has what security permissions/rights on critical Active Directory objects such as the domain root object etc.?

Now, let me be the first to tell you that if you truly know Active Directory Security, then you know that it is not "Who has what permissions" but "Who has what effective permissions" that matters (and the difference is colossal and could be the difference between security and compromise), but for now let's just play along and assume that this is what organizations need to audit.

To fulfill these essential needs, IT admins worldwide use various means, such as writing advanced in-house LDAP/ PowerShell scripts, using free MS tools like dsacls, acldiag, LDP etc., or relying on some 3rd party audit tools many of which aren't reliable.

In doing so, here are some issues/challenges they could run into -
  1. In-house scripts are prone to human-error, need to be maintained and could be maliciously modified by someone
  2. The use of PowerShell, and/or utilities like LDP requires a certain level of technical Active Directory expertise
  3. Many 3rd party tools, whilst inexpensive, may or may not always be sufficiently trustworthy (e.g. built in Russia etc.)

In our experience, we found that what is ideally needed is a dedicated and reliable (tamper-proof) permissions audit tool that can help all these IT personnel easily & trustworthily fulfill their essential Active Directory security permissions audit needs.

So we built possibly the world's best (most capable) Active Directory Permissions Analyzer that could help IT admins, analysts, auditors and other stakeholders easily and trustworthily fulfill their essential Active Directory security permissions audit needs.



Gold Finger Active Directory Permissions Analyzer

The Gold Finger Permissions Analyzer is the world's most capable and trustworthy Active Directory Permissions Audit Tool -

Gold Finger Active Directory Permissions Analyzer

If you can touch a button, you can now easily, comprehensively and above all, trustworthily fulfill all your Active Directory security permissions/rights audit and compliance reporting needs. Active Directory permissions audits could not be simpler.


Capability Overview

Here's a quick overview of the tool's top 5 features/capabilities -
  1. Rapid Analysis and Enterprise Scalability – Analyze entire Active Directory domains within a matter of minutes.
  2. Rich Analysis Criteria – Find permissions based on grant type (allow/deny), inheritance (explicit/inherited), permission type (e.g. Write Property), security principal (any user, security group or well-known security principal) and scope.
  3. Group Membership Inclusion – Automatically include the impact of group memberships when analyzing permissions.
  4. Real-time Schema Availability – Specify any class, attribute or extended right defined in your organization's AD Schema.
  5. Complete Flexibility – Customize analysis scope via use of custom LDAP filters (e.g. (&(objectClass=user)(title=C*O)).)



Design Goals

Here are the 5 main design goals we set and met for Gold Finger -
  1. Trustworthiness - When it comes to security, Gold Finger sets the bar and gold standard for trustworthiness.
  2. Ease-of-use - It can be installed in 2 minutes on any machine* and requires no Active Directory knowledge to use.
  3. Customization - Every report can be completely customized using LDAP filters as well as scope and depth control.
  4. Complete Flexibility - IT personnel can search for any kind of Active Directory security permission, including specific permissions and extended rights, as well as permissions granted anywhere to a specific user/group etc. 
  5. Data output - IT personnel can effortlessly export the raw data for archival, rich analysis etc.



Example Reports

Here are 10 real-world examples of the kinds of Active Directory security permissions audits you can perform with Gold Finger -

  1. Identify all security principals that have any kind of modify permissions granted anywhere in the Corp domain.
  2. Identify all security groups that have All Extended Rights granted anywhere in the Corp domain.
  3. Identify all users that have the Reset Password Extended right granted on any domain accounts in the Executives OU.
  4. Identify all security principals that have Delete permissions granted on any organizational unit (OU) in the Corp domain.
  5. Find out if the Temporary Contractors group is granted any security permissions anywhere in the Corp domain.
  6. Find out which security permissions, if any, are granted to John Doe anywhere in the Production OU.
  7. Find out which users are explicitly granted the Create Child - User permission anywhere in the Headquarters OU.
  8. Find out who has Deny permission granted anywhere in the Corp domain, and whether they are Explicit or Inherited.
  9. Determine whether John Doe has Write Property - Member permissions on any administrative group in the Corp domain.
  10. Determine who has Send As permissions granted on the CEO's mail-enabled domain user account.




Trusted Worldwide

Today, our Gold Finger Active Directory Permissions Analyzer is used worldwide by the world's top organizations to easily, efficiently and trustworthily fulfill the entirety of their essential Active Directory security permissions/rights audit needs.

Best wishes,
Sanjay

PS: This is about 1% of what we do, so this is as much as I'd like to say about it.

Thursday, January 5, 2017

The World's Best Active Directory ACL / Security Permissions Audit Tool

Folks,

Hope your 2017's off to a great start. As I had indicated a few days ago, starting January 26th I'll be sharing some valuable insights on Active Directory Security; until then just wanted to get some very basic stuff out of the way; this one being the 5th.

Active Directory ACL / Security Permissions Audit - A Basic Need

Today virtually every organization that operates on Microsoft's Active Directory has a basic and essential need to be able to easily view, analyze and audit Active Directory ACLs (Access Control Lists) because Active Directory permissions ultimately protect virtually all of the organization's IT resources. A few examples of such basic Active Directory ACL audit needs include -


  1. Who security permissions/rights does a specific user/group have in a specific Active Directory object's ACL?
  2. Who has a specific Active Directory security permission allowed in the ACL of a specific Active Directory object?
  3. Which ACEs (access control entries) grant a specific Active Directory security permission to various security principals?
  4. Which ACEs explicitly deny a specific Active Directory security permission in an object's ACL?
  5. Which ACEs explicitly grant a specific Active Directory security permission to a specific user or group in an object's ACL?

Now, let me be the first to tell you that if you truly know Active Directory Security, then you know that it is not "Who has what permissions" but "Who has what effective permissions" that matters (and the difference is colossal and could be the difference between security and compromise), but for now let's just play along and assume that this is what organizations need to audit.

To fulfill their ACL analysis needs, IT admins worldwide use numerous means, such as writing in-house LDAP/ PowerShell scripts, using free MS tools like dsacls, acldiag, LDP etc., or relying on some 3rd party audit tools many of which aren't reliable.

In doing so, here are some issues/challenges they could run into -
  1. In-house scripts are prone to human-error, need to be maintained and could be maliciously modified by someone.
  2. The use of PowerShell, and/or utilities like LDP requires a certain level of technical Active Directory expertise.
  3. Many 3rd party tools, whilst inexpensive, may or may not always be sufficiently trustworthy (e.g. built in Russia etc.)

In our experience, we found that what is ideally needed is a dedicated and reliable (tamper-proof) Active Directory ACL analysis, viewing and dump tool that can help easily & trustworthily fulfill all Active Directory ACL/permissions audit needs.

So we built possibly the world's best (most advanced) Active Directory ACL Viewer and Exporter that could help IT admins, analysts, auditors and other stakeholders easily and trustworthily fulfill their basic Active Directory ACL/permissions audit needs.



Gold Finger Active Directory ACL / Security Permissions Audit and Dump Tool

The Gold Finger Active Directory ACL Viewer and Exporter is the world's most advanced and trustworthy Active Directory ACL/Permissions Audit Tool -

Gold Finger Active Directory ACL Audit Tool, Viewer and Exporter
If you can touch a button, you can now easily, comprehensively and above all, trustworthily view, analyze, audit as well as instantly export/dump Active Directory ACLs and security permissions/rights, both on a per-object and a domain-wide basis.


Capability Overview

Here's a quick overview of the tool's top 5 features/capabilities -
  1. Complete View – Obtain a complete, fully sortable view of the ACL (both DACL & SACL) of any Active Directory object.
  2. Detailed View – Obtain a detailed view wherein each ACL field is expanded into individually sortable columns.
  3. ACL Exports – Export the complete ACL of an Active Directory object for analysis, comparison, archival and audit.
  4. Tree-wide ACL Exports – Export/dump the ACLs of all Active Directory objects in any Active Directory tree (e.g. OU).
  5. Advanced ACL Export Options – Export only those ACLs that are marked Protected or owned by a specific user/group.


Design Goals

Here are the 5 main design goals we set and met for Gold Finger -
  1. Trustworthiness - When it comes to security, Gold Finger sets the bar and gold standard for trustworthiness.
  2. Ease-of-use - It can be installed in 2 minutes on any machine* and requires no Active Directory knowledge to use.
  3. Rich Analysis - IT personnel can easily analyze every aspect of the ACL, including sorting the ACL by individual Active Directory security permissions (e.g. Write Property, Extended Right etc.), inheritance fields etc.
  4. Instant Export - IT personnel can easily export/dump the ACLs of any, some or all Active Directory objects. 
  5. Data output - IT personnel can effortlessly export the raw data for archival, rich analysis etc.



Example Reports

Here are 10 real-world examples of the kinds of Active Directory ACL/permissions audits you can perform with Gold Finger -

  1. Alphabetically sort the ACL on the AdminSDHolder object to list all security principals for whom access is specified.
  2. Identify all permissions in the ACL of the Administrators group object that grant Write Property - Member permissions.
  3. Export/dump the ACL on the Enterprise Admins group object to furnish it as evidence for a regulatory compliance report.
  4. Identify every permission in the ACL on the Corporate OU object that grants a user or group Create Child permissions.
  5. Enumerate the list of all security permissions in the ACL of the Help Desk Operators object that are Explicit in nature.
  6. Instantly dump/export the security permissions/ACLs of all objects contained in any Active Directory domain/partition.
  7. Easily dump/export the security permissions/ACLs protecting all executive (e.g. all C*O) and privileged user accounts.
  8. Instantly dump/export Active Directory security permissions/ACLs protecting all Organizational Units in a domain.
  9. Obtain a snapshot of all Active Directory permissions/ACLs protecting the Configuration, Schema and domain partitions.
  10. Dump/export Active Directory security permissions/ACLs to a file to furnish evidence for a compliance/security audit.



Trusted Worldwide

Today, our Gold Finger Active Directory ACL Viewer and Exporter is used worldwide by the world's top organizations to easily, efficiently and trustworthily fulfill all their basic Active Directory ACL/security permissions/rights analysis and audit needs.

Best wishes,
Sanjay

PS: This is about 1% of what we do, so this is as much as I'd like to say about it.

Monday, January 2, 2017

A Highly Trustworthy Active Directory Security Audit Tool

Folks,

Hope your New Year's off to a good start. As I had indicated yesterday, starting January 26th I'll be sharing some valuable insights on Active Directory Security; until then just wanted to get some very basic stuff out of the way, this being the 1st.

Trustworthy Active Directory Security Audits - A Basic Universal Need

Today most organizations that operate on Microsoft's Active Directory have a need to be able to perform basic Active Directory Security audits to maintain security and demonstrate compliance. Examples of such basic Active Directory audits include -


  1. List of all domain user accounts in Active Directory, including their states, status, true last-logon time etc.
  2. List of all domain user accounts and groups considered administrative in nature by Active Directory
  3. List of all domain security groups in Active Directory, including their type, membership etc.
  4. List of all domain computer accounts in Active Directory, and their various details
  5. List of all organizational units, containers, service connection points, print queues, GPOs in Active Directory etc.

To fulfill these basic needs, IT admins usually employ various means, such as writing in-house LDAP/PowerShell scripts, using free MS utilities like LDP etc., or relying on basic 3rd party AD audit tools. However, there is usually a trade-off involved -
  1. In-house scripts are prone to human-error, need to be maintained and could be maliciously modified by someone
  2. The use of PowerShell, and/or utilities like LDP requires a certain level of technical Active Directory expertise
  3. Many 3rd party tools, whilst inexpensive, may or may not always be sufficiently trustworthy (e.g. built in Russia etc.)

In our experience, we found that what is ideally needed is a simple, reliable (tamper-proof) and customizable audit tool that can help all IT personnel (AD admins, IT managers and others) easily & trustworthily fulfill their basic Active Directory audit needs.

So we built possibly the world's simplest and most trustworthy Active Directory Security Audit Tool that can help both advanced technical experts as well as IT managers and others, easily and trustworthily fulfill their basic Active Directory audit needs.



Gold Finger Active Directory Security Audit Tool

The Gold Finger Security Audit Tool is quite simply the world's most trustworthy basic Active Directory Security Audit Tool -

Gold Finger Active Directory Security Audit Tool

If you can touch a button, you can now trustworthily fulfill most of your basic Active Directory security audit and compliance reporting needs, including obtaining and furnishing evidence in terms of raw data and professional-grade (PDF) reports.


Capability Overview

Here's a quick overview of the tool's top 5 features/capabilities -
  1. 100 Built-in Reports – Instantly generate 100+ essential ready-to-generate Active Directory security audit reports
  2. Custom LDAP Filters – Customize any built-in report by specifying an LDAP filter of your choice (e.g. (title=C*O))
  3. DC Specific Analysis and Alternate Credential Use – Target any Domain Controller, as well as use alternate credentials
  4. Data Exports – Instantly export data from Active Directory (domain, OU etc.), including based on custom LDAP filters
  5. Professional-grade PDF Report Generation – Generate customizable, ready-to-furnish professional-grade PDF reports


Design Goals

Here are the 5 main design goals we set and met for Gold Finger -
  1. Trustworthiness - When it comes to security, Gold Finger sets the bar and gold standard for trustworthiness.
  2. Ease-of-use - It can be installed in 2 minutes on any machine* and requires no Active Directory knowledge to use.
  3. Customization - Every report can be completely customized using LDAP filters as well as scope and depth control.
  4. Data output - Gold Finger retrieves the data, lets you analyze and easily export it, as well as generate PDF reports. 
  5. Flexible Licensing - Gold Finger can be licensed on a weekly, monthly, quarterly and annual basis, starting at just $ 99*.


Example Reports

Here are 10 real-world examples of the kinds of reports you can generate with Gold Finger -
  1. Identify all domain user accounts in Active Directory, including their state, status (active/stale) and last-logon times.
  2. List all domain computer accounts in Active Directory, including their operating system, status and DNS name.
  3. Enumerate all domain security groups in Active Directory, including their type and other details.
  4. Enumerate the entire contents (accounts, groups etc.) of any Organizational Unit (OU) in Active Directory.
  5. Identify all accounts and groups that are considered/marked as administrative by Active Directory.
  6. Enumerate the list of all active and inactive domain user accounts (based on True Last Logon ).
  7. Identify all computer accounts that are trusted for unconstrained delegation in Active Directory.
  8. Identify all accounts based on a specific criteria such as a combined value of Title and a custom attribute Division.
  9. View the details of the CEO's domain user account, export them to a CSV file, or generate a professional PDF report.
  10. Generate an audit report in PDF format that lists all Active Directory user accounts, including their state and status.


A Free Version

We believe that everyone worldwide should be able to obtain basic Active Directory security insight trustworthily so we also offer a free version which can be downloaded here - http://www.paramountdefenses.com/free-active-directory-audit-tool.html



Trusted Worldwide

Today, our Gold Finger Active Directory Security Audit Tool is used worldwide by the world's top organizations including the United States Government and Fortune 10 companies to trustworthily fulfill their basic Active Directory security audit needs.

For more information and free trials, please visit - http://www.paramountdefenses.com/active-directory-security-audit-tool.html

Best wishes,
Sanjay

PS: This is about 0.01% of what we do, so this is as much as I'd like to say about it.

Wednesday, June 22, 2016

Our Free Active Directory Audit Tool

Folks,

In a few days, I'll start shedding some light on vital Active Directory Security related matters that I believe most organizations seem to be in the dark about today. Until then, I just wanted to share some simple technical stuff on a few technical topics.


Today's is on our Free Active Directory Audit Tool,  the free version of our Gold Finger Active Directory Audit Tool, that we released recently to help organizations worldwide have a trustworthy choice when it comes to free security audit tooling for Microsoft Active Directory -
Free Active Directory Audit Tool

My time is very valuable, and the only reason I'm going to spend any time on this is because we care deeply about the foundational cyber security of all organizations worldwide. In case you find yourself wondering as to what a free Active Directory audit tool has to do with foundational cyber security, I think you'll find the answer to that question here.

Now that you know why this is important, you'll hopefully understand why I'm spending precious time on a blog entry on a free Active Directory Audit Tool. That said, the rest of this blog entry illustrates reports that IT personnel can generate from this tool.



Download Point

First things first. The tool can be downloaded from - http://www.paramountdefenses.com/free-active-directory-audit-tool.html.


Download


Our audit tool can be instantly downloaded and installed on virtually any computer in under 2 minutes. It does not require any administrative access or any changes to Active Directory to install, and it does not require any technical knowledge to use.





7 Helpful Features of our Free Active Directory Audit Tool

Our free Active Directory Audit Tool is a limited version of our licensable Active Directory Security Audit Tool, which is used by the world's top organizations across 6 continents worldwide today. Here are 7 helpful audit/reporting features that it offers -

Fully-automated one-button touch
Active Directory Security Audit Reporting

1. 100 Built-in Reports – Instantly generate 100+ essential ready-to-generate Active Directory audit reports
2. Custom LDAP Filters – Customize any report by specifying an LDAP filter of your choice (e.g. (title=C*O))
3. LDAP Filter Library – Define and use a custom LDAP filter library to generate a repeatable set of audit reports
4. Scope and Depth Control – Target any scope (domain, OU, etc.) and optionally restrict scope up to 10 levels
5. DC Specific Analysis and Alternate Credential Use – Target any DC and use alternate credentials
6. True Last Logon Reports – Generate 9 true last-logon reports based on non-replicated lastLogon attribute
7. Last Logon DC Identification – Identify the DC that authenticated the actual last logon of any account

The only limitation in the free version of our Active Directory Audit Tool is in its ability to perform data exports to CSV and PDF.




Unmatched Ease of Use

Here's how easy it is to use our free Active Directory Audit Tool to perform basic yet essential Active Directory security audits -
Generating Active Directory Security Audit Reports in 3 Simple Steps

Once the Gold Finger application has been launched, generating reports as easy as -
Step 1 - Select a report from amongst 100+ built-in Active Directory security audit reports.
Step 2 - Enter the distinguished name of your target Active Directory domain in the Scope field.
Tip - You can point Gold Finger to any OU, container, user account etc. of your choice The inbuilt search utility can be used to instantly locate any object (and its DN) in Active Directory.
You can also specify any LDAP filter, set scope (Base, One-Level, Sub-Tree) and restrict depth.
Step 3 - Press the Gold Finger button.

That's it. Gold Finger will instantly generate the report for you within seconds, and display the results in the Results Pane.





25 Real-World Examples

Our free Active Directory Audit Tool was specifically designed to make it as easy as is possible for organizations worldwide to be able to fulfill a vast majority of their basic yet essential Active Directory cyber security audit needs.

Here are some real-world examples that illustrate its Active Directory security audit capabilities:


1. Let's say you want to enumerate the list of all domain user accounts in your Active Directory domain. Click, done -
List of all domain user accounts in Active Directory

Gold Finger instantly retrieves and displays all domain user accounts in your Active Directory and displays all relevant attributes on every domain user account, including, but not limited to their name, titledepartment, last-logon time*, the date their password was last set, their contact info, email-address, logon name, account statusSAM account namesecurity identifier (SID), account expiration date, and other valuable information.




2. Let's say you want to generate a true last-logon report that documents the actual times at which all Active Directory domain users were authenticated by any one of our Domain Controllers. Click, done -
Active Directory True Last-logon Report

Whether your have 1 domain controller or 1,000 domain controllers, Gold Finger will automatically determine the true last-logon time for every domain user account in the domain, based on the retrieval and comparison of last-logon values from every domain controller in the domain.




3. Let's say you want to identify all domain user accounts in the domain that may have failed a logon attempt in the last 24 hours. Click, done -
Active Directory user accounts that may have failed a logon attempt in the last 24 hours

Such a report could help identify domain user accounts against which an insider may possibly be trying to carry our a password guessing attack.




4. Let's say you want to audit all domain user accounts that do not currently require passwords to logon. Click, done -
Active Directory user accounts that do not require passwords to logon
 
Ideally, there should be no domain user accounts that do not require a password to logon. (For instance, in the report displayed above, only the disabled Guest account meets this criteria.)

However, sometimes due to an accidental change by an administrator, settings could accidentally be changed, resulting in a situation wherein some domain user accounts may not require a password to logon to.

If a user could logon using someone else's account, he/she could potentially engage in malicious activity that could not be traced to them. Such a report could help identify such accounts.




5. Let's say you want to audit all domain user accounts that have not changed their password in the last 90 days. Click, done -
Active Directory user accounts that have not changed their password in the last 90 days.

Such a report could help enforce an established organizational password policy, which for instance, may require that all domain user account holders change their passwords every 90 days.

With Gold Finger, the number of days for all time-based can range up to 5000 days.




6. Let's say you want to identify all domain user accounts that do not have an expiration date set. Click, done -
Active Directory user accounts that do not have an expiration date.

It is generally desirable to ensure that domain user accounts have an expiration date set. Such a report could help identify any domain user accounts that do not currently have an expiration date.




7. Let's say you want to generate an audit report that documents the list of all domain user accounts that are not marked as sensitive, and thus can be delegated (; Kerberos delegation). Click, done -
Active Directory user accounts that are not sensitive and can be delegated.

In general, at the very least, ideally all administrative and executive domain user accounts should be marked as "Sensitive and cannot be delegated." This report could help find out whether they are any administrative or executive domain user accounts that can currently be delegated. (By delegation, the reference is to Kerberos delegation, not to administrative delegation.)




8. Let's say you want to audit all domain user accounts that can logon to any workstation. Click, done -
Active Directory user accounts that can long to any workstation.

In general, at the very least, administrative accounts should have designated workstations and ideally should not be permitted to logon to other workstations. This advice is primarily intended to help organizations minimize the possibility of Pass-the-Hash (PtH) attacks as well as Kerberos ticket replay related attacks.

This simple report could help find out whether they are any administrative accounts that can currently logon to any workstation. (By delegation, the reference is to Kerberos delegation, not to administrative delegation.)




9. Let's say you want to generate an audit report that documents the list of all domain user accounts that are considered to be "administrative" by Active Directory. Click, done -
Active Directory accounts considered by Active Directory as "administrative".

At the very least, all organizations must know at all times, exactly who is effectively provisioned what level of privileged access in their foundational Active Directory. While most organizations are not there yet, at the very least they should be able to identify exactly which domain user accounts in their Active Directory are considered "administrative" by Active Directory. This simple report can help them make this determination in seconds.

For advanced users, this report can also help them identify orphaned AdminSDHolder objects/accounts.




10. Let's say you want to audit all executive domain user accounts in Active Directory. Click, done -
All executive domain user accounts in Active Directory.

This report is a good example of how you can focus Gold Finger on any organizational unit. For instance, in this case, all executive user accounts are located in the Executive Mgmt OU, so by focusing Gold Finger on this OU, you can instantly enumerate all domain user accounts in the OU.

Alternatively, the same report could also be generated by focusing on the domain root and adding an LDAP filter such as (title=Chief*Officer) with any domain user account management reports.




11. Let's say you want to take a closer look at the CEO's domain user account in Active Directory. Click, done -
The CEO's domain user account in Active Directory.

Similarly, you can focus Gold Finger on any object in your Active Directory, such as a domain user account, a computer account, an OU, a service connection point etc., as well as view its details.




12. Let's say you want to quickly enumerate the list of all computers joined to the Active Directory. Click, done -
List of all computers joined to Active Directory.

For each domain computer account in Active Directory, Gold Finger will retrieve and obtain all relevant attributes such as the computer's nameDNS name, location, operating system, who it's managed by, the time it last authenticated, its SAM account nameSecurity Identifier (SID) and other relevant details.




13. Let's say you want to identify all domain computers that are currently trusted for unconstrained delegation. Click, done -
Domain-joined computers that are trusted for unconstrained delegation.

This report could help you identify all computers, that if compromised, could potentially be used to impersonate any domain user account who could be lured into being a client of an application running as System on this computer. A knowledgeable perpetrator could easily use this information to identify prime entry-level targets in your Active Directory.




14. Let's say you want to obtain a list of all domain controllers in Active Directory. Click, done -
List of all Domain Controllers in Active Directory.

For each domain controller, Gold Finger will retrieve and obtain all important attributes including their DNS name, location, operating system, who it's managed by, the time it last authenticated, its SAM account nameSecurity Identifier (SID) and other relevant details.

Of course, with our advanced tooling, you can instantly obtain substantially more high-value information, such as who can change the group policies linked to the Domain Controllers OU, or obtain administrative access over the domain computer account of a Domain Controller to then be able to easily elevate their privilege to that of a Domain Admin /Enterprise Admin rather easily.




15. Let's say you want to obtain a list of all domain security groups in Active Directory. Click, done -
List of all domain security groups in Active Directory.

This report could help you identity how many domain security groups exist in Active Directory, who's responsible for managing them, where in Active Directory they are located, etc.

Of course, with our advanced tooling, you could also easily enumerate their memberships, analyze their ACLs, find out where they have permissions in Active Directory, determine who can change their memberships, as well as who can control all of them, at the touch of a button.




16. Let's say you want to identify all domain security groups that are considered "administrative" by Active Directory. Click, done -
List of all domain security groups considered "administrative" by Active Directory.

At the very least, all organizations must know at all times, which domain security groups in Active Directory are considered "administrative" by Active Directory. Although this is merely the tip of the iceberg, this simple report can help them make this determination in seconds.

In general, organizations that need to be able to identify all privileged users/groups in Active Directory can do so based on our advice on how to correctly identify privileged access in Active Directory.




17. Let's say you want to identify all non-empty domain security groups in Active Directory. Click, done -
List of all non-empty domain security groups in Active Directory.




18. Let's say you want to quickly obtain a list of all organizational units in Active Directory. Click, done -
List of all organizational units in Active Directory.

Such a report could help ensure that management responsibilities for all OUs are assigned to someone and adequately covered.





19. Let's say you wanted to obtain a list of all Organizational Units within a specific Organizational Unit. Click, done -
List of all organizational units within a specific organizational unit.

For instance, the snapshot above shows how to easily enumerate the list of all OUs in the USA OU.





20. Let's say you want to generate a list of all Organizational Units that are located that are within 3 levels of depth from the domain root. Click, done -
List of all OUs that are within 3 levels of depth away from Active Directory.

Such a report could help IT personnel easily enumerate all high-level OUs in your Active Directory, that might possibly contain a large number of Active Directory users, groups, computers etc.





21. Let's say you want to audit the list of all Group Policy Objects (GPOs) in Active Directory. Click, done -
List of all group policies in Active Directory.




22. Let's say you want to generate a list of all printers that are published in Active Directory. Click, done -
List of all printers published in Active Directory.




23. Let's say you want to obtain a list of all Service Connection Points (SCPs) in Active Directory. Click, done -
List of all service connection points in Active Directory.





24. Let's say you want to obtain a list of all objects in your Active Directory. Click, done -
List of all objects in Active Directory.

This report can be focused on any tree in any partition, including the Configuration and Schema partitions, so for instance, combined with an LDAP filter, you could audit everything from the list of all Sites in the Configuration container, to all Schema classes in the Schema, to all authenticable security principals in your domain all identified in a single report.





25. Finally, let's say you wanted to generate a custom Active Directory security audit report, such as generating a report that lists all domain user accounts whose title contains the world cloud. Click, done -
Scope options in Gold Finger.

I should also mention that you can not only focus any security audit report available in Gold Finger on any domain, organizational unit, container or object in Active Directory, you can also apply a custom LDAP filter to every report as well as specify the scope, and set a custom depth level.


With our free Active Directory Audit Tool, you can do this in any domain in the world today, for free.




1%

I should mention that Gold Finger's Security Audit Reports are only 1% of what Gold Finger is capable of and was designed for.

We primarily built Gold Finger to help organizations do what no other entity (company, vendor, group or individual) in the world can help them do i.e. correctly identify who effectively has what privileged access across an entire Active Directory domain.
Effective Privileged User/Access Insight

Again, the only reason we're even spending 5 minutes on sharing more about our free Active Directory audit tool is to protect 1000s of organizations worldwide from potentially being compromised by the use of untrustworthy (malicious) tooling.





Option to Generate CSV Exports and PDF Reports

It might be helpful to know that with a simple upgrade to a paid license, the results of every report available in our free Active Directory Audit Tool can both, be instantly exported (in CSV format), as well as you can also generate completely customizable professional-grade PDF reports, complete with custom headings, fields, logo, footer, password etc.
A custom PDF report.

For more information on CSV exports and PDF report generation, you can visit - http://www.paramountdefenses.com/active-directory-security-audit-tool.html





4 Benefits

Our free Active Directory Audit Tool delivers the following benefits to organizations worldwide –
Fully-automated Active Directory security audit report generation.

1.  Instantly, easily and trustworthily perform a complete or custom inventory of Active Directory content. 
2.  Easily audit the state, status and settings of any, some or all resources stored in Active Directory.
3.  Efficiently, cost-effectively and trustworthily fulfill all basic and essential Active Directory security audit requirements. 
4.  Obtain 365-24-7, on-demand, real-time insight into the security state of all vital IT resources and content stored in Active Directory.




Delivering Unique Value

As mentioned above, our Security Audit Tool delivers only about 1% of the value that we deliver to organizations worldwide. What we care deeply about is helping organizations address possibly the biggest cyber security challenge they are faced with today - helping them accurately identify exactly who has what privileged access in Active Directory -

Effective Privileged Access Audit

Towards that end, here are a few of our high-value tools that we uniquely focus on -
1. Active Directory Administrative/Privileged Access and Delegation Audit Tool
2. Active Directory True Effective Permissions / Effective Access Audit Tool

Of course, we also build simpler Active Directory audit tools including the world's best Active Directory Permissions Analyzer, Active Directory ACL Viewer/Exporter, Kerberos Token-size Calculator, and a Group Membership Enumeration tool.





Trustworthiness Matters

As the world's top cyber security company, we care deeply about security and trust, so we go to great lengths to set the gold standard when it comes to the trustworthiness of the software we build for the world.


We also believe that all organizations deserve to have a trustworthy option when it comes to free Active Directory Audit Tooling, which is why we decided to build and make available a free version of our tooling.





Wrapping up

So there you have it. My time's up - that was a quick 5 minute overview our free Active Directory Audit Tool.

It is my privilege to share with you that in less than 50 days of its release, our novel free Active Directory Audit Tool has been downloaded in 50+ countries worldwide and is being used by many of the world's top business and government organizations.

You too can download your free version from - http://www.paramountdefenses.com/free-active-directory-audit-tool.html

Thanks,
Sanjay.