Advance Guide
Advance Guide
Engagement Overview:
The objective is to assess the security posture of a mid-sized financial institution's IT
infrastructure, focusing on Active Directory, web applications, Office 365, and social media
accounts. The engagement will follow a comprehensive methodology to identify
vulnerabilities and provide actionable remediation strategies.
Scope Overview
Steps:
1. Initial Reconnaissance:
o Use PowerView to identify domain trusts, users, and group memberships:
powershell
Copy code
Import-Module PowerView
Get-NetDomain
Get-NetGroup -GroupName "Domain Admins"
3. Use ADRecon:
o Execute ADRecon to gather a comprehensive report:
bash
Copy code
.\ADRecon.ps1 -Domain <domain>
powershell
Copy code
sekurlsa::minidump <dump_file>
sekurlsa::sekurlsa
Tools: Microsoft Security Compliance Toolkit, Group Policy Management Console (GPMC),
Local Security Policy
Steps:
1. Review GPOs:
o Analyze Group Policies for compliance with best practices.
2. Utilize Security Compliance Toolkit:
o Download and apply security baselines for Windows Server and Windows 10.
3. Local Security Policy Review:
o Check local security settings on servers to ensure alignment with
organizational policies.
Azure AD Review
Steps:
powershell
Copy code
Get-AzureADDirectoryRole
Steps:
bash
Copy code
nmap -sP 192.168.1.0/24
bash
Copy code
openvas-start
bash
Copy code
nikto -h http://target.com
Steps:
bash
Copy code
sqlmap -u "http://target.com/page.php?id=1" --risk=3 --level=5 --dump
bash
Copy code
zap.sh -quickurl http://target.com
Steps:
Steps:
powershell
Copy code
$UserCredential = Get-Credential
Connect-ExchangeOnline -Credential $UserCredential
Get-TransportRule
Steps:
Steps:
bash
Copy code
nmap -sS -p- <IP>