SkillAgentSearch skills...

offensive-osint-methodology

Structured OSINT methodology framework: target definition, source selection, collection workflows, data correlation, timeline reconstruction, and reporting. Use to guide systematic OSINT campaigns or teach OSINT methodology.

Install / Use

npx skills add SnailSploit/Claude-Red --skill offensive-osint-methodology

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

89/100

Category

Automation

Supported Platforms

Universal

Our assessment of offensive-osint-methodology

offensive-osint-methodology scores 89/100 on our quality scale, 704th of 1,411 Automation skills we index (top 50%).

Its SKILL.md is 22 KB long, well organised into 43 sections and no code examples: a thorough specification that gives an agent plenty to work with.

With 6,850 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
30/30
Structure
13/20
Description
15/15
Adoption
16/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 6 days ago, so offensive-osint-methodology is actively maintained.
  • It is released under the MIT license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

offensive-osint-methodology compared with similar skills

All 4 of these similar skills score higher than offensive-osint-methodology; compare them before choosing.

SkillScoreStarsUpdatedFormat
offensive-osint-methodology (this skill)by SnailSploit896.8k6d agoSKILL.md
Agent-Reachby Panniantong10085.5k11d agoCLAUDE.md
rufloby ruvnet10073.3k1d agoCLAUDE.md
Scraplingby D4Vinci10083.8ktodayMCP Server
algorithmic-artby anthropics100177.9k4d agoSKILL.md

Frequently asked questions

How do I install offensive-osint-methodology?
Run npx skills add SnailSploit/Claude-Red --skill offensive-osint-methodology. The install tabs above show the steps for each supported agent.
Which AI agents does offensive-osint-methodology work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is offensive-osint-methodology safe to use?
It is MIT-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is offensive-osint-methodology still maintained?
The repository was last updated 6 days ago, so offensive-osint-methodology is actively maintained.

SKILL: OSINT Methodology

Metadata

  • Skill Name: osint-methodology
  • Folder: offensive-osint-methodology
  • Source: https://github.com/SnailSploit/offensive-checklist/blob/main/osint-method.md

Description

Structured OSINT methodology framework: target definition, source selection, collection workflows, data correlation, timeline reconstruction, and reporting. Use to guide systematic OSINT campaigns or teach OSINT methodology.

Trigger Phrases

Use this skill when the conversation involves any of: OSINT methodology, open source intelligence, target profiling, data correlation, OSINT workflow, intelligence collection, OSINT campaign, recon methodology

Instructions for Claude

When this skill is active:

  1. Load and apply the full methodology below as your operational checklist
  2. Follow steps in order unless the user specifies otherwise
  3. For each technique, consider applicability to the current target/context
  4. Track which checklist items have been completed
  5. Suggest next steps based on findings

Full Methodology

OSINT Methodology

OpSec

Create a Sock Puppet

  • Fake account that cannot be linked to you
  • Build a posting history (post stuff, etc.)
  • Resources
    • Effective Sock Puppets
    • Ultimate Guide to Sock Puppets
    • Fake Name Generator
    • This Person does not Exist
    • Use separate browser profiles or isolation tools (e.g., Firefox Multi‑Account Containers) for any sock‑puppet activity.
    • Acquire disposable VoIP/SMS numbers (e.g., Burner, Silent Link) to satisfy platform verification without exposing real phone numbers.
    • Audit every browser extension before installation; supply‑chain attacks on popular add‑ons have targeted investigators since 2024.
    • Use dedicated browser profiles/containers per case and persona; avoid logging into personal accounts.
    • Prefer hardware‑backed passkeys for critical accounts; store recovery codes offline.
    • Maintain a minimal chain‑of‑custody: timestamp actions, hash key artifacts, and record tool versions per case.

Cryptocurrency Investigation

Transaction Analysis

  • Track transaction flows between wallets
  • Identify clusters of related addresses
  • Monitor large transfers and whale activity
  • Use block explorers to trace fund movements
  • Tools:
    • Cielo: Multi-chain wallet tracking (EVM, Bitcoin, Solana, Tron)
    • TRM: Create relationship graphs for addresses/transactions
    • Arkham: Multichain explorer with entity labels, graph creation, and alerts
    • MetaSleuth: Transaction visualization for retail users
    • Range: CCTP bridge explorer
    • Socketscan: EVM bridge explorer
    • Pulsy: Bridge explorer aggregator
    • Chainalysis: Horizon 2.0 cross‑chain tracing suite (paid)
    • Elliptic: Lens visual link explorer (launched Dec 2024)
    • Most compliance suites now provide real‑time bridge‑risk scoring dashboards (e.g., TRM, Chainalysis)

