Our Insights | Koltiv Blog | Managed IT | Cybersecurity Consulting

Internal Pen Test Checklist | Network Penetration Testing

Written by Koltiv Team | Dec 26, 2025, 12:00:00 PM

Every year, leaders sit in budget and planning meetings and ask the same questions:
What did we spend? What did we get for it? Where are we exposed?

Security teams often concentrate their budget on perimeter defense. Firewalls, web application security, and email gateways block thousands of external probes every day. However, relying solely on boundary security leaves organizations vulnerable to internal breaches.

Compromised credentials, rogue insider activity, unpatched IoT devices, or a single-clicked phishing link grant attackers instant access behind the perimeter. Once inside, flat networks allow threat actors to move freely, escalate privileges, and compromise critical infrastructure.

An internal network penetration test simulates an attacker who has already breached the perimeter. This checklist outlines the exact phases and technical checkpoints required to execute an effective internal pentest and eliminate hidden exposure points.

 

Table of Contents

#TLDR Summary
Phase 1: Pre-Assessment Planning and Scope Definition
Phase 2: Internal Network Reconnaissance and Asset Discovery
Phase 3: Vulnerability Identification and Analysis
Phase 4: Exploitation, Lateral Movement, and Privilege Escalation
Phase 5: Post-Exploitation Analysis and Data Exfiltration Checks
Phase 6: Remediation, Reporting, and Executive Briefing
Key Standards: CIS Control 18 and NIST Alignment
Next Steps for Security

 

#TLDR Summary

Why Internal Pentesting Matters: Perimeter defenses do not protect against insider threats, compromised employee credentials, or supply chain intrusions.

Phase 1 (Scope): Define Rules of Engagement (RoE), identify active IP ranges, and establish safety controls for operational technology (OT) and SCADA environments.

Phase 2 (Reconnaissance): Discover unmapped devices, open ports, legacy protocol broadcasts (LLMNR/NBT-NS), and rogue access points.

Phase 3 (Vulnerability Scan): Identify outdated software, default credential reuse, unpatched OS instances, and misconfigured Active Directory domain rights.

Phase 4 (Exploitation): Safely test lateral movement, credential dumping (LSASS, Kerberoasting), and Active Directory domain dominance vectors.

Phase 5 (Post-Exploitation): Assess exposure of crown jewel assets (ERP, payroll, production systems) and evaluate internal detection and response latency.

Phase 6 (Remediation): Group findings by risk level, patch root vulnerabilities, enforce Zero Trust network segmentation, and schedule re-testing.

 

Phase 1: Pre-Assessment Planning and Scope Definition

A successful internal network pentest starts with precise scope boundaries and clear operational controls. Testing live production environments carries inherent risks that must be managed upfront.

 

Scope and Rules of Engagement Checkpoints

  • Identify Target Ranges: Document all subnets, VLANs, CIDR blocks, and Active Directory domains included in the assessment.

  • Define Out-of-Scope Systems: Explicitly flag critical operational technology, medical devices, or legacy databases that cannot tolerate active port scanning or exploitation attempts.

  • Establish Testing Windows: Set precise schedules for active testing to minimize disruption to core business operations.

  • Document Emergency Protocols: Define emergency contacts, communication channels, and immediate halt procedures if testing inadvertently causes system instability.

  • Establish Deconfliction Process: Coordinate with the Internal Security Operations Center (SOC) so defenders know how to verify whether anomalous alerts stem from pentest activity or an actual threat actor.

 

Phase 2: Internal Network Reconnaissance and Asset Discovery

Once scope boundaries are established, testing begins by mapping every active host and service across the internal network.

 

Reconnaissance Checkpoints

  • Passive Traffic Monitoring: Capture network broadcasts to identify active subnets, domain controllers, and host naming conventions without sending aggressive packets.

  • Active Host Discovery: Execute ping sweeps, ARP requests, and SYN scans to surface live endpoints across all designated VLANs.

  • Port and Service Enumeration: Identify open ports, running services, daemon versions, and operating system fingerprints across discovered hosts.

  • Active Directory Mapping: Enumerate domain users, security groups, Service Principal Names (SPNs), system trust relationships, and Group Policy Objects (GPOs).

  • Broadcast Protocol Audit: Check for legacy broadcast protocols like LLMNR, NBT-NS, and mDNS that expose network credentials to poison-and-capture attacks.

 

Phase 3: Vulnerability Identification and Analysis

After mapping internal assets, evaluate each endpoint for security flaws, missing patches, and dangerous configuration oversights.


