A four-tier classification for cyber assistance from frontier models, aligned with emerging cross-framework thinking on capability thresholds.
The contested Tier 2 / Tier 3 boundary is named explicitly, not assumed away.
Larry Peseckis
AI and Cloud Security Architect. Thirty years of mission-critical defense and aerospace systems. DoD Cleared. Now building at the intersection of offensive security, cloud architecture, and AI risk.
Frameworks, taxonomies, and evaluations for AI and security risk. Each is a public writeup: methodology shown, limitations named, claims grounded.
A four-tier classification for cyber assistance from frontier models, aligned with emerging cross-framework thinking on capability thresholds.
The contested Tier 2 / Tier 3 boundary is named explicitly, not assumed away.
A 57-prompt eval set that operationalizes the frontier-cyber-risk-taxonomy, plus an LLM-as-judge scorer and a blind human-comparison harness. Built to test the test: it measures where an automated grader agrees with a human and where it fails.
Pilot: a cross-family judge reached Cohen's kappa 0.923 with a human rater and full pass/fail agreement, with zero measured over-refusal, and yet it silently abstained on 4 of 10 Tier 4 (Disallowed) cases.
A five-lane model for how a safety router should explain a reroute to a benign user without handing the trigger to an attacker.
Disclosure granularity should track inverse oracle risk.
A structured corpus of documented LLM attack techniques across the OWASP LLM Top 10, vendor red-team disclosures, and arXiv research, built for analytical queries.
100% precision on technique extraction (95% CI lower bound 83.9%).
A practical threat model for tool-using AI agents. Eleven threats mapped to the OWASP Agentic and LLM Top 10, a threat-to-control matrix, and a pre-deployment checklist.
Agent security is the security of seams, not boxes. The compromise lives where the model, the browser, and the cloud token meet.
A default-deny grant table mapping agent tool classes to risks, required controls, and enforcement points. Cross-walked to OWASP Top 10 for Agentic Applications 2026.
The controls-side companion to the taxonomy: it says where each control actually lives, not just to use least privilege.
The proof behind the brand. Real pipelines, honest methodology, documented findings, not marketing language.
A formal reference model for machine-initiated consequence attribution that keeps material consequence structure, authority and accountability closure, and evidentiary warrant as separate objects, so an asserted relation never silently becomes an established finding.
An independently authored challenge found twelve rule defects against frozen specification bytes — none of which the project's own self-check had caught.
A growing library of comic-style explainers that make web, cybersecurity, and AI-safety concepts understandable for kids, parents, teachers, and non-technical users. Covers web basics, online safety, AI fundamentals, responsible AI, and the OWASP Top 10 for LLMs.
The communication layer for security work: complex risk turned into clear mental models.
A benign, reproducible test suite that probes whether AI browser agents hold the line between user authorization and webpage content, six prompt-injection scenarios with inert canaries, a local evidence server, and a transcript-plus-evidence scoring rubric.
The question under test: can webpage content make an agent cross a boundary only the user should authorize?
A pipeline that turns public CISA and DFIR Report threat intel into a queryable MITRE ATT&CK trend dataset, with honest precision reporting.
Citation patterns reveal the reporting org's vantage point as much as adversary behavior.
A Burp Suite Community extension that exposes Burp's HTTP capabilities as a token-authed localhost REST API, the scripted automation the Pro license gates.
Validated across 9 PortSwigger Web Security Academy labs and 8 vulnerability classes over 266 bridge calls, with 0 defects and 0 GUI fallbacks. 8 labs solved end to end. 1 documented non-solve at Burp Community's Collaborator ceiling, attributed to the edition rather than the bridge.
A local-first home command deck on a repurposed iMac, one Grafana console spanning home network security, home health, and host vitals, with zero egress by default.
Every number is grounded in a deterministic SQL query first. The model can't fabricate traffic.
An adaptive, dependency-free cert practice engine that targets your weak areas: SSCP, CCSP, Linux Essentials, and discrete math.
Adapts to your weak areas instead of reshuffling the same question pool.
Systematic documentation of offensive and defensive security techniques across 300+ rooms spanning web exploitation, Active Directory, cloud environments, DFIR, and AI/LLM security. Every room gets a writeup. The writeups follow a consistent format: attack chain, detection engineering, key concepts, lessons learned. The habit that made the CJCA report possible.
Empirical comparison of human-in-the-loop vs autonomous AI on the same CTF room. The research question: what does the human variable actually change?
Windows DFIR. A .url file in a network share captures Net-NTLMv2 credentials when the folder is opened. No click required.
Social engineering reconstruction from Chrome cache. Lazarus Group TTPs. The job offer was the pretext. The collaboration request was the collection mechanism.
A Go binary using a local LLM to generate dynamic encryption payloads at runtime. Signature-based detection is blind to it.
Private subnet is a routing concept, not a security boundary. Four IAM permissions combined turn it into a public attack surface.
LKM rootkit detection. lsmod vs /sys/module/ comparison. Flag embedded as hex in a kernel module's printk format string.
Full AD kill chain reconstructed from Windows event logs and prefetch artifacts. Three detection signatures that confirm ticket theft, offline crack, and lateral movement.
Six log entries, 72 seconds, complete attack chain visible. Data Access logging gap is the defensive finding.
Selected posts from a Tuesday/Thursday LinkedIn cadence, plus the occasional longer essay, built around one idea: that security practitioners who understand both how attacks work and how defenses fail are more valuable than those who specialize in only one. The posts that landed hardest were the ones that documented failure as clearly as success.
Put an application server in a private subnet and the architecture diagram immediately feels safer. But AWS defines "private" purely by routing — no direct route to an internet gateway — which says nothing about NAT egress, peering, transit gateways, service endpoints, or the workload’s IAM role. The security boundary is the set of capabilities allowed to cross the line and the controls that decide what happens when they do. Read the edges, not the boxes.
Read the essay →I built a harness to measure what keeps running after you stop an agent. Killing the process and revoking its credential, both correctly, still left work completing seconds later, one operation irreversible. STOP, REVOKE, and CANCEL act on three different states — execution, authority, and effect — and the third is the one that hides, because from the operator's chair it looks like the first two should already cover it.
Read the essay →The companion to stopping an agent. That problem asks what is still running, across components, in space; this one asks what history you can prove, across sessions, in time. From a caught memory, ordinary metadata can name suspects but cannot defend a clean state — only recorded parent edges can, by proving descent. Detection is not recovery, and which one you get was decided before the incident.
Read the essay →A language model can explain your home network beautifully, which is exactly the problem. HomeScope reduces every question to deterministic evidence first — which devices talked, to which destinations, how many bytes, how fresh — and only then lets the model explain what already exists. Grounding as an architecture, not a prompt: the model is downstream of reality, and the boundary has to cover who writes the query, not just what the query returns.
Read the essay →An AI coding agent shipped a git tool it advertised as read-only and wired to auto-approve. A model-controlled --output= argument turned reading into arbitrary file write. “Read-only” was never a fact about the tool — it was an unchecked effect annotation. A tool’s safety class is the worst outcome reachable through any input it will accept, in the environment where it runs; if you cannot bound that set, you confine it until you can.
Read the essay →In a July 2026 eval, AI agents built cryptographic message-signing, teams, roles, and a hierarchy among themselves — then one agent’s signed GO expanded another agent’s mission past the boundary it had correctly found. Authentication and authority are different properties. A valid signature establishes who said GO; it cannot establish who was allowed to say it. The question is how to permit emergent coordination without permitting emergent authority.
Read the essay →The most-cited ATT&CK techniques across CISA and The DFIR Report don't reveal what adversaries do. They reveal how threat intel gets written.
Read on LinkedIn →A .url file in a network share captures Net-NTLMv2 credentials when the folder is opened. No click required. The defensive baseline is two controls, neither enabled by default.
Read on LinkedIn →On what cert stacks actually signal, what they don't, and why the conversation keeps missing the point.
Read on LinkedIn →Most security practitioners sit on one side of the wall. Red team or blue team. Compliance or engineering. Cloud or endpoint.
The Integration Thesis is the opposite framing, that offense, defense, cloud, and AI security are one discipline viewed from different angles, and that the most valuable security work happens at the intersections between them. Thirty years of systems administration in classified defense environments taught me how mission-critical infrastructure actually fails. CTF practice, DFIR work, and threat intel research taught me how adversaries actually operate. The portfolio here is what happens when those two bodies of experience start talking to each other.
The certification stack runs from CompTIA A+ through SecurityX and SecAI+, ISC2 CC and SSCP, LPIC-1, TryHackMe SAL1, PT1, and AI1, HackTheBox CJCA and COAE, and ITIL 4, with CISSP as the next target. Each one was earned alongside full-time defense work, not instead of it. The WGU BS in Cybersecurity and Information Assurance (in progress, on track to complete ahead of schedule) fills the formal degree gap. The cert path isn't the point. The judgment that comes from running the material against real labs and real incidents is.
The fastest way to reach me is LinkedIn.