FILE://PROJECTS

R&D Index

7 repositories tracked

Project repositories

Here are some of my notable projects spanning cybersecurity, scientific visualization, and quantum computing. My work explores threat intelligence, security automation, GPU-powered simulations, and quantum algorithms.

Flowfield strange attractor visualization

/flowfield

Flowfield ‐ Strange Attractor Visualizer

Type: WebGPU · Lang: TypeScript · Lib: Three.js

A GPU-powered visualizer that animates up to one million particles across nine chaotic dynamical systems, with a WebGL2 fallback for broader browser support.

Scientific Visualization WebGPU Three.js TypeScript
MCP Virus Total Server

/MCP-VirusTotal

MCP Virus Total Server

Threat Intelligence · MCP Server

An MCP (Model Context Protocol) server that provides threat intelligence lookups against VirusTotal.

Threat Intelligence VirusTotal MCP Automation
PE Malware Analyzer

/Malware_PE_analyzer

PE Malware Analyzer

Python · Offline Analysis

A Python tool for static analysis of Windows PE files. Generates detailed HTML reports, performs YARA scanning and works completely offline.

Malware Analysis PE Files YARA Python
MCP AbuseIPDB Server

/AbuseIPDB-MCP

MCP AbuseIPDB Server

Python · MCP Server

An MCP (Model Context Protocol) server that provides threat intelligence lookups against the AbuseIPDB database.

Threat Intelligence AbuseIPDB MCP Python
XDR IOC Uploader

/CortexXDR-IoC-Uploader

XDR IOC Uploader

Python · CLI Tool

CLI tool to validate and upload IOC CSV/JSON files to Cortex XDR.

Cortex XDR Automation Threat Hunting Python
Quantum Random Number Generator

/QuantumRand Experimental

Quantum Random Number Generator

Python · Qiskit · Flask

A quantum random number generator using Qiskit and a web interface built with Flask, the project that implements a Quantum Random Number Generator (QRNG) using Qiskit and compares it with classical random number generation using Python's built-in random module.

Quantum Computing Python Automation
Grover's Algorithm

/GroverAlgorithm Experimental

Grover's Algorithm

Python · Jupyter Notebook

Grover's Algorithm using Qiskit, focusing on performance optimization. The implementation demonstrates quantum speedup for unstructured search problems and is validated on simulators.

Quantum Computing Python Quantum Algorithms