Cody Richard@ssstrickys
authorized engagements only
hexdump — /proc/operator/self

I find the path the defenders assumed no one would take.

Cody Richard — CRTO-certified red team operator. Authorized engagements only.

I model the adversary end to end: recon, initial access, privilege escalation, lateral movement, and a clean exit — then I hand the blue team a map they can act on. Member of ISP1337Hackers, ranked #1 in the U.S. on the HTB business benchmark.

$ operator --scope authorized --crto --team isp1337hackers --quiet

whoami // 0x00000400

Operator profile

Red team operator specializing in adversary emulation and full-lifecycle penetration testing across Active Directory, web, API, and cloud. CRTO-certified, with an attacker mindset sharpened by years inside global security operations — including Google’s GSOC — and a track record competing against the world’s top corporate security teams.

The fun is the break-in. The value is the fix.

tradecraft // 0x00000800

Capabilities & tooling

Active Directory

Kerberoasting, DCSync, ADCS ESC, RBCD, ACL chains, AS-REP roasting — full AD kill-chain from foothold to DA.

0x10 .activedirectory

C2 & Evasion

Cobalt Strike, Sliver, Mythic, Havoc. AMSI bypass, ETW patching, sleep masking, and callback obfuscation.

0x18 .c2

Malware Dev

Direct/indirect syscalls, API unhooking, reflective DLL injection, process hollowing, module stomping, stack spoofing, BYOVD.

0x20 .maldev

Web & API

OWASP Top 10 and deeper: SSRF, IDOR, insecure deserialization, broken access control — the flaws scanners miss.

0x28 .webapp

Cloud

Entra ID, Azure privesc, M365. AWS: IAM abuse, KMS, S3 enum, Lambda, GuardDuty bypass. GCP identity chains.

0x30 .cloud

Languages

Python, PowerShell, Bash, C#, C/C++, JavaScript. Shellcode loaders, automation pipelines, custom offensive tooling.

0x38 .languages

competition track record // 0x00001000

Operations log

ISP1337Hackers · Member

Global Adversary-Simulation Team

Invitation-only corporate benchmark events against the security teams of Microsoft, Cisco, Nvidia, Walmart, Cobalt, and other top firms — adversary emulation under live, defended conditions.

adversary-simred-teamcorporate
MEMBER invite only

Hack The Box · Operation Nightfall · Business Benchmark

ISP1337Hackers — #1 U.S. Business · Top 5 Global

Full adversary-simulation campaign against the world’s leading corporate security teams. ISP1337Hackers ranked #1 in the United States and Top-5 globally as a hacking business on the HTB business benchmark.

htbadversary-simred-teambusiness
#1 u.s. business

Hack The Box · Operation Global Blackout

Ranked #36 Global

Realistic adversary simulation and attack-chain emulation under time-constrained conditions against elite corporate teams worldwide.

htbadversary-simglobal
#36 global

Hack The Box · Holmes CTF 2025 · First Blue CTF

Ranked #98 Global

Sherlock-style investigations spanning threat intelligence, SOC analysis, DFIR, and malware reversing — HTB’s inaugural defensive competition format.

dfirblue-teamforensicsmalware
#98 global

Google · Invitation-Only CTF · Upcoming 2026

Invited Competitor

Invited to Google’s invitation-only CTF — competing in 2026.

googleinvite-onlyctf
INVITED competing 2026

security research & disclosure // 0x00001800

Reported findings

Reported · 2026

World Monitor — Real-Time Global Intelligence Platform

Tauri 2 · Rust · TypeScript · 58.6k★ open-source project

github.com/koala73/worldmonitor — view public disclosure ↗

3 findings reported
01

IPC command exposure

Identified unsafe inter-process command surface between the application’s frontend and backend, allowing unintended command execution across the IPC boundary.

02

Renderer-to-sidecar trust-boundary analysis

Mapped privilege and trust weaknesses across the renderer and Node.js sidecar boundary, revealing paths where the renderer could influence privileged sidecar operations.

03

Fetch-patch credential injection architecture

Uncovered a credential-injection vector in the network fetch-patching layer where attacker-controlled inputs could be smuggled into credentialed requests.

certifications // 0x00002000

Credentials

Red team & offensive development

CRTO Certified Red Team Operator
CRT-ID Red Team Infrastructure Dev
CRT-COI CredOps Infiltrator
CPIA Process Injection Analyst
CRTL Red Team Lead in progress
ODPC Offensive Development Practitioner in progress

Pentest, appsec, cloud & network

AD Attacking & Defending Active Directory
CAP Certified AppSec Practitioner
CCSP-AWS Cloud Security Practitioner merit
CNSP Network Security Practitioner merit

write-ups — memory regions // 0x00003000

Mapped regions

0x1000–0x1fff r-x reversing · insane

Enthiran — Neural-Network-Backed Binary (HTB Insane)

A stripped ELF64 hiding a 16-32-8-1 MLP whose dead-code path emits the flag. Conventional reversing finds nothing — solved by reasoning about L2 activations quantized to exact n/256 values and snapping FP rounding back to the build-time input.

reversingneural-netelf64htb
0x2000–0x2fff r-x reversing · medium

rev_dudsat — Doppler-Indexed Permutation Leak (HTB Medium)

A satellite Link Budget Processor ELF hiding its flag in a dead store. Three layers: an .init_array LCG Fisher-Yates shuffle, Doppler-themed FP arithmetic as a table index, and a stack value the printed output never reads.

reversinglcgdead-storehtb
0x3000–0x3fff r-x reversing · vm

Ghost — Custom VM Bytecode Interpreter (HTB)

A stripped ELF64 running a 99-opcode custom virtual machine against a 666-byte bytecode. Recovered the full ISA, disassembled the flag-check routine, and extracted the passphrase via symbolic execution of the KV-store logic.

reversingvmisa-recoveryhtb
0x4000–0x4fff r-- crypto · coppersmith

Patient Zero 2 — RSA e=3 Coppersmith / LLL Attack (CTF)

RSA with e=3 and a predictably structured plaintext. Expressed the message as a linear polynomial in the unknown flag, made it monic via substitution, exploited the SDG{} format to shrink the unknown to 256 bits, and recovered the flag with SageMath small_roots() in ~10 seconds.

cryptorsacoppersmithlll