Skip to content

Commit 6991597

Browse files
committed
DOC: Update changelog and docs for shadowserver PR#2134
1 parent bfcdbad commit 6991597

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ CHANGELOG
6262
- `ssl.cert.serial` and `ssl.dhparams.generator`, which may return both integers and strings, are converted to strings.
6363
- Changes to method `apply_mapping`, such as reducing needless loop iterations, removing a big try-except, and adding the `NoValueException` handling described above.
6464
- Stops falsy values (False, 0) besides None from being filtered out.
65+
- `intelmq.bots.parsers.shadowserver._config`:
66+
- Added support for `Accessible AMQP`, `Device Identification Report` (IPv4 and IPv6) (PR#2134 by Mateo Durante).
67+
- Added file name mapping for `SSL-POODLE-Vulnerable-Servers IPv6` (file name `scan6_ssl_poodle`) (PR#2134 by Mateo Durante).
6568

6669
#### Experts
6770
- `intelmq.bots.experts.domain_valid`: New bot for checking domain's validity (PR#1966 by Marius Karotkis).

docs/user/bots.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1587,6 +1587,7 @@ These are the supported feed name and their corresponding file name for automati
15871587
======================================= =========================
15881588
Accessible-ADB `scan_adb`
15891589
Accessible-AFP `scan_afp`
1590+
Accessible-AMQP `scan_amqp`
15901591
Accessible-ARD `scan_ard`
15911592
Accessible-Cisco-Smart-Install `cisco_smart_install`
15921593
Accessible-CoAP `scan_coap`
@@ -1605,6 +1606,7 @@ These are the supported feed name and their corresponding file name for automati
16051606
Blacklisted-IP (deprecated) `blacklist`
16061607
Blocklist `blocklist`
16071608
Compromised-Website `compromised_website`
1609+
Device-Identification IPv4 / IPv6 `device_id`/`device_id6`
16081610
DNS-Open-Resolvers `scan_dns`
16091611
Honeypot-Amplification-DDoS-Events `event4_honeypot_ddos_amp`
16101612
Honeypot-Brute-Force-Events `event4_honeypot_brute_force`
@@ -1654,7 +1656,7 @@ These are the supported feed name and their corresponding file name for automati
16541656
Sinkhole-Events-HTTP-Referer IPv6 `event6_sinkhole_http_referer`
16551657
Spam-URL `spam_url`
16561658
SSL-FREAK-Vulnerable-Servers `scan_ssl_freak`
1657-
SSL-POODLE-Vulnerable-Servers `scan_ssl_poodle`
1659+
SSL-POODLE-Vulnerable-Servers `scan_ssl_poodle`/`scan6_ssl_poodle`
16581660
Vulnerable-Exchange-Server `*` `scan_exchange`
16591661
Vulnerable-ISAKMP `scan_isakmp`
16601662
Vulnerable-HTTP `scan_http`

0 commit comments

Comments
 (0)