Welcome Forums Integrations Cisco FirePower eStreamer

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1612
    Mike RiforgiateMike Riforgiate
    Keymaster

    On the Firepower Management Console

    • Log in and navigate to System -> Integrations -> eStreamer
    • Click Create Client
    • Enter the IP address of the WitFoo Precinct Streamer node or All-in-One Appliance
    • Set a password for the certificate
    • Save the certificate on your local machine as estreamer.pkcs12

    In the WitFoo Precinct web interface

    • Navigate to Admin -> Settings -> Cisco Firepower eStreamer
    • Input the server, port and password
    • Hit save

    SSH or Console into the WitFoo Precinct Processing node or All-in-One Appliance

    • Run sudo ./stop
    • Verify /data/ie exists and has 755 permissions with root as owner and group. If not, run sudo bash -c ‘mkdir -p /data/streamer && chown root:root /data/streamer && chmod 777 /data/streamer’
    • Run sudo rm -rf /data/streamer/estreamer.pkcs12
    • Run sudo rm -rf /data/streamer/estreamer-server.der

    Without closing the SSH/Console session, upload estreamer.pkcs12 to the WitFoo Precinct Processing node or All-in-One Appliance via SFTP (using witfooadmin credentials) to /home/witfooadmin.

    SSH or Console into the WitFoo Precinct Processing node or All-in-One Appliance

    • Run sudo cp /home/witfooadmin/estreamer.pkcs12 /data/streamer/estreamer.pkcs12
    • Run the following command replacing IPADDRESS_OF_FMC with the actual IP address of the FMC. This will download the server’s certificate for trust.

      sudo bash -c ‘echo “” | openssl s_client -connect IPADDRESS_OF_FMC:8302 -showcerts 2>/dev/null | openssl x509 -out certfile.txt && openssl x509 -in certfile.txt -outform der -out /data/streamer/estreamer-server.der’

    • Run ./start

    In the WitFoo Precinct web interface

    • At Reports -> Tool Efficiency Firepower should be displayed in less than 10 minutes.
    #2649
    Steven WhiteSteven White
    Participant

    Are there updated integration instructions. The web interface and cli commands on the witfoo appliance are not correct.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.