diff --git a/intelmq/bots/parsers/shadowserver/parser.py b/intelmq/bots/parsers/shadowserver/parser.py index e3d0eb231..1f38ecfee 100644 --- a/intelmq/bots/parsers/shadowserver/parser.py +++ b/intelmq/bots/parsers/shadowserver/parser.py @@ -119,6 +119,9 @@ def parse_line(self, row, report): # set feed.name and code, honor the overwrite parameter event.add('feed.name', self.feedname, overwrite=self.overwrite) + # set feed.documentation to a report url + event.add('feed.documentation', conf.get('url')) + extra = {} # The Json-Object which will be populated with the # fields that could not be added to the standard intelmq fields # the parser is going to write this information into an object