Merge pull request #280 from DionAkkerman/main

Fix typo in digitalside description
pull/281/head
Alexandre Dulaunoy 2024-07-22 13:46:01 +02:00 committed by GitHub
commit 7f1e7cef6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ def process(url, dst):
warninglist = {
'name': 'OSINT.DigitalSide.IT Warning List',
'version': get_version(),
'description': '"OSINT DigitalSide Threat-Intel Repository - MISP Warninglist - List of domains should be marked as false positive in the related MISP event with IDS attribute not flagged',
'description': 'OSINT DigitalSide Threat-Intel Repository - MISP Warninglist - List of domains should be marked as false positive in the related MISP event with IDS attribute not flagged',
'type': 'hostname',
'list': DSList,
'matching_attributes': ["hostname", "domain"]