Feb 5 · 4 min read · Today, we are going to re-investigate SOC146 – Phishing Mail Detected (Excel 4.0 Macros).This alert is particularly interesting because I had investigated it almost a year ago, and revisiting it now helps reinforce how phishing investigations evolve ...
Join discussion
Feb 1 · 4 min read · What actually happens when you type google.com and press enter? Think of your browser as a mini-factory inside your computer. When you enter a URL, this factory springs into action with multiple specialized teams working together to build the web-pag...
Join discussionFeb 1 · 4 min read · The Internet’s Shipping Problem Imagine you need to send 100 books to a friend. You have two shipping options: Option A (TCP): The courier checks each book, confirms delivery, and resends any lost books. Slow but guaranteed. Option B (UDP): You thr...
Join discussionJan 30 · 4 min read · The Pendrive Nightmare We All Lived Through Imagine this: You are working on a college project with three friends. You have the “final“ version on your pendrive. Sarah takes it home, makes changes, saves it as “final_v2“. Raj adds his par, calls it “...
Join discussionJan 17 · 4 min read · 1. What is Git? Git is a Distributed Version Control System (VCS) used to manage and track changes in code. In simple terms, Git helps you save different versions of your project so you can return to them whenever needed. A Simple Analogy Imagine wor...
Join discussionJan 16 · 4 min read · Week 6 was all about bringing CodeAtlas to life on the frontend. After stabilizing the backend and data pipelines last week, I finally started visualizing the data—turning raw Neo4j relationships into an interactive graph UI. This week had some satis...
Join discussion
Jan 16 · 3 min read · IntroductionI’ve recently started my Kubernetes learning journey, and instead of waiting until I “know everything,” I decided to document my learnings from day one. This helps me solidify concepts and might also help others who are just getting start...
Join discussionJan 10 · 6 min read · Introduction (Why This Matters) Git is a version control system that helps developers collaborate and keep track of all the changes made in the code over time. Git stores the project data such as who authored the commit and the timestamp of the commi...
Join discussion
Jan 6 · 1 min read · Day 6 – Learning Cybersecurity: Processes, Threads, and System Calls 🔄 Today I learned how the operating system creates, manages, and switches between processes and threads. Topics I covered today: • Context switching • Process creation • Process te...
Join discussion