Skip to content

Releases: shaan3000/dicomghost

MediHunt v0.1.0 — Initial Release

15 Mar 18:22

Choose a tag to compare

MediHunt v0.1.0 — Initial Release

First public release of MediHunt — a passive medical device network traffic analyzer for security assessments.

What's included

  • DICOM protocol parser (C-FIND, C-STORE, Association detection)
  • HL7 v2 / MLLP parser (PHI extraction from PID segments)
  • FHIR REST API parser (HTTP exposure, Bearer token detection)
  • Medical device fingerprinting from traffic patterns
  • PHI regex detector (SSN, MRN, DOB, ICD-10)
  • Network anomaly detection (Telnet, FTP, external IP communication)
  • CLI with text and JSON output
  • Full test suite (38 tests)

Install

git clone https://github.com/shaan3000/medihunt.git
cd medihunt
pip install -r requirements.txt

Usage

python medihunt.py --pcap capture.pcap