Skip to content

Industrial Traffic Visualizer creates a DTMC and the corresponding graph of a trace with IEC104 traffic. Upon that it is possible to "train" the DTMC and test it agains another trace in order to view the differences/anomalies.

jjchromik/intravis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InTraVis

Industrial Traffic Visualizer creates a DTMC and the corresponding graph of a pcap-trace with IEC104 traffic. It was initially designed as a proof of concept for my bachelor thesis -- Sequence attacks on SCADA networks.

It can also export the resulting DTMC in XML format. Uppon the corresponding DTMC two minimizations(bisimulations) are supported. The first minimization merges all IOAs together, the second merges states with overlapping IOAs together.

NOTE: This tool has been intended for research purpose.

Usage

usage: __init__.py [-h] -t FILE -i IPs [-o OUTPUTFILE] [-x OUTPUTFILE]
                   [-b BISIMULATION] [-c] [-v FILE]

optional arguments:
  -h, --help       show this help message and exit
  -t FILE          train the DTMC with this file
  -i IPs           two IPs semi-colon seperated
  -o OUTPUTFILE    pdf outputfile
  -x OUTPUTFILE    xml outputfile
  -b BISIMULATION  use bisimulation. "0": no bisimulation(default), "1": merge
                   all IOAS, "2": merge overlapping IOAs
  -c               colored graph
  -v FILE          validate this trace against the training trace

Requirements

  1. pyshon3.x
  2. pyshark

About

Industrial Traffic Visualizer creates a DTMC and the corresponding graph of a trace with IEC104 traffic. Upon that it is possible to "train" the DTMC and test it agains another trace in order to view the differences/anomalies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages