Skip to content
View MrN3O's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report MrN3O

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
MrN3O/README.md

Matrix intro

Profile Views GitHub Followers GitHub Stars


🌐 Connect with Me

Email LinkedIn GitHub X (Twitter) Instagram Facebook ResearchGate ORCID Google Scholar


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

class CybersecurityResearcher:
    def __init__(self):
        self.name = "MrN3O"
        self.role = "Cybersecurity Researcher & ML Enthusiast"
        self.expertise = [
            "Machine Learning for Cybersecurity",
            "IoT Security & Botnet Detection",
            "Android Malware Analysis",
            "Digital Forensics & Incident Response",
            "Network Security & Threat Intelligence"
        ]
        self.current_focus = "ML-based Botnet Detection & IoT Security"
        self.motto = "Security is not a product, but a process!"
        self.fun_fact = "I believe the best defense is a well-trained AI model β€” and coffee helps too! β˜•"
        self.collaboration_cta = "Open an issue Β· Raise a PR Β· Drop an email β€” Let's build safer systems together!"
    
    def say_hi(self):
        print("Thanks for visiting! Let's connect and collaborate on cybersecurity research!")
    
    def share_fun_fact(self):
        print(f"⚑ Fun Fact: {self.fun_fact}")
    
    def call_to_collaborate(self):
        print(f"πŸ’‘ Want to collaborate? {self.collaboration_cta}")

researcher = CybersecurityResearcher()
researcher.say_hi()
researcher.share_fun_fact()
researcher.call_to_collaborate()

πŸ“š Research Contribution

My research contributions span Cybersecurity, Machine Learning, IoT Security, and Digital Forensics.

πŸ“Š Research Impact

πŸ“š 14

Total Publications
10 Published Β· 4 Under Review

🏒 5

Publishers
IEEE Β· Springer Β· T&F Β· Elsevier Β· JISEM

🌍 6

Research Domains
Security Β· AI/ML Β· IoT Β· Forensics

🎯 Primary Focus Areas

πŸ›‘οΈ IoT Security & Botnet Detection
πŸ€– Machine Learning for Cybersecurity
πŸ“± Android Malware Analysis

πŸ” Digital Forensics & Incident Response
🌐 Network Security & Threat Intelligence
πŸ“° Fake News Detection & Social Media Security

πŸ› οΈ Tech Stack & Expertise

πŸ’» Programming Languages

Python C C++ Bash Script PowerShell LaTeX

πŸ€– Machine Learning & Data Science

TensorFlow PyTorch scikit-learn Pandas NumPy SciPy Matplotlib Plotly mlflow Orange

πŸ” Cybersecurity & Networking Tools

Wireshark Kali Linux Tails OS TOR I2P Tshark TCPdump Packet Tracer Cisco

πŸ’Ύ Databases & Web Development

MySQL MicrosoftSQLServer SQLite Django Qt Apache

πŸ–₯️ OS & Virtualization

Linux Windows CentOS macOS VirtualBox VMware Raspberry Pi

πŸ› οΈ Development, Design & Docs

Git GitHub Docker Windows Terminal Canva Adobe Photoshop Gimp Draw.io Prezi


πŸ“Š GitHub Statistics


πŸ’¬ Ask Me About
Cybersecurity Β· Machine Learning Β· IoT Security Β· Malware Analysis Β· Digital Forensics


πŸ† GitHub Achievements

GitHub Trophies


πŸ’­ Research Philosophy

In cybersecurity, the adversary only needs to be right once, but defenders must be right every time. With machine learning, we're leveling the playing field.


⭐️ From MrN3O | Last Updated: November 2025 | Built with πŸ’š and Matrix vibes..!

Popular repositories Loading

  1. MrN3O MrN3O Public

    🧠 AI/ML & Cybersecurity Researcher | Making machines smart enough to lock their own doors, just to stay safe from the code I wrote yesterday.

    2

  2. Terrorist-Attacks-Prediction-Using-the-Global-Terrorism-Database-GTD Terrorist-Attacks-Prediction-Using-the-Global-Terrorism-Database-GTD Public

    A machine learning project for predicting terrorist attacks using global terrorism data. It identifies attack types, weapons, targets, and responsible groups to assist security forces in rapid thre…

    Jupyter Notebook 2

  3. Automated-AI-Powered-APT-Group-Profiling Automated-AI-Powered-APT-Group-Profiling Public

    An AI-powered automated threat intelligence framework for profiling Advanced Persistent Threat (APT) groups using MITRE ATT&CK, malware, TTPs, campaigns, IOCs, and LLM-driven analysis.