add categories and comments

pull/208/head
Sebdraven 5 years ago
parent 0965def6bf
commit 78d6de9b7a
  1. 2
      misp_modules/modules/expansion/dnstrails.py

@ -190,6 +190,8 @@ def expand_subdomains(api, domain):
r.append({
'type': ['domain'],
'values': ['%s.%s' % (sub,domain) for sub in results['subdomains']],
'categories': ['Network activity'],
'comment': 'subdomains of %s' % domain
}
)

Loading…
Cancel
Save