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

Block or report stukryptx

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
stukryptx/README.md

Typing SVG


🧠 About Me

class CyberThreatIntelligenceResearcher:
    def __init__(self):
        self.alias = "stukryptx"
        self.role = "CTI Analyst & Security Researcher"
        self.focus = [
            "Threat Actor Tracking",
            "Dark Web Monitoring", 
            "Malware Analysis",
            "Blockchain Investigations"
        ]
        self.tools = ["OSINT", "MobSF", "Wireshark", "Burp Suite", "Obsidian", "Python", "Shell"]
    
    def status(self):
        return "πŸ”’ Currently: Automating CTI collection & analysis"
    
    def motto(self):
        return "⚑ Knowledge is power β€” share it responsibly."

me = CyberThreatIntelligenceResearcher()
print(f"{me.alias} | {me.role}")

πŸ”₯ Featured Projects

Project Description Tech
πŸ” threatwire-intelligence Premium CTI marketing landing page Next.js, Tailwind
🧩 KryptNexus Advanced CTI Obsidian vault Shell, Markdown
πŸ“‘ BreachForums-Scrapper Async scraping engine for monitoring HTML, Python
🎯 tld-tracker IANA TLD mirroring automation Shell, GitHub Actions
πŸ’Ύ DarkWeb-Forums-DB-BKP Dark web archival snapshots Automated Backups
πŸ“± mobsf-android-analysis-lab Android malware analysis lab Shell, MobSF, Magisk
πŸ“’ docs-hub Obsidian notes backup Markdown

πŸ“ˆ GitHub Analytics


πŸ› οΈ Skills & Tooling

πŸ’» Languages & Scripting

Python Shell TypeScript HTML5

πŸ”¬ Security & Analysis

MobSF Wireshark Burp Suite OSINT

🧰 CTI & OSINT Tools

Obsidian Maltego TheHive

πŸ“¦ Frameworks & Platforms

Next.js TailwindCSS GitHub Actions


🧠 CTI Activity Wall

πŸ“Œ Recent CTI Notes (from KryptNexus vault)
  • πŸ” Tracking: [REDACTED] ransomware group infrastructure update
  • 🌐 Dark Web: New carding forum identified β€” monitoring initiated
  • πŸ§ͺ Malware: Qakbot variant analysis β€” TTPs documented
  • πŸͺ™ Crypto: Lazarus wallet cluster mapped

Full notes stored locally in Obsidian vault | KryptNexus


🌐 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