Skip to content
View AtulSharmx's full-sized avatar
💭
Just Chill....😁
💭
Just Chill....😁

Highlights

  • Pro

Block or report AtulSharmx

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

Hi, I'm Atul Sharma

BCA (Data Science) Student @ SGT University | Aspiring SOC Analyst


About Me

Second-year BCA student at SGT University, Gurugram, working toward a career as a SOC (Security Operations Center) Analyst.

I'm learning how attacks show up in logs and network traffic, and building small Python tools to detect them. I use Ubuntu Linux daily and practise with the terminal, Bash and Wireshark.

Projects

  • log-parser - Python tool that reads a Linux SSH auth.log, flags IPs with repeated failed logins (brute force, MITRE ATT&CK T1110), and warns when a flagged IP also logged in successfully.
  • File-Storage-System - FastAPI + AWS S3 file storage app (upload, search, sort, download, delete).
  • Weather-App, Bill-Splitter-Tip-Calculator - small front-end practice projects.

Currently Learning

  • Networking: TCP/IP, OSI model, DNS, DHCP, HTTP/HTTPS, subnetting, traffic analysis
  • Linux and tools: Ubuntu, command line, Bash scripting, Wireshark
  • Python for security scripting and automation

Skills & Tools

Python Networking Ubuntu Linux Wireshark Bash Git

GitHub Activity

github contribution grid snake animation

Connect with me

Portfolio LinkedIn Email

Pinned Loading

  1. File-Storage-System File-Storage-System Public

    A lightweight file storage web application built with FastAPI and AWS S3 for secure uploads, search, and file management.

    HTML 1

  2. AtulSharmx AtulSharmx Public

  3. log-parser log-parser Public

    Python tool that parses Linux SSH auth.log, flags brute-force IPs and successful logins from previously failing IPs (MITRE ATT&CK T1110).

    Python