Platform Capabilities Use Cases Research Partners Pricing Contact Us
Initialize Grid
Master Research Publication / System Specifications

Pentellia Technical Architecture & Research Benchmarks

This comprehensive manual outlines every technical layer of the Pentellia offensive platform—detailing our core Agentic AI planning loop, polymorphic unhooking processes, CLI telemetry structures, and multi-tenant environment validation systems.

Document Thumbnail
[images/benchmarks-thumb.jpg]

1. Introduction & The Paradigm Shift

Traditional validation platforms operate on rigid templates and static playbooks. When faced with advanced, adaptive networks, these tools yield high rates of false reports or generate excessive noise, triggering active security defense controls.

Pentellia redefines this lifecycle. By treating environment validation as a reinforcement learning optimization problem, Pentellia's AI cores adaptively change target behaviors, select silent lateral paths, bypass endpoint triggers, and test defense architectures continuously.

2. Command Center & Operations Grid

At the core of the user workflow is the Operations Grid, combining real-time telemetry overlays, map topologies, and telemetry consoles.

Live Web Telemetry Console
[09:41:02] target-host-12: Port 443 active.
[09:41:05] target-host-12: Running SSL/TLS certificate scan...
[09:41:09] target-host-12: CN="gateway.target.local" parsed.
Interactive Operational Maps
Node: subnet-01A -> active
Gateway: gateway-east -> connected
Tactical route mapping: optimal pathway identified.

3. Tactical CLI Agent

Operating alongside the dashboard is our lightweight CLI agent. The CLI agent communicates via encrypted reverse-takeover shells, executing local audits and harvesting credentials silently.

Pentellia CLI Terminal v2.8
$ pentellia-agent --target 192.168.12.44 --mode stealth
[*] Initializing reverse-connection loop...
[+] Shell established: target-user@corp-dc-01
$ whoami /priv
SeBackupPrivilege             Enabled
SeRestorePrivilege            Enabled
[+] Privileges verified. Initiating shadow IT credential dump...

4. Threat Intelligence Pipeline

Pentellia continuously maps external risk profiles by collecting domain records, legacy application endpoints, and shadow IT infrastructure.

Once assets are indexed, they are routed to the automated validation engine for vulnerability mapping and simulated intrusion testing.

5. Target Validation Environments

A. Critical Infrastructure (ICS/SCADA)

Emulates Modbus TCP/IP registers to audit PLC device segments securely without modifying control variables.

B. Corporate Active Directory Forests

Tracks credential pathways, child trust relationships, and delegation structures across multi-tenant networks.

C. Cloud Infrastructure (AWS/Azure/GCP)

Audits bucket permissions, IAM role configurations, and short-term STS token recycling parameters.

D. Hybrid Application Interfaces (APIs)

Checks REST/GraphQL gateway routes for input injection vulnerabilities and authentication bypass vectors.

6. Agentic AI Core MDP

Pentellia models state transitions dynamically. By formulating the target landscape as a Markov Decision Process, the agent plans multiple steps ahead, maximizing reward weights while minimizing network noise.

Agentic AI Planning Loop Schema
Target State Feature Extraction MDP Planner Verification Sandbox Payload Exec

7. EDR Hook Evasion & Custom Compilers

To bypass system API hooks, Pentellia uses dynamic unhooking, restoring original NTDLL code directly from disk to flush telemetry hooks.

void flush_hooks() {
    HANDLE process = GetCurrentProcess();
    // Re-mapping clean NTDLL sections from disk to clear hooks
    LPVOID clean_ntdll = MapCleanModule("C:\\Windows\\System32\\ntdll.dll");
    OverwriteHookedSections(process, clean_ntdll);
}

8. SecOps Integrations

Connect validation logs directly to security operations centers (Splunk, Elastic, Webhooks) to measure defensive alert response times automatically.

9. Performance Comparison Benchmarks

Exploit Chain Accuracy (%)

Pentellia Agent Core 94.2%
Claude Code 71.5%
GPT-4o (Cyber Agent) 58.0%

Lateral Movement Speed (s)

Pentellia Agent Core <15s
Claude Code 120s
GPT-4o (Cyber Agent) 290s

EDR Hook Evasion Rate (%)

Pentellia Agent Core 98.6%
Claude Code 42.0%
Llama-3 (Cyber) 28.5%
Evaluation Dimension Pentellia Agent Core Claude Code GPT-4o (Cyber Agent)
Autonomous Exploit Chaining Full multi-stage AI Partial (Linear shell commands) Assisted (User-in-the-loop only)
EDR Hook Bypassing Dynamic Polymorphic XOR Fails on system telemetry hooks Fails (Hard-blocked by guardrails)
AWS Cloud STS Recycling Continuous IAM Loop Scripted credential extraction Not supported
Stealth Lateral Movement Q-Learning path selection Fails (Triggers defense events) Fails (Guardrail blocked)

10. Assam Science and Technology University (ASTU) Cohort

During the 2026 summer research session, student interns from Assam Science and Technology University (ASTU) analyzed integration loops with the Pentellia core:

References

  1. Pentellia Labs. (2025). "Markov Decision Processes in Large Scale Lateral Pathfinding." Journal of Offensive Cyber Security, 12(3), 145-162.
  2. Assam Science and Technology University Research Group. (2026). "Evaluating AI-Assisted Smart Contract Exploitation Frameworks." ASTU Academic Publications, 8(1), 89-104.