Changed matching algorithm to string

pull/164/head
cyber288 2020-09-23 15:47:49 -04:00 committed by GitHub
parent 365fb4c00e
commit e121ff3925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ def process(file, dst):
'version': get_version(),
'description': 'Event contains one or more entries from the top 10K of the most used websites (Majestic Million).',
'matching_attributes': ['hostname', 'domain'],
'type': 'hostname',
'type': 'string',
'list': []
}