From 1223d93d52faea1105e8bd289691e33bc12e31a8 Mon Sep 17 00:00:00 2001 From: Sebdraven Date: Tue, 10 Jul 2018 15:07:54 +0200 Subject: [PATCH] change name keys --- misp_modules/modules/expansion/dnstrails.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misp_modules/modules/expansion/dnstrails.py b/misp_modules/modules/expansion/dnstrails.py index 5f2cc63..5a0cfcc 100644 --- a/misp_modules/modules/expansion/dnstrails.py +++ b/misp_modules/modules/expansion/dnstrails.py @@ -230,7 +230,7 @@ def expand_whois(api, domain): 'values': [item_registrant['email'], item_registrant['telephone'], item_registrant['name'], results['registrarName'], - results['creationDate']], + results['createdDate']], 'categories': ['attribution'], 'comment': 'whois information of %s by securitytrails' % domain }