Skip to main content

osint-overview

Use when the engagement requires passive reconnaissance only — no packets to the target's authoritative infrastructure. Splits off from the Recon agent so bug-bounty and pre-engagement work can run with outbound-only network policy. Maltego, Shodan, Censys, Hunter.io, breach-data lookups, GitHub code search, Wayback Machine archives, certificate transparency, BGP/ASN mapping.

설치로 이동

소스 정보

저장소
BitterSecurity/Decepticon
최근 소스 활동
2026년 7월 4일 11:13
감지된 SKILL.md 언어
영어
스타
5,522
포크
1,048

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
osint-overview
description
>
# OSINT-Only Operator Skill Catalog This catalog is **passive**. No packets reach the target. Sandbox network policy must restrict outbound to known-OSINT endpoints only (Shodan, Censys, Hunter, GitHub API, crt.sh, Wayback, etc.). ## Playbooks > **Inline technique reference — not separately loadable skills.** The entries below > are summarized here for direct use; there is no separate `SKILL.md` to open for > each. Do NOT call the skill loader on them — apply the technique with your tools > using this summary and the Workflow in this file. | Technique | Use for | |---|---| | **domain-pivots** | Whois history, reverse-IP, related-domain enumeration | | **ct-logs** | crt.sh / Censys cert search for subdomain enumeration | | **shodan-fingerprint** | Shodan host search; service / banner / ssl.cn pivots | | **censys-pivots** | Censys cert/host/services pivots | | **github-code-search** | GitHub code search for org's leaked secrets / config | | **wayback-archives** | Wayback Machine API; retired endpoints, deleted docs | | **breach-data** | HIBP / DeHashed (RoE-permitted only); credential reuse paths | | **employee-profiling** | LinkedIn search (Sales Nav / manual), email-format inference | | **asn-bgp** | ASN ownership, BGP table snapshots, RIR records | | **maltego** | Maltego CLI graph projection; transform chain | | **cryptocurrency** | Chain analysis (Etherscan / Mempool.space / Arkham) for crypto-adjacent targets | | **geospatial** | Image geolocation, EXIF mining, satellite/streetview cross-reference | ## Workflow 1. **Seed**: from the engagement target (domain, company name, brand). 2. **Domain layer**: whois, reverse-IP, CT logs → enumerate every subdomain and adjacent domain. 3. **Service layer**: Shodan + Censys against discovered IPs → service inventory (NO probing; just consume cached scan data). 4. **Code layer**: GitHub code search for the target's org name, domain names, internal package names, AWS account IDs. 5. **People layer**: employees via LinkedIn; email format inference; HaveIBeenPwned for credential reuse. 6. **Infrastructure layer**: BGP + ASN ownership; Wayback retired endpoints; SSL/TLS cert history. 7. **Synthesis**: project the graph into Neo4j as a pre-engagement map; hand off to the Recon agent for active confirmation only if RoE permits. ## Network policy ``` [osint-operator container] → outbound to: shodan.io, api.censys.io, api.hunter.io, api.github.com, crt.sh, archive.org, hibp/api/v3, maltego.com, etherscan.io, ... NO outbound to the engagement target. ``` The sandbox-net policy for OSINT engagements pins this allowlist. Any attempted egress to the actual target IP/domain triggers a SafeCommand refusal. ## Why split from Recon Recon is active by default — port scans, version probing, directory brute-forcing. Bug-bounty programs and pre-engagement scoping work explicitly forbid touching production. OSINT-only enforces the no-touch contract structurally rather than relying on the agent prompt to remember.
GitHub에서 보기