Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计提醒

monitoring-darkweb-sources监控暗网来源

Agent Skill

monitoring-darkweb-sources 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

371

周安装

15

GitHub Stars

5,934

下载量

116
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:monitoring-darkweb-sources(监控暗网来源)
来源仓库:https://github.com/mukul975/anthropic-cybersecurity-skills
仓库路径:skills/monitoring-darkweb-sources
安装命令:
npx skills add https://github.com/mukul975/anthropic-cybersecurity-skills --skill monitoring-darkweb-sources
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/mukul975/anthropic-cybersecurity-skills --skill monitoring-darkweb-sources

简介

monitoring-darkweb-sources 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务场景快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Monitoring Dark Web Sources

When to Use

Use this skill when:

  • Establishing continuous monitoring for organizational domain names, executive names, and product brands on dark web forums
  • Investigating a reported data breach claim found on a ransomware leak site or paste site
  • Enriching an incident investigation with context about stolen credentials or planned attacks

Do not use this skill without proper operational security measures — dark web browsing without isolation exposes analyst infrastructure to adversary counter-intelligence.

Prerequisites

  • Commercial dark web monitoring service (Recorded Future, Flashpoint, Intel 471, or Cybersixgill)
  • Isolated operational environment: Whonix OS or Tails OS running in a VM with no persistent storage
  • Keyword watchlist: organization domain, key executive names, product names, IP ranges, known credentials
  • Legal guidance confirming passive monitoring is authorized in your jurisdiction

Workflow

Step 1: Establish Keyword Monitoring via Commercial Services

Configure dark web monitoring keywords in your CTI platform (e.g., Recorded Future Exposure module):

  • Domain variations: company.com, @company.com, company[dot]com
  • Executive names: CEO, CISO, CFO full names
  • Product/brand names
  • Internal codenames or project names (if suspected breach scope is broad)
  • Known email domains for credential monitoring

Most commercial services (Flashpoint, Intel 471, Cybersixgill) crawl forums like XSS, Exploit[.]in, BreachForums, and Russian-language cybercriminal communities without analyst exposure.

Step 2: Manual Investigation with Operational Security

For investigations requiring direct dark web access:

Environment setup:

  1. Use a dedicated physical machine or air-gapped VM (Whonix + VirtualBox)
  2. Connect via Tor Browser only — never via standard browser
  3. Use a cover identity with no links to organization
  4. Never log in with real credentials to any dark web site
  5. Document all sessions in investigation log with timestamps

Paste site monitoring (clearnet-accessible, no Tor required):

# Hunt paste sites via API
curl "https://psbdmp.ws/api/search/company.com" | jq '.data[].id'
curl "https://pastebin.com/search?q=company.com" # Rate-limited public search

Step 3: Investigate Ransomware Leak Sites

Ransomware groups maintain.onion leak sites. Monitor these through commercial services rather than direct access. When a claim appears about your organization:

  1. Capture screenshot evidence via commercial service (do not access directly)
  2. Assess legitimacy: Does the threat actor's claimed data align with any known internal systems?
  3. Check timestamp: Is this claim recent or historical?
  4. Cross-reference with any known security incidents or phishing campaigns from that timeframe
  5. Engage IR team if claim appears credible before public disclosure

Known active ransomware leak site operators (as of early 2025): LockBit (disrupted Feb 2024), ALPHV/BlackCat (disrupted Dec 2023), Cl0p, RansomHub, Play.

Step 4: Credential Exposure Monitoring

For leaked credential monitoring:

  • Have I Been Pwned Enterprise: Domain-level notification for credential exposures in breach datasets
  • SpyCloud: Commercial credential monitoring with anti-cracking and plaintext password recovery from criminal markets
  • Flare Systems: Automated monitoring of paste sites and dark web markets for credential dumps

When credential exposures are confirmed:

  1. Force password reset for affected accounts immediately
  2. Check if credentials provide access to any organizational systems (SSO, VPN)
  3. Review access logs for the period between credential exposure and detection for unauthorized access

Step 5: Document and Escalate Findings

For each dark web finding:

  • Capture evidence (commercial service screenshot, paste site archive)
  • Classify severity: P1 (imminent attack threat or active data exposure), P2 (credential exposure), P3 (general mention)
  • Notify appropriate stakeholders within defined SLAs
  • Open investigation ticket and link to evidence artifacts
  • Apply TLP:RED for any findings referencing named executives or specific attack plans

Key Concepts

TermDefinition
Dark WebTor-accessible hidden services (.onion domains) not indexed by standard search engines; hosts both legitimate and criminal content
Paste SiteClearnet text-sharing sites (Pastebin, Ghostbin) frequently used to publish stolen data or malware configurations
Ransomware Leak Site.onion site operated by ransomware group to publish stolen victim data as extortion leverage
Operational Security (OPSEC)Protecting analyst identity and organizational affiliation during dark web investigation
Credential StuffingAutomated use of leaked username/password pairs against authentication systems
Stealer LogsData packages exfiltrated by infostealer malware containing saved browser credentials, cookies, and session tokens

Tools & Systems

  • Recorded Future Dark Web Module: Automated monitoring of dark web sources with alerting on organization-specific keywords
  • Flashpoint: Dark web forum monitoring with human intelligence augmentation for criminal community context
  • Intel 471: Closed-source access to cybercriminal communities with structured intelligence on threat actors
  • SpyCloud: Credential exposure monitoring with recaptured plaintext passwords from criminal markets
  • Have I Been Pwned Enterprise: Domain-level breach notification API for credential monitoring at scale

Common Pitfalls

  • Direct access without OPSEC: Accessing dark web forums without Tor and a cover identity can expose analyst IP, browser fingerprint, and organization affiliation to adversaries.
  • Overreacting to unverified claims: Ransomware groups and forum posters fabricate attack claims for extortion or reputation. Verify before escalating to incident response.
  • Missing clearnet sources: Most dark web intelligence programs miss Telegram channels, Discord servers, and paste sites which operate on the clearnet and host significant criminal activity.
  • Inadequate legal review: Dark web monitoring must be reviewed by legal counsel — passive monitoring is generally lawful but active participation in criminal markets is not.
  • No evidence preservation: Dark web content disappears rapidly. Capture timestamped evidence immediately upon discovery using commercial service exports.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.3%
按下载量换算39

Claude

33.36%
按下载量换算39

Cursor

17.72%
按下载量换算21

Gemini CLI

10.53%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills