mirror of https://github.com/MISP/misp-modules
add categories and comments
parent
0965def6bf
commit
78d6de9b7a
|
@ -190,6 +190,8 @@ def expand_subdomains(api, domain):
|
||||||
r.append({
|
r.append({
|
||||||
'type': ['domain'],
|
'type': ['domain'],
|
||||||
'values': ['%s.%s' % (sub,domain) for sub in results['subdomains']],
|
'values': ['%s.%s' % (sub,domain) for sub in results['subdomains']],
|
||||||
|
'categories': ['Network activity'],
|
||||||
|
'comment': 'subdomains of %s' % domain
|
||||||
}
|
}
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue