From 5426ec5380c8395ce3b7c17677c29e7938aabee7 Mon Sep 17 00:00:00 2001 From: Sebdraven Date: Wed, 20 Jun 2018 12:40:52 +0200 Subject: [PATCH] change key access domains --- misp_modules/modules/expansion/onyphe_full.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misp_modules/modules/expansion/onyphe_full.py b/misp_modules/modules/expansion/onyphe_full.py index c003672..e910dc4 100644 --- a/misp_modules/modules/expansion/onyphe_full.py +++ b/misp_modules/modules/expansion/onyphe_full.py @@ -160,7 +160,7 @@ def expand_pastries(api, misperror, **kwargs): r.append({'types': ['url'], 'values': urls_pasties, 'categories': ['External analysis']}) - r.append({'types': ['domains'], 'values': list(set(domains)), + r.append({'types': ['domain'], 'values': list(set(domains)), 'categories': ['Network activity']}) r.append({'types': ['ip-dst'], 'values': list(set(ips)),