org-attack-surface

org-attack-surface is a skill for Claude Code, Codex from elementalsouls/Claude-OSINT. It costs 586 tokens per session (16,357 once invoked), scanned A, original, MIT.

A method for mapping everything an organization owns on the public internet, starting from its legal company identity. It links companies and subsidiaries to domains, network ranges, and live systems, including assets that are not visibly connected by DNS.

In plain words
What is it for?
Use it when reconnaissance begins with a company name rather than a domain, or when you need to find related domains, acquired businesses, registered networks, and live internet-facing assets.
Why use it?
Checking only one website can miss acquired brands, subsidiaries, sister companies, or unlinked network space. This approach helps build a fuller ownership-based inventory before examining individual systems.

Skill for Claude CodeCodex

About the project

Claude-OSINT is a library of structured skills that guide Claude through external reconnaissance, including methodology, attack-surface analysis, security checks, risk assessment, and related investigative techniques. It is intended for authorized red-team and bug-bounty engagements. The catalogue entries are the project's own Claude skills for these reconnaissance workflows.

elementalsouls/Claude-OSINT · 2,535 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/elementalsouls/claude-osint/org-attack-surface
Any agent
npx skills add elementalsouls/Claude-OSINT --skill org-attack-surface
Clone the repo
git clone --depth 1 https://github.com/elementalsouls/Claude-OSINT

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for org-attack-surface

README.md
[![agentmods](https://agentmods.dev/badge/skills/elementalsouls/claude-osint/org-attack-surface.svg)](https://agentmods.dev/skills/elementalsouls/claude-osint/org-attack-surface)
Your own site
<a href="https://agentmods.dev/skills/elementalsouls/claude-osint/org-attack-surface"><img src="https://agentmods.dev/badge/skills/elementalsouls/claude-osint/org-attack-surface.svg" alt="Measured on agentmods" height="20"></a>
Per session 586 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 16,357 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00586 $0.16357
Opus 5 $0.00293 $0.08178
Sonnet 5 $0.00117 $0.03271
Haiku 4.5 $0.00059 $0.01636

Measured 5d ago against content hash c42d2b490ec0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

org-attack-surface scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

LEI=$(curl -sk "https://api.gleif.org/api/v1/lei-records?filter[entity.legalName]=Acme%20Corporation&page[size]=1" \
skills/org-attack-surface/SKILL.md · 1,064 lines

How it starts

The opening of the file, as written. The whole thing — 1,064 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Org Attack Surface — Corporate-Family Footprint Mapping

Companion skills: osint-methodology (the "how to think" 5-stage recon pipeline this plugs into) and offensive-osint (the per-host arsenal you run once this skill hands you owned domains/netblocks — see its §14 Public Records and §28 Infrastructure OSINT for the tool directory this skill deepens rather than duplicates). This skill answers a different, upstream question: not "what does acme.com expose", but "what does Acme Corporation, the legal entity, own across every domain, netblock, and subsidiary it has — including the parts with no DNS trail back to the seed at all."

0. When to Use / When NOT

Use this skill when:

  • The engagement starts from a company name or legal entity, not a domain — you need to derive the domain(s) first, not just enumerate one.
  • You need to find an org's subsidiaries, sister brands, or M&A-acquired footprint that a DNS/CT-only sweep of one seed domain would never surface.
  • You suspect "dark" IP space — netblocks or ASNs registered to the org's legal entity with no DNS record pointing at them (forgotten datacenter allocations, un-linked M&A infrastructure, IPs that only ever ran raw services).
  • You need attribution discipline: every candidate domain/netblock/ASN this skill surfaces carries an explicit, auditable ownership score — never a bare "looks related."
  • You are scoping a large or conglomerate engagement and need to prune scope by real corporate ownership before spending recon budget on strangers.

Do NOT use this skill when:

  • You already have a confirmed, bounded target list and just need per-host recon — go straight to offensive-osint.
  • The target's authorization isn't established — see §1.
  • You need active exploitation or post-exploitation — out of scope here and everywhere in this skill family.

Same posture as the companion skills: intended for assets the operator owns or has written authorization to assess. This skill is unusually likely to surface entities the operator did NOT ask about (subsidiaries, sister brands, M&A targets) — that is the point, but it sharpens the scope question rather than loosening it.

Read the full file on GitHub · 1,064 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 1,064 lines · 586 tokens per session scan A c42d2b490ec0

Subscribe to this mod's changes

org-attack-surface is a skill published in the GitHub repository elementalsouls/Claude-OSINT (2,535 stars, last pushed 5d ago), licensed MIT. It adds 586 tokens to every session and 16,357 once invoked, about $0.0029 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

skill-authoring

Creates and structures SKILL.md files for AI coding agents, including YAML frontmatter, trigger phrases, directive instructions, decision trees, code examples, and verification checklists. Use when the user asks to write a new skill, create a skill file, author agent capabilities, generate skill documentation, or…

rohitg00/skillkit · 72 tokens

analyze-tensegrity-system

Analyze a tensegrity system by identifying compression struts and tension cables, classifying type (class 1/2, biological/architectural), computing prestress equilibrium, verifying stability via Maxwell's rigidity criterion, and mapping biological tensegrity (microtubules, actin, intermediate filaments). Use when…

pjt222/agent-almanac · 94 tokens

assess-context

AI context assessment — evaluating problem malleability, mapping structural rigidity versus flexibility, analyzing transformation pressure, and estimating capacity to adapt. Use when a complex task feels stuck and it is unclear whether to push through or pivot, before a significant approach change to assess whether…

pjt222/agent-almanac · 90 tokens

awareness

AI situational awareness — internal threat detection for hallucination risk, scope creep, and context degradation. Maps Cooper color codes to reasoning states and OODA loop to real-time decisions. Use during any task where reasoning quality matters, when operating in unfamiliar territory, after detecting early warning…

pjt222/agent-almanac · 82 tokens

collect-preserve-specimens

Collect and preserve insect specimens following museum-grade standards including legal compliance, collection methods, humane dispatch, dry pinning, wet preservation, labeling, storage, and curation. Covers permit requirements, protected species regulations, sweep nets, beating trays, pitfall traps, light traps…

pjt222/agent-almanac · 139 tokens

aikido

Practice aikido as a defensive martial art emphasizing harmony, redirection, and controlled resolution. Covers centering and grounding, ukemi (safe falling and rolling), core techniques (irimi-nage, shiho-nage, kote-gaeshi, ikkyo), blending and tai sabaki (body movement), randori (multiple attacker practice), weapons…

pjt222/agent-almanac · 122 tokens