Skip to content

Commit 4dbd70a

Browse files
author
Sebastian Wagner
committed
DOC: minor fixes in shadowserver bots sections
1 parent b29f66e commit 4dbd70a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/user/bots.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ The Cache is required to memorize which files have already been processed (TTL n
602602
* `country`: The country you want to download the reports for
603603
* `apikey`: Your Shadowserver API key
604604
* `secret`: Your Shadowserver API secret
605-
* `types`: A list of strings or a string of comma-separated values with the names of report types you want to process. If you leave this empty, all the available reports will be downloaded and processed (i.e. 'scan', 'drones', 'intel', 'sandbox_connection', 'sinkhole_combined'). The possible report types are equivalent to the file names given in the section :ref:`Supported Reports <shadowserver-supported-reports>` of the ShadowServer parser.
605+
* `types`: A list of strings or a string of comma-separated values with the names of report types you want to process. If you leave this empty, all the available reports will be downloaded and processed (i.e. 'scan', 'drones', 'intel', 'sandbox_connection', 'sinkhole_combined'). The possible report types are equivalent to the file names given in the section :ref:`Supported Reports <shadowserver-supported-reports>` of the Shadowserver parser.
606606
* **Cache parameters** (see in section :ref:`common-parameters`, the default TTL is set to 10 days)
607607

608608
The resulting reports contain the following special field:
@@ -1456,7 +1456,7 @@ The latter was added in IntelMQ 2.3 and is meant to be used together with the Sh
14561456

14571457
**Information**
14581458

1459-
* `name:` intelmq.bots.parsers.shadowserver.parser or intelmq.bots.parsers.shadowserver.parser_json
1459+
* `name:` `intelmq.bots.parsers.shadowserver.parser` (for CSV data) or `intelmq.bots.parsers.shadowserver.parser_json` (for JSON data)
14601460
* `public:` yes
14611461
* `description:` Parses different reports from Shadowserver.
14621462

intelmq/bots/BOTS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,8 +640,8 @@
640640
"module": "intelmq.bots.parsers.phishtank.parser",
641641
"parameters": {}
642642
},
643-
"ShadowServer": {
644-
"description": "Parse all ShadowServer feeds.",
643+
"Shadowserver CSV": {
644+
"description": "Parse Shadowserver feeds in CSV format.",
645645
"module": "intelmq.bots.parsers.shadowserver.parser",
646646
"parameters": {
647647
"feedname": "",

intelmq/etc/feeds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@ providers:
14261426
revision: 2018-01-20
14271427
documentation: http://vxvault.net/ViriList.php
14281428
public: yes
1429-
ShadowServer:
1429+
Shadowserver:
14301430
Via IMAP:
14311431
description: Shadowserver sends out a variety of reports (see https://www.shadowserver.org/wiki/pmwiki.php/Services/Reports).
14321432
additional_information: The configuration retrieves the data from a e-mails via IMAP from the attachments.

0 commit comments

Comments
 (0)