Skip to content

4piu/ics-data-collect-script

Repository files navigation

ics-data-collect-script

A tool set to collect data from a virtual ICS network

Dataset

Filename Description
KBD.csv key press and release events
M_CLK.csv mouse button click and release events
M_MOVE.csv mouse move events
M_SCR.csv mouse wheel scroll events
SCADA.csv SCADA system metrics
all-in-one.csv processed dataset including user input and system metrics

All-in-one.csv

Column Description
src source host of the data
timestamp unix timestamp
cpu_percent CPU utilization percentage (average all cores)
memory_percent Memory utilization percentage (excluding SWAP)
is_user_operating if the user is actively operating (filtered from user input with a sliding window)
is_attack labeled value if an attack is happening
other attributes see document of psutil

About

A tool set to collect data from a virtual ICS network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published