idaholab / Malcolm

Malcolm is a powerful, easily deployable network traffic analysis tool suite for full packet capture artifacts (PCAP files), Zeek logs and Suricata alerts.
https://idaholab.github.io/Malcolm/
Other
349 stars 59 forks source link

add more vendors to NetBox manufacturers list #228

Closed mmguero closed 1 year ago

mmguero commented 1 year ago

We need to add more vendors to the list of NetBox manufacturers.

This will probably need to be done similar to how the device roles are imported on startup.

If we end up adding actual device types, we should add them to netbox-community/devicetype-library via pull request.

Minimally we should look at the ICS vendors. We should also just go through a big PCAP set and turn on NetBox auto populate and look for what shows up as "Unspecified."

mmguero commented 1 year ago

Just saw this project https://github.com/tobiasge/netbox-initializers, it might make more sense to use something like this which supports initializers for all sorts of data (we could replace what we're doing with the other roles, etc. to use this as well).