Vulnerability Checkpoints

  • Automated Vulnerability Scanning: Run authenticated and unauthenticated vulnerability scans across all discovered hosts.

  • Credential and Secret Audit: Scan internal code repositories, network shares, SYSVOL directories, and configuration files for plaintext passwords or API keys.

  • Patch Management Assessment: Cross-reference operating system and third-party software builds against published NIST National Vulnerability Database CVE entries.

  • Default Credential Check: Test network switches, routers, printers, storage arrays, and management consoles for default factory login details.

  • Active Directory Misconfiguration Audit: Identify weak password policies, stale administrator accounts, accounts configured with reversible encryption, and over-privileged service accounts.

 

Phase 4: Exploitation, Lateral Movement, and Privilege Escalation

Vulnerability identification shows potential weaknesses; controlled exploitation proves real-world impact by demonstrating how an attacker moves from a standard workstation to domain administration.


Exploitation Checkpoints

  • Relay and Poisoning Tests: Attempt LLMNR/NBT-NS response spoofing and NTLM relaying to capture and reuse network authentication hashes.

  • Active Directory Credential Attacks: Execute Kerberoasting and AS-REP roasting to extract service account hashes for offline password cracking.

  • Local Privilege Escalation: Test standard user endpoints for missing OS patches, misconfigured service permissions, or unquoted service paths to gain administrative privileges.

  • LSASS and Memory Credential Harvesting: Evaluate endpoint detection capabilities by attempting to dump cleartext credentials or NTLM hashes from memory on compromised hosts.

  • Lateral Movement Validation: Attempt lateral pivoting across subnets using administrative tools like SMB, WinRM, SSH, and RDP.

 

Phase 5: Post- Exploitation Analysis and Data Exfiltration Checks

Getting domain administrator access is only part of the equation. Security teams must measure an attacker's ability to reach core business assets once administrative access is obtained.


Post-Exploitation Checkpoints

  • Crown Jewel Reachability: Validate whether an attacker can access sensitive systems such as ERP databases, proprietary manufacturing controls, financial records, or customer databases.

  • Data Exfiltration Controls: Test internal egress points to verify if sensitive data transfers trigger security alerts or automated blocking.

  • Persistence Verification: Check whether created test accounts, scheduled tasks, or modified service configurations are flagged and cleared by security defenders.

  • Detection Latency Measurement: Evaluate how long it takes internal monitoring tools and SOC teams to identify lateral movement and privilege escalation attempts.

 

Phase 6: Remediation, Reporting, and Executive Briefing

A penetration test provides value through actionable remediation. Reports must communicate technical risk to engineering teams and business risk to executive leadership.

Remediation Checkpoints

  • Risk Categorization: Map all technical findings using CVSS scores and prioritize fixes based on business impact and ease of exploitation.

  • Root Cause Analysis: Group findings into structural systemic issues (e.g., ineffective patch cadence, lack of Active Directory tiering, or absent network segmentation).

  • Draft Actionable Remediation Plan: Provide precise engineering steps for fixing vulnerabilities rather than issuing generic advice.

  • Executive Summary Delivery: Prepare a high-level briefing translating technical exploit paths into operational risk metrics for the C-suite and board.

  • Remediation Verification Testing: Perform targeted re-tests once engineering teams apply patches and configuration fixes to confirm vulnerability closure.

 

Key Standards: CIS Control 18 and NIST Alignment

Internal network penetration testing is a core requirement across modern cybersecurity compliance frameworks

  • CIS Critical Security Control 18: Mandates regular penetration testing, establishing clear objectives, validating defensive controls, and performing thorough post-test remediation. (See CIS Critical Security Controls).
  • NIST Cybersecurity Framework (CSF) 2.0: Emphasizes continuous monitoring and defensive validation (Control DE.CM-01) to surface unauthorized network activity before incident escalation. (Refer to the NIST Cybersecurity Framework).
  • CISA Guidance: The Cybersecurity and Infrastructure Security Agency recommends periodic internal pentesting alongside continuous threat surface management to stop lateral ransomware propagation. (Review CISA Ransomware Guidance).

 

Next Steps for Security

Executing an internal pentest using this checklist provides visibility into your actual internal risk profile. Discovering internal misconfigurations through testing is far less costly than identifying them during an active incident response.

If your team needs expert guidance in planning, executing, or remediating an internal network penetration test, explore our specialized Cybersecurity Consulting Services or review our custom Network Assessments. For broader technology support and continuous infrastructure defense, learn how our Managed IT Services keep regional businesses operational, secure, and resilient.

 

Ready To Put A Date On The Calendar?

If your last internal penetration test is more than a year old (or you can’t remember when it happened), now is the time to act.

In a short conversation, we can confirm:

  • When you last tested
  • What has changed since then
  • The right scope and timing for your next internal pen test

Schedule your internal penetration test with Koltiv and step into the new year with fewer unknowns and a clear plan to strengthen your defenses.