certtools / intelmq

IntelMQ is a solution for IT security teams for collecting and processing security feeds using a message queuing protocol.
https://docs.intelmq.org/latest/
GNU Affero General Public License v3.0
972 stars 295 forks source link

CLI command in ShadowServer API collector/parser to list available report types #2487

Open kamil-certat opened 6 months ago

kamil-certat commented 6 months ago

It would be nice to have a command to get (from schema or maybe better online from reports/list) types of reports we can subscribe to. Currently, there is no easy place to see the correct names

sebix commented 6 months ago

There's an existing program for that purpose, provided by ShadowServer themselves: https://github.com/The-Shadowserver-Foundation/api_utils/wiki/API:-Reports-Query#reportslist

kamil-certat commented 6 months ago

I know, I just think it would be helpful when you could do it without using external programs, only using what you currently have in place