SSkilltecabyclaudinhocode
Enviar skill
← Voltar para o catálogo

cti-expert

Desenvolvimento

CTI Expert é um kit de ferramentas de análise de inteligência de ameaças cibernéticas e OSINT, cobrindo investigação digital, reconhecimento de domínio, análise de metadados e forense de imagem.

105estrelas
Ver no GitHub ↗Autor: 7onezLicença: NOASSERTION

CTI Expert

Cyber threat intelligence and open-source intelligence skill. Turns Claude into a trained CTI/OSINT analyst. Generates precision search queries, interprets public data, builds case timelines, and delivers structured intelligence products — no API keys, no paid subscriptions.

Collection method: agent-browser when available (JavaScript-heavy sites, infinite-scroll, screenshot evidence), with automatic fallback to web search / web fetch / direct URL fetch. Tool limitations are logged as collection gaps — never as case blockers.


1. Quick Start

# Full autonomous case — runs every applicable technique
/case target.com

# Guided flow for first-time investigators
/flow person

# Summary of what's been found so far
/brief

Append --yolo to any command to skip all interactive prompts and confirmations. The analyst makes every decision autonomously.


2. AEAD Case Lifecycle

Every investigation follows four phases:

PhaseWhat Happens
AcquireCollect raw data — /sweep, /query, /username, /phone, /email-deep, /subdomain
EnrichExpand leads — /branch, /crossref, /link-subjects, /signatures
AssessScore and verify — /exposure, /threat-model, /validate, /coverage, /verify-finding
DeliverPackage output — /report, /brief, /render, /workspace saveauto-saves .md + .docx

Run /progress at any point to see which phase you're in and what's pending.


3. Command Reference

Commands grouped by AEAD phase.

Acquire

CommandWhat It DoesExample
/case [target]Full pipeline — runs every applicable technique/case example.com
/sweep [target]Multi-vector recon on any target type/sweep @username
/query [subject]Builds 12–15 advanced search operator queries/query example.com
/username [handle]Enumerate handle across 3000+ platforms/username johndoe
/phone [number]Carrier, line type, reputation, public associations/phone +84901234567
/email-deep [email]Accounts, breach history, infrastructure/email-deep u@domain.com
/subdomain [domain]CT logs, brute-force, passive enumeration/subdomain example.com
/breach-deep [email]Multi-source breach lookup with context/breach-deep u@domain.com
/traffic [domain]Traffic estimation, ranking, audience data/traffic example.com
/visitors [domain]Full visitor intelligence: tech, geo, sources, analytics/visitors example.com
/techstack [domain]Technology fingerprint (CMS, analytics, CDN, server)/techstack example.com
/competitors [domain]Competitor & related site discovery/competitors example.com
/secrets [target]Exposed credentials in repos and paste sites/secrets github.com/org
/threat-check [target]IP/domain/URL/hash threat intelligence/threat-check 185.1.1.1
/scam-check [domain]Phishing/scam/malicious domain check/scam-check susp-site.xyz
/vuln-check [query]CVE/vulnerability lookup (CIRCL + NVD)/vuln-check CVE-2024-1234 or /vuln-check apache/httpd
/ransomware-check [org]Check if org is a ransomware victim/ransomware-check "Acme Corp"
/gdoc [url]Extract metadata/owner from Google document/gdoc https://docs.google.com/...
/msftrecon [domain]M365/Azure tenant recon — tenant ID, federation, MDI, SharePoint/msftrecon example.com
/sharelink [url]Extract sharer identity from share link/sharelink https://vm.tiktok.com/ABC
<!-- dork-integration:phase-05 start -->

| /dork-sweep [target] [--telegram\|--docs\|--filetype\|--all] [--after DATE] [--clean] | Zero-auth dork sweep: Telegram ecosystem, 18 doc-hosts, filetype families; 4-tier fallback cascade | /dork-sweep example.com --filetype | | /docleak [target] [--platform list] [--severity high] | 18-platform document leak hunt with severity classification (CRITICAL/HIGH/MEDIUM/LOW) | /docleak "Acme Corp" |

<!-- dork-integration:phase-05 end -->

| /dns-history [domain] | Historical DNS record changes (A, NS, MX) via passive DNS | /dns-history example.com | | /cert-history [domain] | SSL/TLS certificate timeline from CT logs (crt.sh) | /cert-history example.com | | /email-permute [name] [domain] | Generate email permutations from name + domain | /email-permute "John Smith" company.com | | /proton-check [email] | Proton Mail account creation date via PGP key | /proton-check user@proton.me | | /pgp-lookup [email] | PGP key search — creation date, UIDs, signatures | /pgp-lookup dev@example.com | | /wifi [ssid] | WiFi SSID geolocation via Wigle.net | /wifi "HomeNetwork" | | /wifi --bssid [mac] | Exact AP lookup by MAC address | /wifi --bssid AA:BB:CC:DD:EE:FF | | /register [name] | Add a subject to the case workspace | /register JohnDoe | | /snapshots [url] | View archived Wayback snapshots of a URL | /snapshots example.com |

Enrich

CommandWhat It DoesExample
/branch [data]Expand a discovered identifier laterally/branch john@mail.com
/timeline [subject]Assemble dated event sequence/timeline Company Inc
/crossrefDetect shared identifiers across subjects/crossref
/link-subjects [A] [B]Define a connection between two subjects/link-subjects John Jane
/show-connectionsDisplay all logged connections/show-connections
/show-trail [subject]Show the evidence chain for a subject/show-trail JohnDoe
/watch [subject]Add subject to active tracking list/watch example.com
/record-findingLog a finding with source and confidencePaste data after command
/show-findingsList all recorded findings/show-findings
/graphFull ASCII subject relationship map/graph
/pathfind [A] [B]Discover connection path between subjects/pathfind A B
/diff [url]Diff archived versions of a URL/diff example.com/page

Assess

CommandWhat It DoesExample
/exposure [target]Composite exposure score (0–100)/exposure domain.com
/threat-modelBuild threat model from findings/threat-model
/signaturesSurface recurring behavioral patterns/signatures
/validateQuality audit — score 0–100/validate
/coverageCoverage matrix with identified gaps/coverage
/verify-finding [id]Re-check a specific finding's sources/verify-finding 12
/subject [name]View or create subject record/subject JohnDoe
/lookup [name]Retrieve a registered subject/lookup JohnDoe
/modify [name]Update a subject record/modify JohnDoe
/archive-subject [name]Remove subject from active tracking/archive-subject JohnDoe
/find [query]Search across all subjects/find domain:example.com
/show-trail [subject]Full evidence trail/show-trail JohnDoe
/blind-spotsPrioritized investigation gap analysis/blind-spots
/source-checkBatch source URL accessibility check/source-check
/drift [subject]Temporal risk score tracking/drift example.com
/clarify [finding]Plain-language finding explanation/clarify fnd-003

Deliver

CommandWhat It DoesExample
/reportFormal structured intelligence report/report
/report briefSingle-page executive brief/report brief
/report jsonRaw data as JSON/report json
/report csvSpreadsheet-compatible export/report csv
/report legalEvidence-formatted for legal proceedings/report legal
/report journalistSource-citation-heavy format/report journalist
/briefPl

Como adicionar

/plugin marketplace add 7onez/cti-expert

O comando exato pode variar conforme o repositório. Confira o README no GitHub.

Comentários · Nenhum comentário

Entre para comentar. Entrar

  • Ainda não há comentários. Seja o primeiro.