mirror of https://github.com/MISP/misp-modules
fix: Making urlscan module available in MISP for ip attributes
- As expected in the the handler functionpull/603/head
parent
d4eb88c66a
commit
b63a0d1eb8
|
@ -22,7 +22,7 @@ moduleinfo = {
|
||||||
moduleconfig = ['apikey']
|
moduleconfig = ['apikey']
|
||||||
misperrors = {'error': 'Error'}
|
misperrors = {'error': 'Error'}
|
||||||
mispattributes = {
|
mispattributes = {
|
||||||
'input': ['hostname', 'domain', 'url'],
|
'input': ['hostname', 'domain', 'ip-src', 'ip-dst', 'url'],
|
||||||
'output': ['hostname', 'domain', 'ip-src', 'ip-dst', 'url', 'text', 'link', 'hash']
|
'output': ['hostname', 'domain', 'ip-src', 'ip-dst', 'url', 'text', 'link', 'hash']
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue