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

Block or report Alisha-chaudhary

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

Alisha Chaudhary

Cybersecurity Analyst · Vulnerability Research · Threat Intelligence · Detection Engineering · Security Automation

Hyderabad, India · LinkedIn · alisha.cybersec@gmail.com

Python Splunk / SPL MITRE ATT&CK NIST CSF OWASP Top 10 Kali Ubuntu


About

I build practical cybersecurity tools and investigate vulnerabilities through controlled experimentation, security telemetry analysis, and vulnerability intelligence.

My work spans vulnerability assessment, CVE research, threat intelligence, detection engineering, phishing/BEC investigation, and security automation. I focus on making findings reproducible, evidence-based, and useful for defensive decisions.


Featured Projects

🕵️ PhishMind · Phishing/BEC Investigation Platform

Python EML Analysis SPF/DKIM/DMARC MITRE ATT&CK

A Python investigation platform for phishing and BEC email analysis. It extracts evidence from email structure, authentication results, URLs, domains, IPs, and other indicators, then applies a deterministic risk engine for verdict, severity, confidence, and ATT&CK mapping. AI is used only as an explanation layer and does not make or override the security decision.

Kali Windows Sysmon Splunk SPL MITRE ATT&CK

Built a two-system Windows/Kali lab to simulate reconnaissance, SMB enumeration/authentication attempts, PowerShell execution, and scheduled-task persistence. Investigated Sysmon telemetry in Splunk, built 10+ SPL detections, worked with raw Sysmon XML when field extraction was insufficient, and identified a Windows Firewall telemetry forwarding gap.

🔍 ThreatLens · Vulnerability Assessment & Security Validation

Python NVD API nmap theHarvester testssl.sh GitHub Actions

A modular vulnerability assessment platform combining parallel reconnaissance, CVE intelligence, cross-tool correlation, weighted risk scoring, and PDF/HTML/JSON reporting.

Its security-validation pipeline adds Software Composition Analysis with pip-audit, then enriches findings with CVSS, EPSS, and CISA KEV intelligence before applying a deterministic security gate with explicit CRITICAL/HIGH/KEV and enrichment-failure policies.

🔐 ssh-enum · Statistical Validation of CVE-2016-6210

Python OpenSSH Welch's t-test Cohen's d

Re-tested the OpenSSH username-enumeration timing side-channel on a modern default-hardened Ubuntu Server. Applied statistical testing to authentication-timing data and documented the absence of a useful practical signal under the tested conditions.

CVSS MITRE ATT&CK IOCs

Technical vulnerability research covering CVSS assessment, ATT&CK mapping, exploitation context, indicators of compromise, detection opportunities, and defensive recommendations.


Research

Co-author, Artificial Intelligence in Aging Research: Advanced Models for Detecting and Targeting Cellular Senescence — Madhya Bharti Journal (UGC CARE Group I), 2025.


Certification

Google Cybersecurity Professional Certificate · 2026


Focus Areas

Vulnerability Research · Threat Intelligence · SOC Detection · Security Automation · CVE Analysis · Security Engineering

Open to conversations and opportunities in cybersecurity analysis, threat intelligence, vulnerability management, security operations, and detection engineering.

Pinned Loading

  1. Alisha-Chaudhary Alisha-Chaudhary Public

    1

  2. SOC-Detection-Telemetry-Investigation-Lab SOC-Detection-Telemetry-Investigation-Lab Public

    SOC Detection Lab: A self-built SOC environment in which a simulated attack against a Windows endpoint is captured with Sysmon, forwarded to Splunk, and investigated using custom SPL detections map…

  3. ThreatLens ThreatLens Public

    A modular, professional-grade security reconnaissance tool built in Python. Performs OSINT, port scanning, SSL analysis, header inspection, DNS checks, tech fingerprinting and CVE lookup, all in pa…

    Python

  4. PhishMind PhishMind Public

    Python

  5. cve-threat-intel-reports cve-threat-intel-reports Public

  6. ssh-enum ssh-enum Public

    This project explores whether modern OpenSSH reveals valid usernames through subtle response or timing differences. CVE-2016-6210 user enumeration investigation ( Welch's t-test, Cohen's d, and det…

    Python