intelmq.bots.collectors.shodan package

Submodules

intelmq.bots.collectors.shodan.collector_stream module

Parameters: * api_key: The API key

Selectors: The only possible selector is currently the country: * countries: A list of strings or a comma separated list with country codes

intelmq.bots.collectors.shodan.collector_stream.BOT

alias of ShodanStreamCollectorBot

class intelmq.bots.collectors.shodan.collector_stream.ShodanStreamCollectorBot(*args, **kwargs)

Bases: CollectorBot

Collect the Shodan stream from the Shodan API

api_key: str = '<INSERT your API key>'
countries: List[str] = []
init()
process()

Module contents