mirror of https://github.com/MISP/misp-modules
updated
parent
2a1b8102ab
commit
aeb65b1328
|
@ -116,14 +116,14 @@ def version():
|
||||||
moduleinfo['config'] = moduleconfig
|
moduleinfo['config'] = moduleconfig
|
||||||
return moduleinfo
|
return moduleinfo
|
||||||
|
|
||||||
def main():
|
# def main():
|
||||||
attribute = {
|
# attribute = {
|
||||||
'type' : 'ip-src',
|
# 'type' : 'ip-src',
|
||||||
'value' : '20.20.12.154'
|
# 'value' : '20.20.12.154'
|
||||||
}
|
# }
|
||||||
handle_ip('efe037a76a17432fad2dbdca8299d559','21.02.15.123', attribute)
|
# handle_ip('efe037a76a17432fad2dbdca8299d559','21.02.15.123', attribute)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
# if __name__ == '__main__':
|
||||||
main()
|
# main()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue