Skip to content
View stukryptx's full-sized avatar
  • India
  • 14:49 (UTC +05:30)

Block or report stukryptx

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
stukryptx/README.md

πŸš€ Hi, I'm stukryptx πŸ‘‹

Typing SVG


πŸ‘¨β€πŸ’» About Me

class stukryptx:
    def __init__(self):
        self.role = "Cyber Threat Intelligence Researcher"
        self.specialties = [
            "πŸ” Threat Actor Tracking",
            "🌐 Dark Web Monitoring",
            "🦠 Malware Analysis",
            "πŸ’° Blockchain Investigations",
            "πŸ€– Automated Intelligence Collection"
        ]
        self.tools = [
            "Python", "Shell", "Obsidian", "MobSF",
            "Wireshark", "Burp Suite", "GitHub Actions"
        ]
        self.motto = "⚑ Knowledge is power β€” share it responsibly."
        self.private_commits = True
    
    def current_focus(self):
        return "πŸ”’ Automating CTI collection & analysis pipelines"
    
    def get_expertise(self):
        return {
            "Dark Web": "Forum scraping & monitoring",
            "Malware": "Android static/dynamic analysis",
            "Infrastructure": "TLD tracking & IOC extraction",
            "Intelligence": "Obsidian vault management"
        }

me = stukryptx()
print(f"πŸ‘€ {me.role}")
print(f"🎯 Focus: {', '.join(me.specialties)}")
print(f"πŸ’‘ {me.motto}")

πŸ“Š GitHub Stats

stukryptx

---

πŸš€ Featured Projects

Project Description Tech Stack
πŸ” threatwire-intelligence Premium CTI marketing landing page Next.js, Tailwind CSS
🧩 KryptNexus Advanced CTI Obsidian vault for threat tracking Obsidian, Markdown, Shell
πŸ“‘ BreachForums-Scrapper Async scraping engine for BreachForums monitoring Python, Async, HTML
🌐 PwnForums-Scrapper Advanced CTI platform for Dark Web monitoring Python, Automation, CTI
🎯 tld-tracker IANA TLD mirroring with GitHub Actions Shell, GitHub Actions
πŸ’Ύ DarkWeb-Forums-DB-BKP Dark web archival snapshots Automated Backups, MongoDB
πŸ“± mobsf-android-analysis-lab Android malware analysis lab Shell, MobSF, Magisk, RootAVD
πŸ“’ docs-hub Obsidian notes backup Markdown, Git
πŸ” Forums-DB-Backup MongoDB snapshots with restore support MongoDB, Backup Automation
πŸ•ΈοΈ MyBB-Scrapper CTI platform for Telegram & MyBB collection Python, Telegram API, Diffing

πŸ› οΈ Skills & Tooling

πŸ’» Languages & Scripting

Python Shell TypeScript JavaScript HTML5

πŸ”¬ Security & Analysis

MobSF Wireshark Burp Suite OSINT Metasploit

🧰 CTI & OSINT Tools

Obsidian Maltego TheHive MISP Shodan

πŸ“¦ Frameworks & Platforms

Next.js TailwindCSS GitHub Actions MongoDB Docker


🧠 CTI Activity Wall

πŸ“Œ Recent CTI Activity (KryptNexus Vault)

πŸ” Threat Actor Tracking

  • [REDACTED] ransomware group infrastructure update
  • Lazarus wallet cluster mapping & tracking
  • New APT group identified in Southeast Asia

🌐 Dark Web Monitoring

  • New carding forum identified β€” monitoring initiated
  • BreachForums data dump analysis in progress
  • Underground market price tracking (Q2 2026)

πŸ§ͺ Malware Analysis

  • Qakbot variant analysis β€” TTPs documented
  • Android banking trojan reverse engineering
  • C2 infrastructure mapping and IOC extraction

πŸͺ™ Cryptocurrency Investigations

  • Lazarus Group wallet flow analysis
  • Mixer/tumbler transaction tracking
  • Ransomware payment tracing

Full notes stored locally in Obsidian vault | KryptNexus | Encrypted backups

πŸ“Š Project Status Dashboard
Project Status Last Update Commits (Private)
threatwire-intelligence 🟒 Active Today 47
KryptNexus 🟒 Active Today 89
BreachForums-Scrapper 🟑 Maintenance 3 days ago 34
PwnForums-Scrapper 🟒 Active Yesterday 28
tld-tracker 🟒 Automated Daily 156
mobsf-android-analysis-lab 🟒 Active 5 days ago 23
MyBB-Scrapper πŸ”΅ Planning 1 week ago 12
docs-hub 🟒 Active Today 67

πŸ“Š Repository Statistics

Category Count
πŸ“ Total Repositories 10
πŸ”’ Private Repos 4
🌐 Public Repos 6
🐍 Python Projects 5
πŸ“¦ Shell Scripts 3
🎨 Web Projects 2
πŸ“± Mobile Security 1

🌐 Connect With Me


πŸ΄β€β˜ οΈ "Knowledge is power β€” share it responsibly."

Pinned Loading

  1. mobsf-android-analysis-lab mobsf-android-analysis-lab Public

    Automated Android Static & Dynamic Analysis Lab Setup using Android Emulator, RootAVD, Magisk, and MobSF for Malware Analysis, Reverse Engineering, and Mobile Security Research.

    Shell

  2. tld-tracker tld-tracker Public

    Automatically tracks and mirrors all official IANA Top-Level Domains (TLDs) with daily GitHub Actions synchronization.

    Shell