mbolli / nfsen-ng

Responsive NetFlow visualizer built on top of nfdump tools.
Apache License 2.0
231 stars 43 forks source link

Netbox integration for IP lookup #112

Open rubydhash opened 1 month ago

rubydhash commented 1 month ago

The IP lookup through WHOIS is very useful; however, for internal IPs, it would be great to query the NetBox API to retrieve IP context. Is that already possible, or would it need to be implemented?

mbolli commented 1 month ago

Sounds like a good idea. This would need to be implemented. The logic is here: https://github.com/mbolli/nfsen-ng/blob/429bd668360831ecafbb9a3a6bf4a73b53c0b2a5/frontend/js/nfsen-ng.js#L18-L64

Optimally this would be opt-in via settings file.