Layer 2 / Rollup Analysis

  • zkSync Era / Polygon zkEVM: Zero-knowledge proofs hide transaction details on L2; only deposit/withdrawal bridge events visible on L1. Use zkSync Era Block Explorer and PolygonScan zkEVM.
  • Arbitrum / Optimism: Transactions batched and compressed; L2 state reconstructed from L1 calldata. Use Arbiscan and Optimistic Etherscan. Check L2Beat for risk framework and technology stack.
  • StarkNet: Cairo VM with STARK proofs; different address derivation. Use Voyager or StarkScan.
  • Base / Blast / Scroll: OP Stack or ZK-rollups; similar challenges to above.
  • Privacy protocols on L2:
    • Aztec Network: Programmable privacy with noir circuits; limited block explorer visibility.
    • Railgun: Privacy system for DeFi on Ethereum/Polygon/BSC; shielded pools obscure sender/receiver/amount.
    • Privacy Pools: Proposed Tornado Cash successor with association sets; not yet deployed at scale.
  • Challenges:
    • Bridge mixers (Hop Protocol, Across, Stargate) create synthetic liquidity pools that break direct tracing; funds enter/exit via pool swaps.
    • Cross-rollup transfers further obfuscate trails; requires tracking via bridge contracts and relayer infrastructure.
    • Many L2s lack mature analytics tools; explorers show transactions but relationship graphs are sparse.
  • Methodology:
    • Start with L1 bridge events (deposits/withdrawals); these anchor L2 activity to known addresses.
    • Use L2-specific explorers to trace activity within the rollup.
    • For privacy protocols, focus on timing analysis, deposit/withdrawal clustering, and off-chain metadata (transaction memos, Tornado Cash-style notes).

Cautions (bridges and heuristics)

  • Bridges/mixers/wrappers introduce mint/burn semantics; avoid assuming 1:1 flows without on‑chain proofs.
  • MEV/sandwich and aggregator paths can create false "direct" trails; validate with multiple datasets.
  • Cross‑label sanity: vendor labels can disagree; treat labels as hypotheses, not ground truth.
  • L2 finality: Optimistic rollups have 7-day challenge periods; zkRollups finalize faster but proofs can be batched/delayed.

Wallet Profiling

  • Analyze wallet age and activity patterns
  • Check for connections to known entities
  • Monitor balance changes over time
  • Identify associated exchange accounts

Exchange Investigation

  • Track deposits/withdrawals
  • Monitor trading patterns
  • Identify linked accounts
  • Check for regulatory compliance

NFT Investigation

  • Track ownership history
  • Monitor sales and transfers
  • Analyze metadata and hidden content
  • Identify connected wallets and marketplaces

Image Analysis

  • Contextual Analysis
  • Foreground
    • Signs, license plates, clothing styles, vegetation, and weather conditions.
  • Background
    • Landmarks, unique buildings, mountains, bodies of water, and infrastructure.
  • Map Markings
    • Flora and fauna types, which can indicate geographic regions.
    • Seasonal indicators like snow, foliage, or daylight hours.
  • Trial and Error
    • Manually compare features from the image with maps and street views.
    • Use platforms like Google Street View, Bing Streetside, and Yandex Panorama to virtually explore locations.
    • Employ Overpass Turbo
    • Use Snap Map public stories for area‑based context pivots.
    • Consider Google Earth Studio for stabilized timelapse and bearing estimation.
  • Pull Text from Image
    • you can use google or Yandex OCR to pull text from image
    • you can also search that text alongside your image for better results
    • Transcript extraction for video (YouTube): fetch captions to improve keyword and entity search.

Image Forensics

Mountain Geolocation

  • Use tools to identify mountain peaks and match them with the image.
  • Tools
  • Methodology
    • Align the silhouette of mountains in the image with the 3D models in the tools.
    • Adjust parameters like viewing angle and elevation.

Fire Identification

Track and Find Planes

  • Use Apollo Hunter to find exact satellite image time
  • Then use FlightRadar to track that plane that you found
  • Verify the size and plane features
  • ADS-B Exchange – unfiltered global flight data

Video Analysis

  • Find context regarding the video
    • Signs, banners, and billboards.
    • Architectural styles and building materials.
    • Road markings and traffic signs.
    • License plates
    • Clothing styles and local customs.
    • Search for video snippets on platforms like YouTube, Twitter, or TikTok.
  • Metadata Extraction
  • Platform-Specific Techniques
    • TikTok and Instagram
      • APIs change often; prefer platform exports when available
      • Sample cadence: 1–4 h for fast‑moving topics; keep a fixed persona and capture logs
      • Analyze user profiles for location tags; examine comments and hashtags for clues
    • Bluesky AT Protocol
      • Resolve handles via https://bsky.social/xrpc/com.atproto.identity.resolveHandle?handle=<handle> to get DID
      • Extract full identity document: https://plc.directory/<did> (returns PLC operations, handle history, PDS endpoint)
      • Real-time firehose: Use Firesky for live keyword/hashtag monitoring across entire network
      • Analytics: SkyView for follower graphs, post engagement, network analysis
      • Archive early: AT Protocol allows post deletion and handle migration; capture DIDs and post CIDs
      • Labelers and moderation: Check user's selected labelers (affects content visibility); different from centralized moderation
      • PDS (Personal Data Server): Users can self-host; identify via DID document to understa

Truncated for display — read the full file on GitHub.

Related Skills

View on GitHub
GitHub Stars6.8k
CategoryAutomation
Updated6d ago
Forks896

Languages

Python

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions