← 返回
未分类 中文

IdentityMonitoringAgent

An OSINT sentinel that monitors the public web for email exposure, username footprint, and identity leaks without API keys.
OSINT 哨兵,在公开网络上监控邮件泄露、用户名足迹和身份泄露,无需 API 密钥。
assix
未分类 clawhub v1.0.4 1 版本 100000 Key: 无需
★ 0
Stars
📥 400
下载
💾 0
安装
1
版本
#identity#latest#monitoring#no-api#osint#privacy#security

概述

IdentityMonitoringAgent

This agent acts as a digital investigator. It scans the public web and platform recovery flows to find where personal data might be exposed.

Setup

Install the necessary OSINT libraries in your LXC environment:

pip install holehe sherlock-project googlesearch-python

Local Testing

Before using the agent via the UI, verify the logic directly on your DGX Spark terminal:

Test Email Scanning

python3 monitor.py --tool scan_email --target user@example.com

Test Username Tracking

python3 monitor.py --tool scan_username --target example_user

Test Web Dorking

python3 monitor.py --tool search_leaks --query "example_query"

Note: If registered_sites returns an empty list [], it indicates no hits were found on supported platforms or the service is temporarily rate-limited.

User Instructions

  • "Check if the email user@example.com is registered on any social platforms."
  • "Find all social media accounts associated with the username 'example_user'."
  • "Search the web for public mentions or leaks of the phone number 555-0123."

Tools

scan_email

Checks 120+ sites to see if an email is registered using forgotten password flows.

  • Inputs: email (string)
  • Call: python3 monitor.py --tool scan_email --target {{email}}

scan_username

Hunts for a specific username across 400+ social networks and platforms.

  • Inputs: username (string)
  • Call: python3 monitor.py --tool scan_username --target {{username}}

search_leaks

Uses advanced Google Dorks to find identifiers on leak sites, forums, and pastebins.

  • Inputs: query (string)
  • Call: python3 monitor.py --tool search_leaks --query "{{query}}"

版本历史

共 1 个版本

  • v1.0.4 当前
    2026-05-03 10:18 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Sanfrancisco Today Festivalevents Agent

assix
采集、索引并搜索旧金山的今日节日和活动。
★ 0 📥 385

EarningsFinancialsAgent

assix
一个用于监控企业财报并使用 yfinance 分析财务报表的自主智能代理。
★ 1 📥 498

Agent SecuritySandbox

assix
在安全的隔离 Docker 环境中执行不受信任的代码或命令,用于运行未知脚本、第三方技能或可能有风险的代码。
★ 0 📥 277