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

  1. Forwarded pcap data to secondary internal laptop hard drive.

  2. Added an external hard drive.

  3. 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:

  1. Install "ss" command.

    a. Open a terminal window

    b. Type "sudo yum install –y iproute"

  2. Install PhantomJS