performing-active-directory-vulnerability-assessment

Featured

Assess Active Directory security posture using PingCastle, BloodHound, and Purple Knight to identify misconfigurations, privilege escalation paths, and attack vectors.

AI & Automation 16,326 stars 1981 forks Updated 2 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 97/100

Stars 20%
100
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Performing Active Directory Vulnerability Assessment ## Overview Active Directory (AD) is the primary identity and access management system in most enterprise environments, making it a critical attack target. This skill covers comprehensive AD security assessment using PingCastle for health checks, BloodHound for attack path analysis, and Purple Knight for security posture scoring. These tools identify misconfigurations, excessive privileges, Kerberos weaknesses, and lateral movement opportunities. ## When to Use - When conducting security assessments that involve performing active directory vulnerability assessment - When following incident response procedures for related security events - When performing scheduled security testing or auditing activities - When validating security controls through hands-on testing ## Prerequisites - Domain-joined workstation or domain admin access for scanning - PingCastle (https://github.com/netwrix/pingcastle) - BloodHound Community Edition with SharpHound collector - Purple Knight from Semperis (free community tool) - Python 3.9+ for analysis scripts - .NET Framework 4.7+ for PingCastle on Windows ## Tool 1: PingCastle Health Check ### Installation and Execution ```powershell # Download PingCastle Invoke-WebRequest -Uri "https://github.com/netwrix/pingcastle/releases/latest/download/PingCastle.zip" ` -OutFile "PingCastle.zip" Expand-Archive PingCastle.zip -DestinationPath C:\Tools\PingCastle # Run health check against curren...

Details

Author
mukul975
Repository
mukul975/Anthropic-Cybersecurity-Skills
Created
3 months ago
Last Updated
2 weeks ago
Language
Python
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category