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

Block or report ashihh07

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.

Content in all repositories owned by your account will be closed.
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
ashihh07/README.md

Hey, I'm Ashik πŸ‘‹

Cybersecurity learner from Kerala, India

I document everything I learn β€” the wins, the labs, the rabbit holes.

LinkedIn TryHackMe Email Profile Views


About me

I got curious about how systems break before I ever thought about building them β€” that curiosity pulled me into cybersecurity. I'm a Plus Two Science graduate from Kerala, working toward my first role in the field, and I'm building my portfolio in the open: real tools, hands-on labs, and notes I actually use.


What I've completed

πŸŽ“ Google Cybersecurity Professional Certificate β€” βœ… All 8 courses done

See all courses
# Course Status
1 Foundations of Cybersecurity βœ… Done
2 Play It Safe: Manage Security Risks βœ… Done
3 Connect and Protect: Networks & Network Security βœ… Done
4 Tools of the Trade: Linux and SQL βœ… Done
5 Assets, Threats, and Vulnerabilities βœ… Done
6 Sound the Alarm: Detection and Response βœ… Done
7 Automate Cybersecurity Tasks with Python βœ… Done
8 Put It to Work: Prepare for Cybersecurity Jobs βœ… Done

Projects

Repo Description
πŸ” ssh-auth-monitor Real-time SSH auth log monitor β€” tails auth logs, detects brute-force attempts, flags repeated failed logins from the same IP, and logs alerts to CSV
🌐 network-connection-watcher Real-time network connection watcher β€” flags suspicious ports and possible beaconing behavior, logs alerts to CSV
🐧 linux-for-beginners A complete beginner-friendly Linux guide covering terminal navigation, files, permissions, package management, networking, shell scripting, and system administration
πŸ“˜ github-complete-guide-2026 A beginner-friendly handbook on Git fundamentals, version control, branching, pull requests, GitHub Pages, and open-source workflows

Currently learning

πŸ” TryHackMe β€” Working through hands-on labs and CTF-style rooms

TryHackMe Badge


Tools & skills

Python Linux Bash Networking SQL Git Wireshark SIEM


GitHub stats


Thanks for stopping by β€” feel free to connect on LinkedIn if you're on a similar journey!

Pinned Loading

  1. ssh-auth-monitor ssh-auth-monitor Public

    Real-time SSH auth log monitor with brute-force detection β€” tails auth logs, flags repeated failed logins from the same IP, and logs alerts to CSV.

    Python

  2. network-connection-watcher network-connection-watcher Public

    Real-time network connection watcher β€” flags suspicious ports and possible beaconing behavior, logs alerts to CSV.

    Python

  3. linux-for-beginners linux-for-beginners Public

    A complete beginner-friendly Linux guide from absolute basics to practical skills.

    1 1

  4. basic-python-for-beginners basic-python-for-beginners Public

    11-chapter beginner guide to core Python β€” from installation through OOP, file handling, and exceptions. Each chapter is a designed PDF with code examples, example Q&A, and a checklist.

  5. github-complete-guide-2026 github-complete-guide-2026 Public

    A beginner-friendly GitHub handbook covering Git fundamentals, version control, branching, pull requests, GitHub Pages, and open-source workflows.