Skip to content

DIMScern a Framework for Discerning DIMSE Services on Remote Medical Devices

Notifications You must be signed in to change notification settings

CASO-Lab/DIMScern

Repository files navigation

DIMScern

DIMScern is a software framework designed to identify the DIMSE(DICOM Message Service Element) services of remote medical devices. This framework sends specially crafted packets and analyzes the response packets to automatically identify all SOP(Service-Object Pair) class UIDs supported by the target.


Directory structure of the DIMScern

.
├── Inputs
│   └── SOP_UID.txt
├── Logs                (If you didn't run the main script, it doesn't exist.)
│   └── DIMScern_log.txt
├── Outputs             (If you didn't run the main script, it doesn't exist.)
│   └── [Target]_sop_uid_accept.txt
├── README.md
├── discerning.py
├── main.py
├── packet_generation.py
└── sop_target.cfg

3 directory, 8 files
Usage : python3 main.py -c sop_target.cfg
  • If you want to run DIMScern on another target, just define the target's name, ip, port, and Called_AE_Title in "sop_target.cfg".
  • The SOP Class UIDs in our input "SOP_UID.txt" are a list obtained from the DICOM standards PS 3.4, PS 3.6.

<Targets download URL>



Citing our paper

@article{kim2024dimscern,
title={DIMScern: A Framework for Discerning DIMSE Services on Remote Medical Devices},
author={Kim, Gunhee and Kim, Dohyun and Seo, Jeonghun and Lee, Seyoung and Song, Wonjun},
journal={Sensors (Basel, Switzerland)},
volume={24},
number={23},
pages={7470},
year={2024}
}

About

DIMScern a Framework for Discerning DIMSE Services on Remote Medical Devices

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages