Data Feeds¶
The available feeds are grouped by the provider of the feeds. For each feed the collector and parser that can be used is documented as well as any feed-specific parameters. To add feeds to this file add them to intelmq/etc/feeds.yaml and then rebuild the documentation.
Contents
- Data Feeds
- Abuse.ch
- AlienVault
- AnubisNetworks
- Bambenek
- Benkow
- Blocklist.de
- Blueliv
- CERT-Bund
- CERT.PL
- CINS Army
- CZ.NIC
- Calidog
- CleanMX
- CyberCrime Tracker
- Danger Rulez
- Dataplane
- ESET
- Fireeye
- Fraunhofer
- Have I Been Pwned
- MalwarePatrol
- MalwareURL
- McAfee Advanced Threat Defense
- Microsoft
- Netlab 360
- OpenPhish
- PhishTank
- PrecisionSec
- Shadowserver
- Shodan
- Spamhaus
- Strangereal Intel
- Sucuri
- Surbl
- Team Cymru
- Threatminer
- Turris
- University of Toulouse
- VXVault
- ViriBack
- WebInspektor
- ZoneH
- cAPTure
Abuse.ch¶
Feodo Tracker¶
- Public: yes
- Revision: 2022-11-15
- Documentation: https://feodotracker.abuse.ch/
- Description: List of botnet Command & Control servers (C&Cs) tracked by Feodo Tracker, associated with Dridex and Emotet (aka Heodo).
- Additional Information: https://feodotracker.abuse.ch/ The data in the column Last Online is used for time.source if available, with 00:00 as time. Otherwise first seen is used as time.source.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://feodotracker.abuse.ch/downloads/ipblocklist.jsonname:Feodo Trackerprovider:Abuse.chrate_limit:3600
Parser
- Module: intelmq.bots.parsers.abusech.parser_feodotracker
- Configuration Parameters:
URLhaus¶
- Public: yes
- Revision: 2020-07-07
- Documentation: https://urlhaus.abuse.ch/feeds/
- Description: URLhaus is a project from abuse.ch with the goal of sharing malicious URLs that are being used for malware distribution. URLhaus offers a country, ASN (AS number) and Top Level Domain (TLD) feed for network operators / Internet Service Providers (ISPs), Computer Emergency Response Teams (CERTs) and domain registries.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://urlhaus.abuse.ch/feeds/tld/<TLD>/, https://urlhaus.abuse.ch/feeds/country/<CC>/, or https://urlhaus.abuse.ch/feeds/asn/<ASN>/name:URLhausprovider:Abuse.chrate_limit:86400
Parser
- Module: intelmq.bots.parsers.generic.parser_csv
- Configuration Parameters:
columns:["time.source", "source.url", "status", "classification.type|__IGNORE__", "source.fqdn|__IGNORE__", "source.ip", "source.asn", "source.geolocation.cc"]default_url_protocol:http://delimiter:,skip_header:Falsetype_translation:{"malware_download": "malware-distribution"}
AlienVault¶
OTX¶
- Public: no
- Revision: 2018-01-20
- Documentation: https://otx.alienvault.com/
- Description: AlienVault OTX Collector is the bot responsible to get the report through the API. Report could vary according to subscriptions.
Collector
- Module: intelmq.bots.collectors.alienvault_otx.collector
- Configuration Parameters:
api_key:{{ your API key }}name:OTXprovider:AlienVault
Parser
- Module: intelmq.bots.parsers.alienvault.parser_otx
- Configuration Parameters:
Reputation List¶
- Public: yes
- Revision: 2018-01-20
- Description: List of malicious IPs.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://reputation.alienvault.com/reputation.dataname:Reputation Listprovider:AlienVaultrate_limit:3600
Parser
- Module: intelmq.bots.parsers.alienvault.parser
- Configuration Parameters:
AnubisNetworks¶
Cyberfeed Stream¶
- Public: no
- Revision: 2020-06-15
- Documentation: https://www.anubisnetworks.com/ https://www.bitsight.com/
- Description: Fetches and parsers the Cyberfeed data stream.
Collector
- Module: intelmq.bots.collectors.http.collector_http_stream
- Configuration Parameters:
http_url:https://prod.cyberfeed.net/stream?key={{ your API key }}name:Cyberfeed Streamprovider:AnubisNetworksstrip_lines:true
Parser
- Module: intelmq.bots.parsers.anubisnetworks.parser
- Configuration Parameters:
use_malware_familiy_as_classification_identifier:True
Bambenek¶
C2 Domains¶
- Public: no
- Revision: 2018-01-20
- Documentation: https://osint.bambenekconsulting.com/feeds/
- Description: Master Feed of known, active and non-sinkholed C&Cs domain names. Requires access credentials.
- Additional Information: License: https://osint.bambenekconsulting.com/license.txt
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_password:__PASSWORD__http_url:https://faf.bambenekconsulting.com/feeds/c2-dommasterlist.txthttp_username:__USERNAME__name:C2 Domainsprovider:Bambenekrate_limit:3600
Parser
- Module: intelmq.bots.parsers.bambenek.parser
- Configuration Parameters:
C2 IPs¶
- Public: no
- Revision: 2018-01-20
- Documentation: https://osint.bambenekconsulting.com/feeds/
- Description: Master Feed of known, active and non-sinkholed C&Cs IP addresses. Requires access credentials.
- Additional Information: License: https://osint.bambenekconsulting.com/license.txt
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_password:__PASSWORD__http_url:https://faf.bambenekconsulting.com/feeds/c2-ipmasterlist.txthttp_username:__USERNAME__name:C2 IPsprovider:Bambenekrate_limit:3600
Parser
- Module: intelmq.bots.parsers.bambenek.parser
- Configuration Parameters:
DGA Domains¶
- Public: yes
- Revision: 2018-01-20
- Documentation: https://osint.bambenekconsulting.com/feeds/
- Description: Domain feed of known DGA domains from -2 to +3 days
- Additional Information: License: https://osint.bambenekconsulting.com/license.txt
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://faf.bambenekconsulting.com/feeds/dga-feed.txtname:DGA Domainsprovider:Bambenekrate_limit:3600
Parser
- Module: intelmq.bots.parsers.bambenek.parser
- Configuration Parameters:
Benkow¶
Malware Panels Tracker¶
- Public: yes
- Revision: 2022-11-16
- Description: Benkow Panels tracker is a list of fresh panel from various malware. The feed is available on the webpage: http://benkow.cc/passwords.php
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:http://benkow.cc/export.phpname:Malware Panels Trackerprovider:Benkow
Parser
- Module: intelmq.bots.parsers.generic.parser_csv
- Configuration Parameters:
columns:["__IGNORE__", "malware.name", "source.url", "source.fqdn|source.ip", "time.source"]columns_required:[false, true, true, false, true]defaults_fields:{'classification.type': 'c2-server'}delimiter:;skip_header:True
Blocklist.de¶
Apache¶
- Public: yes
- Revision: 2018-01-20
- Documentation: http://www.blocklist.de/en/export.html
- Description: Blocklist.DE Apache Collector is the bot responsible to get the report from source of information. All IP addresses which have been reported within the last 48 hours as having run attacks on the service Apache, Apache-DDOS, RFI-Attacks.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://lists.blocklist.de/lists/apache.txtname:Apacheprovider:Blocklist.derate_limit:86400
Parser
- Module: intelmq.bots.parsers.blocklistde.parser
- Configuration Parameters:
Bots¶
- Public: yes
- Revision: 2018-01-20
- Documentation: http://www.blocklist.de/en/export.html
- Description: Blocklist.DE Bots Collector is the bot responsible to get the report from source of information. All IP addresses which have been reported within the last 48 hours as having run attacks attacks on the RFI-Attacks, REG-Bots, IRC-Bots or BadBots (BadBots = he has posted a Spam-Comment on a open Forum or Wiki).
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://lists.blocklist.de/lists/bots.txtname:Botsprovider:Blocklist.derate_limit:86400
Parser
- Module: intelmq.bots.parsers.blocklistde.parser
- Configuration Parameters:
Brute-force Logins¶
- Public: yes
- Revision: 2018-01-20
- Documentation: http://www.blocklist.de/en/export.html
- Description: Blocklist.DE Brute-force Login Collector is the bot responsible to get the report from source of information. All IPs which attacks Joomlas, Wordpress and other Web-Logins with Brute-Force Logins.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://lists.blocklist.de/lists/bruteforcelogin.txtname:Brute-force Loginsprovider:Blocklist.derate_limit:86400
Parser
- Module: intelmq.bots.parsers.blocklistde.parser
- Configuration Parameters:
FTP¶
- Public: yes
- Revision: 2018-01-20
- Documentation: http://www.blocklist.de/en/export.html
- Description: Blocklist.DE FTP Collector is the bot responsible to get the report from source of information. All IP addresses which have been reported within the last 48 hours for attacks on the Service FTP.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://lists.blocklist.de/lists/ftp.txtname:FTPprovider:Blocklist.derate_limit:86400
Parser
- Module: intelmq.bots.parsers.blocklistde.parser
- Configuration Parameters:
IMAP¶
- Public: yes
- Revision: 2018-01-20
- Documentation: http://www.blocklist.de/en/export.html
- Description: Blocklist.DE IMAP Collector is the bot responsible to get the report from source of information. All IP addresses which have been reported within the last 48 hours for attacks on the service like IMAP, SASL, POP3, etc.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://lists.blocklist.de/lists/imap.txtname:IMAPprovider:Blocklist.derate_limit:86400
Parser
- Module: intelmq.bots.parsers.blocklistde.parser
- Configuration Parameters:
IRC Bots¶
- Public: yes
- Revision: 2018-01-20
- Documentation: http://www.blocklist.de/en/export.html
- Description: No description provided by feed provider.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://lists.blocklist.de/lists/ircbot.txtname:IRC Botsprovider:Blocklist.derate_limit:86400
Parser
- Module: intelmq.bots.parsers.blocklistde.parser
- Configuration Parameters:
Mail¶
- Public: yes
- Revision: 2018-01-20
- Documentation: http://www.blocklist.de/en/export.html
- Description: Blocklist.DE Mail Collector is the bot responsible to get the report from source of information. All IP addresses which have been reported within the last 48 hours as having run attacks on the service Mail, Postfix.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://lists.blocklist.de/lists/mail.txtname:Mailprovider:Blocklist.derate_limit:86400
Parser
- Module: intelmq.bots.parsers.blocklistde.parser
- Configuration Parameters:
SIP¶
- Public: yes
- Revision: 2018-01-20
- Documentation: http://www.blocklist.de/en/export.html
- Description: Blocklist.DE SIP Collector is the bot responsible to get the report from source of information. All IP addresses that tried to login in a SIP-, VOIP- or Asterisk-Server and are included in the IPs-List from http://www.infiltrated.net/ (Twitter).
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://lists.blocklist.de/lists/sip.txtname:SIPprovider:Blocklist.derate_limit:86400
Parser
- Module: intelmq.bots.parsers.blocklistde.parser
- Configuration Parameters:
SSH¶
- Public: yes
- Revision: 2018-01-20
- Documentation: http://www.blocklist.de/en/export.html
- Description: Blocklist.DE SSH Collector is the bot responsible to get the report from source of information. All IP addresses which have been reported within the last 48 hours as having run attacks on the service SSH.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://lists.blocklist.de/lists/ssh.txtname:SSHprovider:Blocklist.derate_limit:86400
Parser
- Module: intelmq.bots.parsers.blocklistde.parser
- Configuration Parameters:
Strong IPs¶
- Public: yes
- Revision: 2018-01-20
- Documentation: http://www.blocklist.de/en/export.html
- Description: Blocklist.DE Strong IPs Collector is the bot responsible to get the report from source of information. All IPs which are older then 2 month and have more then 5.000 attacks.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://lists.blocklist.de/lists/strongips.txtname:Strong IPsprovider:Blocklist.derate_limit:86400
Parser
- Module: intelmq.bots.parsers.blocklistde.parser
- Configuration Parameters:
Blueliv¶
CrimeServer¶
- Public: no
- Revision: 2018-01-20
- Documentation: https://www.blueliv.com/
- Description: Blueliv Crimeserver Collector is the bot responsible to get the report through the API.
- Additional Information: The service uses a different API for free users and paying subscribers. In ‘CrimeServer’ feed the difference lies in the data points present in the feed. The non-free API available from Blueliv contains, for this specific feed, following extra fields not present in the free API; “_id” - Internal unique ID “subType” - Subtype of the Crime Server “countryName” - Country name where the Crime Server is located, in English “city” - City where the Crime Server is located “domain” - Domain of the Crime Server “host” - Host of the Crime Server “createdAt” - Date when the Crime Server was added to Blueliv CrimeServer database “asnCidr” - Range of IPs that belong to an ISP (registered via Autonomous System Number (ASN)) “asnId” - Identifier of an ISP registered via ASN “asnDesc” Description of the ISP registered via ASN
Collector
- Module: intelmq.bots.collectors.blueliv.collector_crimeserver
- Configuration Parameters:
api_key:__APIKEY__name:CrimeServerprovider:Bluelivrate_limit:3600
Parser
- Module: intelmq.bots.parsers.blueliv.parser_crimeserver
- Configuration Parameters:
CERT-Bund¶
CB-Report Malware infections via IMAP¶
- Public: no
- Revision: 2020-08-20
- Description: CERT-Bund sends reports for the malware-infected hosts.
- Additional Information: Traffic from malware related hosts contacting command-and-control servers is caught and sent to national CERT teams. There are two e-mail feeds with identical CSV structure – one reports on general malware infections, the other on the Avalanche botnet.
Collector
- Module: intelmq.bots.collectors.mail.collector_mail_attach
- Configuration Parameters:
attach_regex:events.csvextract_files:Falsefolder:INBOXmail_host:__HOST__mail_password:__PASSWORD__mail_ssl:Truemail_user:__USERNAME__name:CB-Report Malware infections via IMAPprovider:CERT-Bundrate_limit:86400subject_regex:^\\[CB-Report#.* Malware infections (\\(Avalanche\\) )?in country
Parser
- Module: intelmq.bots.parsers.generic.parser_csv
- Configuration Parameters:
columns:["source.asn", "source.ip", "time.source", "classification.type", "malware.name", "source.port", "destination.ip", "destination.port", "destination.fqdn", "protocol.transport"]default_url_protocol:http://defaults_fields:{'classification.type': 'infected-system'}delimiter:,skip_header:Truetime_format:from_format|%Y-%m-%d %H:%M:%S
CERT.PL¶
N6 Stomp Stream¶
- Public: no
- Revision: 2018-01-20
- Documentation: https://n6.cert.pl/en/
- Description: N6 Collector - CERT.pl’s N6 Collector - N6 feed via STOMP interface. Note that rate_limit does not apply for this bot as it is waiting for messages on a stream.
- Additional Information: Contact cert.pl to get access to the feed.
Collector
- Module: intelmq.bots.collectors.stomp.collector
- Configuration Parameters:
exchange:{insert your exchange point as given by CERT.pl}name:N6 Stomp Streamport:61614provider:CERT.PLserver:n6stream.cert.plssl_ca_certificate:{insert path to CA file for CERT.pl's n6}ssl_client_certificate:{insert path to client cert file for CERTpl's n6}ssl_client_certificate_key:{insert path to client cert key file for CERT.pl's n6}
Parser
- Module: intelmq.bots.parsers.n6.parser_n6stomp
- Configuration Parameters:
CINS Army¶
CINS Army List¶
- Public: yes
- Revision: 2018-01-20
- Documentation: https://cinsscore.com/#list
- Description: The CINS Army (CIArmy.com) list is a subset of the CINS Active Threat Intelligence ruleset, and consists of IP addresses that meet one of two basic criteria: 1) The IP’s recent Rogue Packet score factor is very poor, or 2) The IP has tripped a designated number of ‘trusted’ alerts across a given number of our Sentinels deployed around the world.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:http://cinsscore.com/list/ci-badguys.txtname:CINS Army Listprovider:CINS Armyrate_limit:3600
Parser
- Module: intelmq.bots.parsers.ci_army.parser
- Configuration Parameters:
CZ.NIC¶
HaaS¶
- Public: yes
- Revision: 2020-07-22
- Documentation: https://haas.nic.cz/
- Description: SSH attackers against HaaS (Honeypot as a Service) provided by CZ.NIC, z.s.p.o. The dump is published once a day.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
extract_files:Truehttp_url:https://haas.nic.cz/stats/export/{time[%Y/%m/%Y-%m-%d]}.json.gzhttp_url_formatting:{'days': -1}rate_limit:86400
Parser
- Module: intelmq.bots.parsers.cznic.parser_haas
- Configuration Parameters:
Proki¶
- Public: no
- Revision: 2020-08-17
- Documentation: https://csirt.cz/en/proki/
- Description: Aggregation of various sources on malicious IP addresses (malware spreaders or C&C servers).
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://proki.csirt.cz/api/1/__APIKEY__/data/day/{time[%Y/%m/%d]}http_url_formatting:{'days': -1}name:Prokiprovider:CZ.NICrate_limit:86400
Parser
- Module: intelmq.bots.parsers.cznic.parser_proki
- Configuration Parameters:
Calidog¶
CertStream¶
- Public: yes
- Revision: 2018-06-15
- Documentation: https://medium.com/cali-dog-security/introducing-certstream-3fc13bb98067
- Description: HTTP Websocket Stream from certstream.calidog.io providing data from Certificate Transparency Logs.
- Additional Information: Be aware that this feed provides a lot of data and may overload your system quickly.
Collector
- Module: intelmq.bots.collectors.calidog.collector_certstream
- Configuration Parameters:
name:CertStreamprovider:Calidog
Parser
- Module: intelmq.bots.parsers.calidog.parser_certstream
- Configuration Parameters:
CleanMX¶
Phishing¶
- Public: no
- Revision: 2018-01-20
- Documentation: http://clean-mx.de/
- Description: In order to download the CleanMX feed you need to use a custom user agent and register that user agent.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_timeout_sec:120http_url:http://support.clean-mx.de/clean-mx/xmlphishing?response=alive&domain=http_user_agent:{{ your user agent }}name:Phishingprovider:CleanMXrate_limit:86400
Parser
- Module: intelmq.bots.parsers.cleanmx.parser
- Configuration Parameters:
Virus¶
- Public: no
- Revision: 2018-01-20
- Documentation: http://clean-mx.de/
- Description: In order to download the CleanMX feed you need to use a custom user agent and register that user agent.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_timeout_sec:120http_url:http://support.clean-mx.de/clean-mx/xmlviruses?response=alive&domain=http_user_agent:{{ your user agent }}name:Virusprovider:CleanMXrate_limit:86400
Parser
- Module: intelmq.bots.parsers.cleanmx.parser
- Configuration Parameters:
CyberCrime Tracker¶
Latest¶
- Public: yes
- Revision: 2019-03-19
- Documentation: https://cybercrime-tracker.net/index.php
- Description: C2 servers
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://cybercrime-tracker.net/index.phpname:Latestprovider:CyberCrime Trackerrate_limit:86400
Parser
- Module: intelmq.bots.parsers.html_table.parser
- Configuration Parameters:
columns:["time.source", "source.url", "source.ip", "malware.name", "__IGNORE__"]default_url_protocol:http://defaults_fields:{'classification.type': 'c2-server'}skip_table_head:True
Danger Rulez¶
Bruteforce Blocker¶
- Public: yes
- Revision: 2018-01-20
- Documentation: http://danger.rulez.sk/index.php/bruteforceblocker/
- Description: Its main purpose is to block SSH bruteforce attacks via firewall.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:http://danger.rulez.sk/projects/bruteforceblocker/blist.phpname:Bruteforce Blockerprovider:Danger Rulezrate_limit:3600
Parser
- Module: intelmq.bots.parsers.danger_rulez.parser
- Configuration Parameters:
Dataplane¶
DNS Recursion Desired¶
- Public: yes
- Revision: 2021-09-09
- Documentation: https://dataplane.org/
- Description: Entries consist of fields with identifying characteristics of a source IP address that has been seen performing a DNS recursion desired query to a remote host. This report lists hosts that are suspicious of more than just port scanning. The host may be DNS server cataloging or searching for hosts to use for DNS-based DDoS amplification.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://dataplane.org/dnsrd.txtname:DNS Recursion Desiredprovider:Dataplanerate_limit:3600
Parser
- Module: intelmq.bots.parsers.dataplane.parser
- Configuration Parameters:
DNS Recursion Desired ANY¶
- Public: yes
- Revision: 2021-09-09
- Documentation: https://dataplane.org/
- Description: Entries consist of fields with identifying characteristics of a source IP address that has been seen performing a DNS recursion desired IN ANY query to a remote host. This report lists hosts that are suspicious of more than just port scanning. The host may be DNS server cataloging or searching for hosts to use for DNS-based DDoS amplification.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://dataplane.org/dnsrdany.txtname:DNS Recursion Desired ANYprovider:Dataplanerate_limit:3600
Parser
- Module: intelmq.bots.parsers.dataplane.parser
- Configuration Parameters:
DNS Version¶
- Public: yes
- Revision: 2021-09-09
- Documentation: https://dataplane.org/
- Description: Entries consist of fields with identifying characteristics of a source IP address that has been seen performing a DNS CH TXT version.bind query to a remote host. This report lists hosts that are suspicious of more than just port scanning. The host may be DNS server cataloging or searching for vulnerable DNS servers.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://dataplane.org/dnsversion.txtname:DNS Versionprovider:Dataplanerate_limit:3600
Parser
- Module: intelmq.bots.parsers.dataplane.parser
- Configuration Parameters:
Protocol 41¶
- Public: yes
- Revision: 2021-09-09
- Documentation: https://dataplane.org/
- Description: Entries consist of fields with identifying characteristics of a host that has been detected to offer open IPv6 over IPv4 tunneling. This could allow for the host to be used a public proxy against IPv6 hosts.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://dataplane.org/proto41.txtname:Protocol 41provider:Dataplanerate_limit:3600
Parser
- Module: intelmq.bots.parsers.dataplane.parser
- Configuration Parameters:
SIP Query¶
- Public: yes
- Revision: 2018-01-20
- Documentation: https://dataplane.org/
- Description: Entries consist of fields with identifying characteristics of a source IP address that has been seen initiating a SIP OPTIONS query to a remote host. This report lists hosts that are suspicious of more than just port scanning. The hosts may be SIP server cataloging or conducting various forms of telephony abuse. Report is updated hourly.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://dataplane.org/sipquery.txtname:SIP Queryprovider:Dataplanerate_limit:3600
Parser
- Module: intelmq.bots.parsers.dataplane.parser
- Configuration Parameters:
SIP Registration¶
- Public: yes
- Revision: 2018-01-20
- Documentation: https://dataplane.org/
- Description: Entries consist of fields with identifying characteristics of a source IP address that has been seen initiating a SIP REGISTER operation to a remote host. This report lists hosts that are suspicious of more than just port scanning. The hosts may be SIP client cataloging or conducting various forms of telephony abuse. Report is updated hourly.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://dataplane.org/sipregistration.txtname:SIP Registrationprovider:Dataplanerate_limit:3600
Parser
- Module: intelmq.bots.parsers.dataplane.parser
- Configuration Parameters:
SMTP Data¶
- Public: yes
- Revision: 2021-09-09
- Documentation: https://dataplane.org/
- Description: Entries consist of fields with identifying characteristics of a host that has been seen initiating a SMTP DATA operation to a remote host. The source report lists hosts that are suspicious of more than just port scanning. The host may be SMTP server cataloging or conducting various forms of email abuse.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://dataplane.org/smtpdata.txtname:SMTP Dataprovider:Dataplanerate_limit:3600
Parser
- Module: intelmq.bots.parsers.dataplane.parser
- Configuration Parameters:
SMTP Greet¶
- Public: yes
- Revision: 2021-09-09
- Documentation: https://dataplane.org/
- Description: Entries consist of fields with identifying characteristics of a host that has been seen initiating a SMTP HELO/EHLO operation to a remote host. The source report lists hosts that are suspicious of more than just port scanning. The host may be SMTP server cataloging or conducting various forms of email abuse.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://dataplane.org/smtpgreet.txtname:SMTP Greetprovider:Dataplanerate_limit:3600
Parser
- Module: intelmq.bots.parsers.dataplane.parser
- Configuration Parameters:
SSH Client Connection¶
- Public: yes
- Revision: 2018-01-20
- Documentation: https://dataplane.org/
- Description: Entries below consist of fields with identifying characteristics of a source IP address that has been seen initiating an SSH connection to a remote host. This report lists hosts that are suspicious of more than just port scanning. The hosts may be SSH server cataloging or conducting authentication attack attempts. Report is updated hourly.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://dataplane.org/sshclient.txtname:SSH Client Connectionprovider:Dataplanerate_limit:3600
Parser
- Module: intelmq.bots.parsers.dataplane.parser
- Configuration Parameters:
SSH Password Authentication¶
- Public: yes
- Revision: 2018-01-20
- Documentation: https://dataplane.org/
- Description: Entries below consist of fields with identifying characteristics of a source IP address that has been seen attempting to remotely login to a host using SSH password authentication. The report lists hosts that are highly suspicious and are likely conducting malicious SSH password authentication attacks. Report is updated hourly.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://dataplane.org/sshpwauth.txtname:SSH Password Authenticationprovider:Dataplanerate_limit:3600
Parser
- Module: intelmq.bots.parsers.dataplane.parser
- Configuration Parameters:
Telnet Login¶
- Public: yes
- Revision: 2021-09-09
- Documentation: https://dataplane.org/
- Description: Entries consist of fields with identifying characteristics of a host that has been seen initiating a telnet connection to a remote host. The source report lists hosts that are suspicious of more than just port scanning. The host may be telnet server cataloging or conducting authentication attack attempts.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://dataplane.org/telnetlogin.txtname:Telnet Loginprovider:Dataplanerate_limit:3600
Parser
- Module: intelmq.bots.parsers.dataplane.parser
- Configuration Parameters:
VNC/RFB Login¶
- Public: yes
- Revision: 2021-09-09
- Documentation: https://dataplane.org/
- Description: Entries consist of fields with identifying characteristics of a host that has been seen initiating a VNC remote buffer session to a remote host. The source report lists hosts that are suspicious of more than just port scanning. The host may be VNC/RFB server cataloging or conducting authentication attack attempts.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://dataplane.org/vncrfb.txtname:VNC/RFB Loginprovider:Dataplanerate_limit:3600
Parser
- Module: intelmq.bots.parsers.dataplane.parser
- Configuration Parameters:
ESET¶
ETI Domains¶
- Public: no
- Revision: 2020-06-30
- Documentation: https://www.eset.com/int/business/services/threat-intelligence/
- Description: Domain data from ESET’s TAXII API.
Collector
- Module: intelmq.bots.collectors.eset.collector
- Configuration Parameters:
collection:ei.domains v2 (json)endpoint:eti.eset.compassword:<password>time_delta:3600username:<username>
Parser
- Module: intelmq.bots.parsers.eset.parser
- Configuration Parameters:
ETI URLs¶
- Public: no
- Revision: 2020-06-30
- Documentation: https://www.eset.com/int/business/services/threat-intelligence/
- Description: URL data from ESET’s TAXII API.
Collector
- Module: intelmq.bots.collectors.eset.collector
- Configuration Parameters:
collection:ei.urls (json)endpoint:eti.eset.compassword:<password>time_delta:3600username:<username>
Parser
- Module: intelmq.bots.parsers.eset.parser
- Configuration Parameters:
Fireeye¶
Malware Analysis System¶
- Public: no
- Revision: 2021-05-03
- Documentation: https://www.fireeye.com/products/malware-analysis.html
- Description: Process data from Fireeye mail and file analysis appliances. SHA1 and MD5 malware hashes are extracted and if there is network communication, also URLs and domains.
Collector
- Module: intelmq.bots.collectors.fireeye.collector_mas
- Configuration Parameters:
host:<hostname of your appliance>http_password:<your password>http_username:<your username>request_duration:<how old date should be fetched eg 24_hours or 48_hours>
Parser
- Module: intelmq.bots.parsers.fireeye.parser
- Configuration Parameters:
Fraunhofer¶
DGA Archive¶
- Public: no
- Revision: 2018-01-20
- Documentation: https://dgarchive.caad.fkie.fraunhofer.de/welcome/
- Description: Fraunhofer DGA collector fetches data from Fraunhofer’s domain generation archive.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_password:{{ your password}}http_url:https://dgarchive.caad.fkie.fraunhofer.de/todayhttp_username:{{ your username}}name:DGA Archiveprovider:Fraunhoferrate_limit:10800
Parser
- Module: intelmq.bots.parsers.fraunhofer.parser_dga
- Configuration Parameters:
Have I Been Pwned¶
Enterprise Callback¶
- Public: no
- Revision: 2019-09-11
- Documentation: https://haveibeenpwned.com/EnterpriseSubscriber/
- Description: With the Enterprise Subscription of ‘Have I Been Pwned’ you are able to provide a callback URL and any new leak data is submitted to it. It is recommended to put a webserver with Authorization check, TLS etc. in front of the API collector.
- Additional Information: A minimal nginx configuration could look like:
Collector
- Module: intelmq.bots.collectors.api.collector_api
- Configuration Parameters:
name:Enterprise Callbackport:5001provider:Have I Been Pwned
Parser
- Module: intelmq.bots.parsers.hibp.parser_callback
- Configuration Parameters:
MalwarePatrol¶
DansGuardian¶
- Public: no
- Revision: 2018-01-20
- Documentation: https://www.malwarepatrol.net/non-commercial/
- Description: Malware block list with URLs
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://lists.malwarepatrol.net/cgi/getfile?receipt={{ your API key }}&product=8&list=dansguardianname:DansGuardianprovider:MalwarePatrolrate_limit:180000
Parser
- Module: intelmq.bots.parsers.malwarepatrol.parser_dansguardian
- Configuration Parameters:
MalwareURL¶
Latest malicious activity¶
- Public: yes
- Revision: 2018-02-05
- Documentation: https://www.malwareurl.com/
- Description: Latest malicious domains/IPs.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://www.malwareurl.com/name:Latest malicious activityprovider:MalwareURLrate_limit:86400
Parser
- Module: intelmq.bots.parsers.malwareurl.parser
- Configuration Parameters:
McAfee Advanced Threat Defense¶
Sandbox Reports¶
- Public: no
- Revision: 2018-07-05
- Documentation: https://www.mcafee.com/enterprise/en-us/products/advanced-threat-defense.html
- Description: Processes reports from McAfee’s sandboxing solution via the openDXL API.
Collector
- Module: intelmq.bots.collectors.opendxl.collector
- Configuration Parameters:
dxl_config_file:{{location of dxl configuration file}}dxl_topic:/mcafee/event/atd/file/report
Parser
- Module: intelmq.bots.parsers.mcafee.parser_atd
- Configuration Parameters:
verdict_severity:4
Microsoft¶
BingMURLs via Interflow¶
- Public: no
- Revision: 2018-05-29
- Documentation: https://docs.microsoft.com/en-us/security/gsp/informationsharingandexchange
- Description: Collects Malicious URLs detected by Bing from the Interflow API. The feed is available via Microsoft’s Government Security Program (GSP).
- Additional Information: Depending on the file sizes you may need to increase the parameter ‘http_timeout_sec’ of the collector.
Collector
- Module: intelmq.bots.collectors.microsoft.collector_interflow
- Configuration Parameters:
api_key:{{your API key}}file_match:^bingmurls_http_timeout_sec:300name:BingMURLs via Interflownot_older_than:2 daysprovider:Microsoftrate_limit:3600
Parser
- Module: intelmq.bots.parsers.microsoft.parser_bingmurls
- Configuration Parameters:
CTIP C2 via Azure¶
- Public: no
- Revision: 2020-05-29
- Documentation: https://docs.microsoft.com/en-us/security/gsp/informationsharingandexchange
- Description: Collects the CTIP C2 feed from a shared Azure Storage. The feed is available via Microsoft’s Government Security Program (GSP).
- Additional Information: The cache is needed for memorizing which files have already been processed, the TTL should be higher than the oldest file available in the storage (currently the last three days are available). The connection string contains endpoint as well as authentication information.
Collector
- Module: intelmq.bots.collectors.microsoft.collector_azure
- Configuration Parameters:
connection_string:{{your connection string}}container_name:ctip-c2name:CTIP C2 via Azureprovider:Microsoftrate_limit:3600redis_cache_db:5redis_cache_host:127.0.0.1redis_cache_port:6379redis_cache_ttl:864000
Parser
- Module: intelmq.bots.parsers.microsoft.parser_ctip
- Configuration Parameters:
CTIP Infected via Azure¶
- Public: no
- Revision: 2022-06-01
- Documentation: https://docs.microsoft.com/en-us/security/gsp/informationsharingandexchange http://www.dcuctip.com/
- Description: Collects the CTIP (Sinkhole data) from a shared Azure Storage. The feed is available via Microsoft’s Government Security Program (GSP).
- Additional Information: The cache is needed for memorizing which files have already been processed, the TTL should be higher than the oldest file available in the storage (currently the last three days are available). The connection string contains endpoint as well as authentication information. As many IPs occur very often in the data, you may want to use a deduplicator specifically for the feed. More information about the feed can be found on www.dcuctip.com after login with your GSP account.
Collector
- Module: intelmq.bots.collectors.microsoft.collector_azure
- Configuration Parameters:
connection_string:{{your connection string}}container_name:ctip-infected-summaryname:CTIP Infected via Azureprovider:Microsoftrate_limit:3600redis_cache_db:5redis_cache_host:127.0.0.1redis_cache_port:6379redis_cache_ttl:864000
Parser
- Module: intelmq.bots.parsers.microsoft.parser_ctip
- Configuration Parameters:
CTIP Infected via Interflow¶
- Public: no
- Revision: 2018-03-06
- Documentation: https://docs.microsoft.com/en-us/security/gsp/informationsharingandexchange http://www.dcuctip.com/
- Description: Collects the CTIP Infected feed (Sinkhole data for your country) files from the Interflow API.The feed is available via Microsoft’s Government Security Program (GSP).
- Additional Information: Depending on the file sizes you may need to increase the parameter ‘http_timeout_sec’ of the collector. As many IPs occur very often in the data, you may want to use a deduplicator specifically for the feed. More information about the feed can be found on www.dcuctip.com after login with your GSP account.
Collector
- Module: intelmq.bots.collectors.microsoft.collector_interflow
- Configuration Parameters:
api_key:{{your API key}}file_match:^ctip_http_timeout_sec:300name:CTIP Infected via Interflownot_older_than:2 daysprovider:Microsoftrate_limit:3600
Parser
- Module: intelmq.bots.parsers.microsoft.parser_ctip
- Configuration Parameters:
Netlab 360¶
DGA¶
- Public: yes
- Revision: 2018-01-20
- Documentation: http://data.netlab.360.com/dga
- Description: This feed lists DGA family, Domain, Start and end of valid time(UTC) of a number of DGA families.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:http://data.netlab.360.com/feeds/dga/dga.txtname:DGAprovider:Netlab 360rate_limit:3600
Parser
- Module: intelmq.bots.parsers.netlab_360.parser
- Configuration Parameters:
Hajime Scanner¶
- Public: yes
- Revision: 2019-08-01
- Documentation: https://data.netlab.360.com/hajime/
- Description: This feed lists IP address for know Hajime bots network. These IPs data are obtained by joining the DHT network and interacting with the Hajime node
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://data.netlab.360.com/feeds/hajime-scanner/bot.listname:Hajime Scannerprovider:Netlab 360rate_limit:3600
Parser
- Module: intelmq.bots.parsers.netlab_360.parser
- Configuration Parameters:
Magnitude EK¶
- Public: yes
- Revision: 2018-01-20
- Documentation: http://data.netlab.360.com/ek
- Description: This feed lists FQDN and possibly the URL used by Magnitude Exploit Kit. Information also includes the IP address used for the domain and last time seen.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:http://data.netlab.360.com/feeds/ek/magnitude.txtname:Magnitude EKprovider:Netlab 360rate_limit:3600
Parser
- Module: intelmq.bots.parsers.netlab_360.parser
- Configuration Parameters:
OpenPhish¶
Public feed¶
- Public: yes
- Revision: 2018-01-20
- Documentation: https://www.openphish.com/
- Description: OpenPhish is a fully automated self-contained platform for phishing intelligence. It identifies phishing sites and performs intelligence analysis in real time without human intervention and without using any external resources, such as blacklists.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://www.openphish.com/feed.txtname:Public feedprovider:OpenPhishrate_limit:86400
Parser
- Module: intelmq.bots.parsers.openphish.parser
- Configuration Parameters:
PhishTank¶
Online¶
- Public: no
- Revision: 2022-11-21
- Documentation: https://www.phishtank.com/developer_info.php
- Description: PhishTank is a collaborative clearing house for data and information about phishing on the Internet.
- Additional Information: Updated hourly as per the documentation. Download is possible without API key, but limited to few downloads per day.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
extract_files:Truehttp_url:https://data.phishtank.com/data/{{ your API key }}/online-valid.json.gzname:Onlineprovider:PhishTankrate_limit:3600
Parser
- Module: intelmq.bots.parsers.phishtank.parser
- Configuration Parameters:
PrecisionSec¶
Agent Tesla¶
- Public: yes
- Revision: 2019-04-02
- Documentation: https://precisionsec.com/threat-intelligence-feeds/agent-tesla/
- Description: Agent Tesla IoCs, URLs where the malware is hosted.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://precisionsec.com/threat-intelligence-feeds/agent-tesla/name:Agent Teslaprovider:PrecisionSecrate_limit:86400
Parser
- Module: intelmq.bots.parsers.html_table.parser
- Configuration Parameters:
columns:["source.ip|source.url", "time.source"]default_url_protocol:http://defaults_fields:{'classification.type': 'malware-distribution'}skip_table_head:True
Shadowserver¶
Via API¶
- Public: no
- Revision: 2020-01-08
- Documentation: https://www.shadowserver.org/what-we-do/network-reporting/api-documentation/
- Description: Shadowserver sends out a variety of reports to subscribers, see documentation.
- Additional Information: This configuration fetches user-configurable reports from the Shadowserver Reports API. For a list of reports, have a look at the Shadowserver collector and parser documentation.
Collector
- Module: intelmq.bots.collectors.shadowserver.collector_reports_api
- Configuration Parameters:
api_key:<API key>country:<CC>rate_limit:86400redis_cache_db:12redis_cache_host:127.0.0.1redis_cache_port:6379redis_cache_ttl:864000secret:<API secret>types:<single report or list of reports>
Parser
- Module: intelmq.bots.parsers.shadowserver.parser_json
- Configuration Parameters:
Via IMAP¶
- Public: no
- Revision: 2018-01-20
- Documentation: https://www.shadowserver.org/what-we-do/network-reporting/
- Description: Shadowserver sends out a variety of reports (see https://www.shadowserver.org/wiki/pmwiki.php/Services/Reports).
- Additional Information: The configuration retrieves the data from a e-mails via IMAP from the attachments.
Collector
- Module: intelmq.bots.collectors.mail.collector_mail_attach
- Configuration Parameters:
attach_regex:csv.zipextract_files:Truefolder:INBOXmail_host:__HOST__mail_password:__PASSWORD__mail_ssl:Truemail_user:__USERNAME__name:Via IMAPprovider:Shadowserverrate_limit:86400subject_regex:__REGEX__
Parser
- Module: intelmq.bots.parsers.shadowserver.parser
- Configuration Parameters:
Via Request Tracker¶
- Public: no
- Revision: 2018-01-20
- Documentation: https://www.shadowserver.org/what-we-do/network-reporting/
- Description: Shadowserver sends out a variety of reports (see https://www.shadowserver.org/wiki/pmwiki.php/Services/Reports).
- Additional Information: The configuration retrieves the data from a RT/RTIR ticketing instance via the attachment or an download.
Collector
- Module: intelmq.bots.collectors.rt.collector_rt
- Configuration Parameters:
attachment_regex:\\.csv\\.zip$extract_attachment:Trueextract_download:Falsehttp_password:{{ your HTTP Authentication password or null }}http_username:{{ your HTTP Authentication username or null }}password:__PASSWORD__provider:Shadowserverrate_limit:3600search_not_older_than:{{ relative time or null }}search_owner:nobodysearch_queue:Incident Reportssearch_requestor:autoreports@shadowserver.orgsearch_status:newsearch_subject_like:\[__COUNTRY__\] Shadowserver __COUNTRY__set_status:opentake_ticket:Trueuri:http://localhost/rt/REST/1.0url_regex:https://dl.shadowserver.org/[a-zA-Z0-9?_-]*user:__USERNAME__
Parser
- Module: intelmq.bots.parsers.shadowserver.parser
- Configuration Parameters:
Shodan¶
Country Stream¶
- Public: no
- Revision: 2021-03-22
- Documentation: https://developer.shodan.io/api/stream
- Description: Collects the Shodan stream for one or multiple countries from the Shodan API.
- Additional Information: A Shodan account with streaming permissions is needed.
Collector
- Module: intelmq.bots.collectors.shodan.collector_stream
- Configuration Parameters:
api_key:<API key>countries:<comma-separated list of country codes>error_retry_delay:0name:Country Streamprovider:Shodan
Parser
- Module: intelmq.bots.parsers.shodan.parser
- Configuration Parameters:
error_retry_delay:0ignore_errors:Falseminimal_mode:False
Spamhaus¶
ASN Drop¶
- Public: yes
- Revision: 2018-01-20
- Documentation: https://www.spamhaus.org/drop/
- Description: ASN-DROP contains a list of Autonomous System Numbers controlled by spammers or cyber criminals, as well as “hijacked” ASNs. ASN-DROP can be used to filter BGP routes which are being used for malicious purposes.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://www.spamhaus.org/drop/asndrop.txtname:ASN Dropprovider:Spamhausrate_limit:3600
Parser
- Module: intelmq.bots.parsers.spamhaus.parser_drop
- Configuration Parameters:
CERT¶
- Public: no
- Revision: 2018-01-20
- Documentation: https://www.spamhaus.org/news/article/705/spamhaus-launches-cert-insight-portal
- Description: Spamhaus CERT Insight Portal. Access limited to CERTs and CSIRTs with national or regional responsibility. .
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:{{ your CERT portal URL }}name:CERTprovider:Spamhausrate_limit:3600
Parser
- Module: intelmq.bots.parsers.spamhaus.parser_cert
- Configuration Parameters:
Drop¶
- Public: yes
- Revision: 2018-01-20
- Documentation: https://www.spamhaus.org/drop/
- Description: The DROP list will not include any IP address space under the control of any legitimate network - even if being used by “the spammers from hell”. DROP will only include netblocks allocated directly by an established Regional Internet Registry (RIR) or National Internet Registry (NIR) such as ARIN, RIPE, AFRINIC, APNIC, LACNIC or KRNIC or direct RIR allocations.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://www.spamhaus.org/drop/drop.txtname:Dropprovider:Spamhausrate_limit:3600
Parser
- Module: intelmq.bots.parsers.spamhaus.parser_drop
- Configuration Parameters:
Dropv6¶
- Public: yes
- Revision: 2018-01-20
- Documentation: https://www.spamhaus.org/drop/
- Description: The DROPv6 list includes IPv6 ranges allocated to spammers or cyber criminals. DROPv6 will only include IPv6 netblocks allocated directly by an established Regional Internet Registry (RIR) or National Internet Registry (NIR) such as ARIN, RIPE, AFRINIC, APNIC, LACNIC or KRNIC or direct RIR allocations.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://www.spamhaus.org/drop/dropv6.txtname:Dropv6provider:Spamhausrate_limit:3600
Parser
- Module: intelmq.bots.parsers.spamhaus.parser_drop
- Configuration Parameters:
EDrop¶
- Public: yes
- Revision: 2018-01-20
- Documentation: https://www.spamhaus.org/drop/
- Description: EDROP is an extension of the DROP list that includes sub-allocated netblocks controlled by spammers or cyber criminals. EDROP is meant to be used in addition to the direct allocations on the DROP list.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://www.spamhaus.org/drop/edrop.txtname:EDropprovider:Spamhausrate_limit:3600
Parser
- Module: intelmq.bots.parsers.spamhaus.parser_drop
- Configuration Parameters:
Strangereal Intel¶
DailyIOC¶
- Public: yes
- Revision: 2019-12-05
- Documentation: https://github.com/StrangerealIntel/DailyIOC
- Description: Daily IOC from tweets and articles
- Additional Information: collector’s extra_fields parameter may be any of fields from the github content API response
Collector
- Module: intelmq.bots.collectors.github_api.collector_github_contents_api
- Configuration Parameters:
personal_access_token:https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-tokenregex:.*.jsonrepository:StrangerealIntel/DailyIOC
Parser
- Module: intelmq.bots.parsers.github_feed
- Configuration Parameters:
Surbl¶
Malicious Domains¶
- Public: no
- Revision: 2018-09-04
- Description: Detected malicious domains. Note that you have to opened up Sponsored Datafeed Service (SDS) access to the SURBL data via rsync for your IP address.
Collector
- Module: intelmq.bots.collectors.rsync.collector_rsync
- Configuration Parameters:
file:wild.surbl.org.rbldnsdrsync_path:blacksync.prolocation.net::surbl-wild/
Parser
- Module: intelmq.bots.parsers.surbl.parser
- Configuration Parameters:
Team Cymru¶
CAP¶
- Public: no
- Revision: 2018-01-20
- Documentation: https://www.team-cymru.com/CSIRT-AP.html https://www.cymru.com/$certname/report_info.txt
- Description: Team Cymru provides daily lists of compromised or abused devices for the ASNs and/or netblocks with a CSIRT’s jurisdiction. This includes such information as bot infected hosts, command and control systems, open resolvers, malware urls, phishing urls, and brute force attacks
- Additional Information: “Two feeds types are offered:
- The new https://www.cymru.com/$certname/$certname_{time[%Y%m%d]}.txt
- and the old https://www.cymru.com/$certname/infected_{time[%Y%m%d]}.txt
Both formats are supported by the parser and the new one is recommended. As of 2019-09-12 the old format will be retired soon.”
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_password:{{your password}}http_url:https://www.cymru.com/$certname/$certname_{time[%Y%m%d]}.txthttp_url_formatting:Truehttp_username:{{your login}}name:CAPprovider:Team Cymrurate_limit:86400
Parser
- Module: intelmq.bots.parsers.cymru.parser_cap_program
- Configuration Parameters:
Full Bogons IPv4¶
- Public: yes
- Revision: 2018-01-20
- Documentation: https://www.team-cymru.com/bogon-reference-http.html
- Description: Fullbogons are a larger set which also includes IP space that has been allocated to an RIR, but not assigned by that RIR to an actual ISP or other end-user. IANA maintains a convenient IPv4 summary page listing allocated and reserved netblocks, and each RIR maintains a list of all prefixes that they have assigned to end-users. Our bogon reference pages include additional links and resources to assist those who wish to properly filter bogon prefixes within their networks.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://www.team-cymru.org/Services/Bogons/fullbogons-ipv4.txtname:Full Bogons IPv4provider:Team Cymrurate_limit:86400
Parser
- Module: intelmq.bots.parsers.cymru.parser_full_bogons
- Configuration Parameters:
Full Bogons IPv6¶
- Public: yes
- Revision: 2018-01-20
- Documentation: https://www.team-cymru.com/bogon-reference-http.html
- Description: Fullbogons are a larger set which also includes IP space that has been allocated to an RIR, but not assigned by that RIR to an actual ISP or other end-user. IANA maintains a convenient IPv4 summary page listing allocated and reserved netblocks, and each RIR maintains a list of all prefixes that they have assigned to end-users. Our bogon reference pages include additional links and resources to assist those who wish to properly filter bogon prefixes within their networks.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://www.team-cymru.org/Services/Bogons/fullbogons-ipv6.txtname:Full Bogons IPv6provider:Team Cymrurate_limit:86400
Parser
- Module: intelmq.bots.parsers.cymru.parser_full_bogons
- Configuration Parameters:
Threatminer¶
Recent domains¶
- Public: yes
- Revision: 2018-02-06
- Documentation: https://www.threatminer.org/
- Description: Latest malicious domains.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://www.threatminer.org/name:Recent domainsprovider:Threatminerrate_limit:86400
Parser
- Module: intelmq.bots.parsers.threatminer.parser
- Configuration Parameters:
Turris¶
Greylist¶
- Public: yes
- Revision: 2023-06-13
- Documentation: https://project.turris.cz/en/greylist
- Description: The data are processed and classified every week and behaviour of IP addresses that accessed a larger number of Turris routers is evaluated. The result is a list of addresses that have tried to obtain information about services on the router or tried to gain access to them. The list also contains a list of tags for each address which indicate what behaviour of the address was observed.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://view.sentinel.turris.cz/greylist-data/greylist-latest.csvname:Greylistprovider:Turrisrate_limit:43200
Parser
- Module: intelmq.bots.parsers.turris.parser
- Configuration Parameters:
Greylist with PGP signature verification¶
- Public: yes
- Revision: 2018-01-20
- Documentation: https://project.turris.cz/en/greylist
- Description: The data are processed and classified every week and behaviour of
IP addresses that accessed a larger number of Turris routers is evaluated. The result is a list of addresses that have tried to obtain information about services on the router or tried to gain access to them. The list also contains a list of tags for each address which indicate what behaviour of the address was observed.
The Turris Greylist feed provides PGP signatures for the provided files. You will need to import the public PGP key from the linked documentation page, currently available at https://pgp.mit.edu/pks/lookup?op=vindex&search=0x10876666 or from below. See the URL Fetcher Collector documentation for more information on PGP signature verification.
PGP Public key:
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://www.turris.cz/greylist-data/greylist-latest.csvname:Greylistprovider:Turrisrate_limit:43200signature_url:https://www.turris.cz/greylist-data/greylist-latest.csv.ascverify_pgp_signatures:True
Parser
- Module: intelmq.bots.parsers.turris.parser
- Configuration Parameters:
University of Toulouse¶
Blacklist¶
- Public: yes
- Revision: 2018-01-20
- Documentation: https://dsi.ut-capitole.fr/blacklists/
- Description: Various blacklist feeds
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
extract_files:truehttp_url:https://dsi.ut-capitole.fr/blacklists/download/{collection name}.tar.gzname:Blacklistprovider:University of Toulouserate_limit:43200
Parser
- Module: intelmq.bots.parsers.generic.parser_csv
- Configuration Parameters:
columns:{depends on a collection}defaults_fields:{'classification.type': '{depends on a collection}'}delimiter:false
VXVault¶
URLs¶
- Public: yes
- Revision: 2018-01-20
- Documentation: http://vxvault.net/ViriList.php
- Description: This feed provides IP addresses hosting Malware.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:http://vxvault.net/URL_List.phpname:URLsprovider:VXVaultrate_limit:3600
Parser
- Module: intelmq.bots.parsers.vxvault.parser
- Configuration Parameters:
ViriBack¶
C2 Tracker¶
- Public: yes
- Revision: 2022-11-15
- Documentation: https://viriback.com/
- Description: Latest detected C2 servers.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://tracker.viriback.com/dump.phpname:C2 Trackerprovider:ViriBackrate_limit:86400
Parser
- Module: intelmq.bots.parsers.generic.csv_parser
- Configuration Parameters:
columns:["malware.name", "source.url", "source.ip", "time.source"]defaults_fields:{'classification.type': 'malware-distribution'}skip_header:True
WebInspektor¶
Unsafe sites¶
- Public: yes
- Revision: 2018-03-09
- Description: Latest detected unsafe sites.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://app.webinspector.com/public/recent_detections/name:Unsafe sitesprovider:WebInspektorrate_limit:60
Parser
- Module: intelmq.bots.parsers.webinspektor.parser
- Configuration Parameters:
ZoneH¶
Defacements¶
- Public: no
- Revision: 2018-01-20
- Documentation: https://zone-h.org/
- Description: all the information contained in Zone-H’s cybercrime archive were either collected online from public sources or directly notified anonymously to us.
Collector
- Module: intelmq.bots.collectors.mail.collector_mail_attach
- Configuration Parameters:
attach_regex:csvextract_files:Falsefolder:INBOXmail_host:__HOST__mail_password:__PASSWORD__mail_ssl:Truemail_user:__USERNAME__name:Defacementsprovider:ZoneHrate_limit:3600sent_from:datazh@zone-h.orgsubject_regex:Report
Parser
- Module: intelmq.bots.parsers.zoneh.parser
- Configuration Parameters:
cAPTure¶
AS Details¶
- Public: yes
- Revision: 2018-01-20
- Documentation: https://www.dshield.org/reports.html
- Description: No description provided by feed provider.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://dshield.org/asdetailsascii.html?as={{ AS Number }}name:AS Detailsprovider:cAPTurerate_limit:86400
Parser
- Module: intelmq.bots.parsers.dshield.parser_asn
- Configuration Parameters:
Block¶
- Public: yes
- Revision: 2018-01-20
- Documentation: https://www.dshield.org/reports.html
- Description: This list summarizes the top 20 attacking class C (/24) subnets over the last three days. The number of ‘attacks’ indicates the number of targets reporting scans from this subnet.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:https://www.dshield.org/block.txtname:Blockprovider:cAPTurerate_limit:86400
Parser
- Module: intelmq.bots.parsers.dshield.parser_block
- Configuration Parameters:
Ponmocup Domains CIF Format¶
- Public: yes
- Revision: 2018-01-20
- Documentation: http://security-research.dyndns.org/pub/malware-feeds/
- Description: List of ponmocup malware redirection domains and infected web-servers from cAPTure. See also http://security-research.dyndns.org/pub/botnet-links.htm and http://c-apt-ure.blogspot.com/search/label/ponmocup The data in the CIF format is not equal to the Shadowserver CSV format. Reasons are unknown.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:http://security-research.dyndns.org/pub/malware-feeds/ponmocup-infected-domains-CIF-latest.txtname:Infected Domainsprovider:cAPTurerate_limit:10800
Parser
- Module: intelmq.bots.parsers.dyn.parser
- Configuration Parameters:
Ponmocup Domains Shadowserver Format¶
- Public: yes
- Revision: 2020-07-08
- Documentation: http://security-research.dyndns.org/pub/malware-feeds/
- Description: List of ponmocup malware redirection domains and infected web-servers from cAPTure. See also http://security-research.dyndns.org/pub/botnet-links.htm and http://c-apt-ure.blogspot.com/search/label/ponmocup The data in the Shadowserver CSV is not equal to the CIF format format. Reasons are unknown.
Collector
- Module: intelmq.bots.collectors.http.collector_http
- Configuration Parameters:
http_url:http://security-research.dyndns.org/pub/malware-feeds/ponmocup-infected-domains-shadowserver.csvname:Infected Domainsprovider:cAPTurerate_limit:10800
Parser
- Module: intelmq.bots.parsers.generic.parser_csv
- Configuration Parameters:
columns:["time.source", "source.ip", "source.fqdn", "source.urlpath", "source.port", "protocol.application", "extra.tag", "extra.redirect_target", "extra.category"]compose_fields:{'source.url': 'http://{0}{1}'}defaults_fields:{'classification.type': 'malware-distribution'}delimiter:,skip_header:True