From e121ff3925beaec196c7da9d4a2420dba4fe7a08 Mon Sep 17 00:00:00 2001 From: cyber288 <43047272+cyber288@users.noreply.github.com> Date: Wed, 23 Sep 2020 15:47:49 -0400 Subject: [PATCH] Changed matching algorithm to string --- tools/generate_majestic-million.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/generate_majestic-million.py b/tools/generate_majestic-million.py index 244d5cd..9bb6506 100755 --- a/tools/generate_majestic-million.py +++ b/tools/generate_majestic-million.py @@ -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': [] }