An application to remotley check the uptime of Microsoft Defender for IoT network sensors using ping and ssh commands.
Features:
-encrypt credentials using AES
-reads encrypted file and preforms health check
-edit encrypted file in decryption editor
--pings sensor ip
--ssh's into admin account and runs "system sanity"
--su into cyberx account and runs "uptime"
-supports multiple sensors
-supports multiple languages
--open source language supprt: just create a .json folder in the format of the existing ones
-configure test parameters
-log and export results in .csv format
Credentials should be stored in a .json format such as in the example file
Then encrypt using the program before storing the outputted key in a secure location
(Best to practice is to delete the original .json and securley save the decryption key)
Click on download to get the installer
Alternativley:
Place the application, icon, .enc/.json files, and transaltions folder (contaning files) in the same directory
-> cd to the directory you have everything saved in and run build.py
(Read build guide.pdf more more details)
(as of version 2.0.0 you may need to put in translation files manually)
optimize boot speed
enhance logging capabilities (forwarding results to syslog, customizable output, etc.)
automatic mode to intergrate with task scheduler
ui improvments (settings panel, general overhaul)
more robust install/packaging script
hero icon