My Projects
PlanqX EDR
About PlanqX EDR
PlanqX EDR is an open-source Endpoint Detection and Response tool designed as an advanced antivirus solution. Built with a cloud-native architecture, it features a lightweight PlanqX Sensor that forwards system logs, telemetry, and data to a server. Monitoring both user and kernel modes as well as network-level activity, it employs techniques like API hooking, ELAM, ETW, and custom kernel drivers to detect low-level threats that bypass traditional defenses. With robust logging and alerting, it empowers incident response teams for effective threat resolution.
Key Features
- Real-Time Threat Detection: Identifies process injections, malware, and unauthorized access.
- Network Monitoring: Analyzes traffic to block malicious domains, IPs, and DDoS attempts.
- Scalability: Manages over 5,000 endpoints without performance loss.
- Exploit Suggestor: Detects vulnerabilities using CVE, Exploit DB, and IOCs, suggesting patches via RPC/WMI.

Windows Authenticator
About
The Windows Authenticator is a security script adding an extra authentication layer to PowerShell and Command Prompt. It enhances Windows security by requiring credential validation before granting access to sensitive operations, mimicking Linux’s sudo-like functionality.
How It Works
- Registry Configuration: Sets access control via registry keys.
- User Authentication: Prompts for credentials on access attempts.
- Credential Validation: Verifies against stored credentials.
- Access Control: Grants or denies access based on validation.

Vulnerability Scanner
About
A Python-based vulnerability scanner designed to identify system weaknesses across Windows and Linux. Leveraging external APIs and CVE databases, it scans configurations, firewall settings, ports, BIOS, secure boot, files, applications, and kernel status to detect vulnerabilities and suggest patches.
Key Features
- Vulnerability Detection: Uses APIs and CVE data for patch suggestions.
- Cross-Platform: Operates seamlessly on Windows and Linux.
- User-Friendly: Simple design for broad accessibility.

Explore more of my work on GitHub.