Essential Active Directory Checks Before Launching Any Penetration Test
Internal penetration tests are easily compromised in the first minutes. Spotting a familiar technique and launching a tool without context can produce log noise, affect services, or yield results that cannot be explained to the client. With Active Directory this problem is especially visible because the domain links users, servers, authentication, and access rights. The approach of “check first, understand later” rarely produces good outcomes.
Before any active testing, a sufficient picture of the environment must be assembled. The goal is not a perfect map but enough understanding to know what is being examined, which risk is being validated, and what may change after an action.
Defining scope and rules of engagement
The phrase “test Active Directory” conveys almost nothing by itself. The scope must clarify whether one or multiple domains are included, whether domain controllers may be contacted, whether scanning is permitted, which service accounts must remain untouched, and who on the client side must be notified of critical findings on the day of discovery.
A working document should record allowed network segments, prohibited actions, escalation paths for critical findings, and the method for logging results. This prevents on-the-fly decisions about touching a particular service or testing a chosen hypothesis.
Inventory before exploitation
After boundaries are agreed, the composition of the assessment area must be determined: how many domains are reachable, where the domain controllers reside, which servers rely on domain authentication, and whether separate segments or trust relationships exist. The resulting map helps separate important objects from background noise. Ordinary user accounts, service accounts, and domain administrators may appear similar in an export, yet the consequences of compromising each are very different.
During inventory, objects that warrant closer attention become visible. A service account cannot be assessed by name alone; its purpose, Service Principal Name settings, rights, and connected systems must be understood before any test begins.
Account roles and Kerberos pre-authentication
Technical objects in Active Directory must be classified by purpose: user accounts, service accounts, privileged accounts, and integration accounts. Accounts with Kerberos pre-authentication disabled should be identified because they are susceptible to AS-REP Roasting. The same disciplined approach applies to NTLM traffic and relay opportunities.
Kerberos ticket-granting mechanisms, DACL permissions, and delegation rights must be examined together. An error in object permissions can form the first link in a privilege-escalation chain even when the account is not a member of an obvious administrative group.
Certificate services and network context
AD CS infrastructure is frequently overlooked until late in an assessment. Testers need to identify who manages certificate templates, how certificates are issued, and which rights are tied to the issuance process. The same sequence applies: configuration first, then hypothesis, then safe validation.
Finally, the engagement format must be aligned with the client. A standard internal pentest seeks to confirm vulnerabilities, while a Red Team exercise also measures detection speed and log visibility. Every action must be logged with timestamp, target object, account used, hypothesis tested, and result obtained so that findings remain reproducible and rollback procedures can be verified.
Related articles
How Modern API Attacks Abuse Legitimate Functionality Instead of Exploiting Vulnerabilities
Traditional API incidents once centered on authorization errors, access control issues, SQL injections, and known vulnerability exploitation. Today, many attacks on APIs no longer require finding code flaws; attackers simply use documented methods, valid authorization, and correct parameters at unexpected scale or timing. NGENIX security teams observe three main behavioral patterns: Burst attacks that overload resource-heavy endpoints, Shortwave attacks that exploit race conditions through timed parallel requests, and Carpet Bombing that distributes activity across dozens of endpoints for reconnaissance or scalping. These techniques often bypass WAF because each individual request appears fully compliant with API specifications. Protection is shifting toward behavioral analysis, sliding-window rate limiting, and monitoring of overall client behavior rather than single-request signatures. Real-world cases include sudden catalog scraping during contests and mass reservation of airline seats without purchases, leading to degraded service for legitimate users.
Critical Vulnerabilities Patched in WHMCS Billing Software for Hosting Providers
WebPros International has disclosed two serious vulnerabilities in its WHMCS billing management platform used by hosting and cloud service providers. CVE-2026-67399 allows unauthenticated remote code execution through unsafe deserialization of untrusted data under specific conditions, potentially compromising the entire server environment and associated data. CVE-2026-67398 affects the 2CheckOut payment gateway module and stems from missing authorization checks, enabling attackers to retrieve sensitive customer information including names, addresses, emails, and phone numbers without authentication. HackerOne assigned CVSS v4.0 scores of 9.3 (Critical) to the first issue and 8.2 (High) to the second. WebPros released fixed versions WHMCS 9.0.8 and 8.13.7, and recommended disabling the 2CheckOut module as a temporary mitigation for the second flaw.
Cisco Releases Critical Patches for Exploited SQL Injection Flaw in Secure Email Gateway
Cisco Systems has issued security updates for Cisco Secure Email Gateway to address a critical SQL injection vulnerability tracked as CVE-2026-76461. The flaw stems from insufficient input validation during email parsing and allows unauthenticated remote attackers to execute arbitrary SQL commands. Successful exploitation can lead to root-level access on the underlying operating system, enabling full command execution. The vulnerability carries a CVSSv3.1 base score of 9.8 and is rated Critical. Cisco confirmed active exploitation of the issue in September 2026. Recommended fixes include upgrading to versions 16.5.0-780, 16.0.4-3021, or 15.5.5-0141, with strong preference given to the newest release.
Telegram Desktop HTML Export Flaw Allowed Stealthy JavaScript Injection into Chat History
Researchers at ExPatch identified a vulnerability in Telegram Desktop that enabled attackers to embed malicious JavaScript into exported HTML chat histories without user detection. The flaw stemmed from insufficient sanitization of button captions added by bots, allowing hidden scripts to execute when the HTML file was opened in a browser. Malicious messages could be forwarded into chats and remain dormant until export, potentially exfiltrating messages, sender names, and timestamps to attacker servers. The issue affected versions 4.15.1 through 6.9.3, with fixes released in beta 6.9.4 and stable version 7.0.1 on July 14. No in-the-wild exploitation was observed, though the attack required specific conditions including an unpatched export and JavaScript-enabled browser. Users are advised to re-export chats after updating or open old files with JavaScript disabled.