Fix typo in digitalside description
parent
6860e9ce24
commit
0d32a4c5e6
|
@ -10,7 +10,7 @@ def process(url, dst):
|
||||||
warninglist = {
|
warninglist = {
|
||||||
'name': 'OSINT.DigitalSide.IT Warning List',
|
'name': 'OSINT.DigitalSide.IT Warning List',
|
||||||
'version': get_version(),
|
'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',
|
'type': 'hostname',
|
||||||
'list': DSList,
|
'list': DSList,
|
||||||
'matching_attributes': ["hostname", "domain"]
|
'matching_attributes': ["hostname", "domain"]
|
||||||
|
|
Loading…
Reference in New Issue