Skip to content
View astha2310's full-sized avatar

Block or report astha2310

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

Hi, I'm Astha Patel 👋

M.S. Information Technology · Arizona State University · GPA 3.93
Security Analyst | Python · SQL · ELK Stack · AWS
Tempe, AZ · F-1 STEM OPT eligible · Open to full-time roles


About Me

I started my career as an Angular developer — writing the code that attackers love to exploit. That gave me something most analysts don't have: I understand the systems I'm securing from the inside.

From there I moved into security analysis at Kishor Steel Industries, monitoring infrastructure and conducting vulnerability assessments for a 200+ employee organization. Now completing my M.S. at ASU, I build hands-on security tools using real threat data and industry-standard tooling.


Projects

🛡️ CyberShield — Automated SOC Platform

Python · Flask · SQLite · AlienVault OTX · URLhaus · Feodo Tracker

A threat intelligence and detection platform that pulls live IOCs from 3 real industry feeds, stores 150,000+ real malicious indicators, cross-references IPs and domains against the threat database, and displays findings on a live Flask SOC dashboard. IP blocking is database-driven — designed to integrate with firewall APIs in production.

View Repository


🔍 Automated Vulnerability Scanner

Python · Nmap · NVD CVE API · ReportLab

Scans target systems for open ports and services, queries 347,000+ CVEs from the NVD database in real time, calculates risk ratings (Critical/High/Medium/Low), and auto-generates a professional PDF security assessment report.

View Repository


📊 Home Lab SIEM — ELK Stack

Elasticsearch · Logstash · Kibana · Filebeat · Kali Linux · Ubuntu Server

Built a fully functional SIEM on two virtual machines. Configured Filebeat agents to ship logs to Logstash, stored 26,000+ real security events in Elasticsearch, built live Kibana dashboards, and simulated real attacks (SSH brute force, port scanning) using Kali Linux. Detected 100% of simulated attack scenarios.

View Repository


Experience

Messaging Platform Support Assistant · Arizona State University · Sep 2025–May 2026
Angular Developer · Elegant MicroWeb · Jun 2023–May 2024
Security Analyst · Kishor Steel Industries · Jan 2022–May 2023


Certifications

  • AWS Academy Graduate — Cloud Security Foundations
  • AWS Educate — Getting Started with Security
  • Python (Basic) — HackerRank
  • Angular (Basic) — HackerRank
  • Learning ServiceNow

Tech Stack

Security: ELK Stack · Nmap · Hydra · Threat Intelligence · SIEM · Vulnerability Assessment
Languages: Python · SQL · JavaScript · Bash
Cloud: AWS
Tools: Kibana · Flask · Git · ServiceNow · VirtualBox · UTM


Connect

LinkedIn · [email protected]

Popular repositories Loading

  1. astha2310 astha2310 Public

    Config files for my GitHub profile.

  2. vulnerability-scanner vulnerability-scanner Public

    Automated vulnerability scanner with CVE lookup and PDF report generation

    Python

  3. cybershield cybershield Public

    Python

  4. home-lab-siem home-lab-siem Public

    Home lab SIEM built with ELK Stack — real threat detection with Kibana dashboards

    Shell

  5. phishing-email-analyzer phishing-email-analyzer Public

    ML-based phishing email detector built with Python, TF-IDF and Logistic Regression. Achieves 98% accuracy on 82,000+ emails.

    Jupyter Notebook

  6. fraud-detection fraud-detection Public

    Credit card fraud detection — analysis of 284,807 transactions with ML models achieving 97.66% AUC-ROC

    Python