mirror of https://github.com/MISP/misp-modules
Tests updated to include CIRCL passive dns
parent
1b6afbe736
commit
6cf77031cc
|
@ -1 +1 @@
|
|||
{"module": "dns", "hostname": "www.foo.be"}
|
||||
{"module": "dns", "hostname": "www.circl.lu"}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
{"module": "circl_passivedns", "ip-src": "149.13.33.14", "config": {"username": "auser", "password": "somepass"} }
|
|
@ -0,0 +1 @@
|
|||
curl -s http://127.0.0.1:6666/query -H "Content-Type: application/json" --data @bodycircl_passivedns.json -X POST
|
Loading…
Reference in New Issue