-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New analyzer : Google DNS over HTTPS #305
Conversation
Thanks for contributing this analyzer.
|
@crackytsi Can you post the console output? |
|
@3c7
|
@crackytsi thats weird it should be the opposite, when using through The Hive or Cortex it add lot of additional information like proxy. Btw echo '{"data":"8.8.8.8", "dataType":"ip"}' | python3 GoogleDNS/GoogleDNS_resolve.py, doesn't work for me, but it does correctly through Cortex .. |
how does it fail? |
No sorry it also work (I just forget to add my proxy). But if it work there it should work through the Hive or Cortex. Didn't you miss something in Cortex configuration like proxy or ? |
No, I haven't configured a Proxy. Actually there seems to be nothing the needs to be configured... |
Gave it a spin:
Seems to work. @0xswitch could you change the shebang to ( |
Sorry, I forgot to set executable flag. Sorry works fine :) |
Hi,
I just finished to develop a new analyser based on the Google DNS resolver over HTTPS
This analyzer accepts ip, domain and fqdn observable and return the different associated provided by this google service.
There are already analyzer who provides DNS records however this one is free and doesn't need an api key. Moreover it can be used behind a corporate proxy which allow only http and https flux.