Open nealrauhauser opened 7 years ago
The build worked fine, I tried this:
./miner.py --domain test.com
And got this as a result:
Exception: investigate: 403 Client Error: Forbidden for url: https://investigate.api.opendns.com/dnsdb/name/A/test.com.json
I web browser access to https://investigate.api.opendns.com yields a response that it doesn't exist, but nslookup has this to say:
investigate.api.opendns.com Server: 192.168.88.1 Address: 192.168.88.1#53
Non-authoritative answer: investigate.api.opendns.com canonical name = investigate-prod-1684235967.us-west-1.elb.amazonaws.com. Name: investigate-prod-1684235967.us-west-1.elb.amazonaws.com Address: 52.52.202.183 Name: investigate-prod-1684235967.us-west-1.elb.amazonaws.com Address: 52.52.239.3
Am I doing something wrong, or did this prove insanely popular and get overrun, resulting in the service being disabled?
nealrauhauser, you need to provide a token in order to use the APIs. I do believe this is what is happening to you
The build worked fine, I tried this:
./miner.py --domain test.com
And got this as a result:
Exception: investigate: 403 Client Error: Forbidden for url: https://investigate.api.opendns.com/dnsdb/name/A/test.com.json
I web browser access to https://investigate.api.opendns.com yields a response that it doesn't exist, but nslookup has this to say:
investigate.api.opendns.com Server: 192.168.88.1 Address: 192.168.88.1#53
Non-authoritative answer: investigate.api.opendns.com canonical name = investigate-prod-1684235967.us-west-1.elb.amazonaws.com. Name: investigate-prod-1684235967.us-west-1.elb.amazonaws.com Address: 52.52.202.183 Name: investigate-prod-1684235967.us-west-1.elb.amazonaws.com Address: 52.52.239.3
Am I doing something wrong, or did this prove insanely popular and get overrun, resulting in the service being disabled?