8000 GitHub - USRRP/Dark-Web-Threat-Monitor
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

USRRP/Dark-Web-Threat-Monitor

Repository files navigation

Dark Web Threat Monitor

Python License Platform CI

A cybersecurity mini-project to scrape .onion sites over the Tor network, analyze page content for sensitive keywords (e.g., credentials, leaks), and store alerts in a SQLite database. Includes a Streamlit dashboard for interactive use.

Features

  • 🔍 Custom user input for .onion URLs
  • 🕸️ Multi-page crawling across internal links
  • ⚠️ Keyword-based threat detection (leaks, credentials, confidential terms)
  • 💾 SQLite database for structured alert storage
  • 📊 Streamlit dashboard to run analysis and view alerts
  • 🛠️ Easily extendable for enrichment (e.g., scoring, integration with SIEM)

Setup

  1. Install Tor and run the daemon:

    sudo apt install tor
    sudo service tor start
    
  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Launch the dashboard:

    streamlit run dashboard.py
    

Note: For ethical, legal use only. Avoid scraping login-protected or illicit content.

A cybersecurity-focused project that scrapes .onion dark web sites through the Tor network, scans for sensitive keywords (e.g., leaks, credentials, confidential data), and logs threat intelligence alerts in a local SQLite database — all accessible through a user-friendly Streamlit dashboard.

This project is designed as a practical mini-NIDS (Network Intrusion Detection System) component for use in SOC operations, Incident Response, Threat Intelligence, and Audit & Compliance research.

🚨 Built for educational and ethical research purposes only.

💡 Why This Project Matters

This minor project bridges the gap between academic learning and real-world SOC work. It simulates dark web threat monitoring pipelines often used by cybersecurity analysts for:

  • 🔎 Early detection of leaked credentials and corporate data
  • 📚 Building experience with Tor scraping, threat hunting, and data logging
  • 🧪 Exploring detection engineering ideas in a safe, simulated environment
  • 🛡️ Understanding compliance risks related to dark web disclosures

🚀 Getting Started

Please refer to the full README for setup instructions, features, and usage.


🤝 Contributing

This project is open to collaboration! Contributions are welcome from the security, dev, or research communities. You can help improve:

  • 🔬 Keyword enrichment and detection models
  • 🌐 Onion crawling logic
  • 📡 Alerting and notification features
  • 📦 Integration with APIs, SIEM tools, or threat feeds

Please open a pull request or raise an issue to discuss enhancements.


👨‍💻 Author & Future Aspirations

Hi, I’m a cybersecurity enthusiast with a keen interest in becoming a SOC Analyst, Incident Responder, or Security Auditor. This project reflects my growing skills in:

  • 🔒 Threat detection and response
  • 🕵️ OSINT and dark web analysis
  • 📡 Network security monitoring
  • 📊 Building lightweight detection tools

I’m always looking to learn and collaborate. Let’s build something impactful together. 🤝

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0