Skip to content

Releases: faucetsdn/poseidon

v0.10.1

13 Feb 20:42
fb45fb1
Compare
Choose a tag to compare
  • Linux arm7 and arm64 now supported via Docker.
  • NetworkML now run against combined pcap (one to many) rather than host to host
  • Add new gen_pcap_manifest.py script to aid curation of pcaps by MAC or IP.
  • Move to github actions rather than TravisCI.
  • Upgraded versions of NetworkML, CRViz and network-tools
  • New versions of mock, pytype, redis, pytest, grafana, urllib3, cmd2

v0.10.0

16 Jan 19:37
4e721c4
Compare
Choose a tag to compare

To install:

curl -L https://raw.githubusercontent.com/CyberReboot/poseidon/v0.10.0/bin/poseidon -o /usr/local/bin/poseidon
chmod +x /usr/local/bin/poseidon
poseidon install
poseidon start

If you previously installed Poseidon with the .deb package, please remove that first.

To upgrade:

curl -L https://raw.githubusercontent.com/CyberReboot/poseidon/v0.10.0/bin/poseidon -o /usr/local/bin/poseidon
chmod +x /usr/local/bin/poseidon
poseidon update
poseidon start

Changes:

  • Poseidon is now completely docker-compose only; remove all vestiges of vent. Pcap logs are now logged in /opt/poseidon_files not /opt/vent_files
  • New versions of pyyaml, pytype, cmd2, transitions, grafana, CRviz, network-tap, NetworkML, pcap-to-node-pcap, tcprewrite-dot1q, p0f

v0.9.0

02 Jan 19:16
15fcdcd
Compare
Choose a tag to compare

To install:

curl -L https://raw.githubusercontent.com/CyberReboot/poseidon/v0.9.0/bin/poseidon -o /usr/local/bin/poseidon
chmod +x /usr/local/bin/poseidon
poseidon install
poseidon start

If you previously installed Poseidon with the .deb package, please remove that first.

Changes:

  • Updated version of prometheus
  • Moved orchestrator from Vent to docker-compose
  • Removed .deb package now that it can be run with docker-compose

v0.8.1

19 Dec 16:31
06ffbdf
Compare
Choose a tag to compare
  • Updated versions of grafana, pytest, pytype, cmd2
  • Updated versions of NetworkML, CRviz, and vent-plugins

v0.8.0

05 Dec 17:37
7686673
Compare
Choose a tag to compare
  • Updated versions of grafana, pytest, cmd2, gunicorn, pytype, pyyaml

v0.7.9

22 Nov 13:13
94b5c8a
Compare
Choose a tag to compare
  • Updated versions of urllib3, prometheus, cmd2, pylint, and pytest
  • Added more documentation
  • Added extra protocol label field to CLI
  • Fixed missing event data for ACL history
  • Added more tests

v0.7.8

08 Nov 21:54
23188ff
Compare
Choose a tag to compare
  • Fix bug where jq wasn't already on the system installing the deb

v0.7.7

08 Nov 17:38
c407765
Compare
Choose a tag to compare

v0.7.7 (2019-11-08)

  • Updated versions grafana/grafana Docker tag
  • Added property audit logging for behavior and OS
  • Fixed pytype checks
  • Added mirror port checks

v0.7.6

25 Oct 15:33
6015123
Compare
Choose a tag to compare
  • Updated versions of redis, pytest, cmd2, grafana, prometheus, pylint, and pytype
  • Added volume for Faucet UDS
  • Added more files to ignore in Docker container
  • Added API endpoint to retrieve data by IP
  • Added ability to apply ACLs with RabbitMQ message
  • Ensure VLAN is a string
  • Persist Vent info in a volume

v0.7.5

11 Oct 20:44
aa7c5e5
Compare
Choose a tag to compare
  • Updated versions of prometheus, pytest-cov, pytest, grafana, and redis
  • Fixed some typos in the documentation
  • Added a warning about max time between investigations
  • Added ACLs to the CLI and the API
  • Using ipaddress library for ip addresses now
  • Added pytype checks
  • Fixed filtering for ipv4/ipv6 in the CLI