Cyber Issues - sofwerx/mad-jack GitHub Wiki
Issue 1: The daily pcap dumps became larger each day eventually filling the entire hard drive and causing the laptop to become unresponsive.
Solution
-
Forwarded pcap data to secondary internal laptop hard drive.
-
Added an external hard drive.
-
A curator container was added that expires all pcap data older than 7 days (therefore preventing the hard drives from becoming full.)
Issue 2: AP syslog does not log web interface logon attempts.
Solution
Called the manufacturer (Arachnis) and they said that these events are not logged. They said that they will submit a request to potentially add this feature in the future.
Issue 3: Setinl Watcher menu options do not show in the Firefox browser.
Solution
Use the Chrome browser. All menu options will now show.
Issue 4: Received a "Headless Error" command failure when trying to run a watcher.
Solution
This can be resolved by installing the following:
-
Install "ss" command.
a. Open a terminal window
b. Type "sudo yum install –y iproute"
-
Install PhantomJS