Open totoroha opened 5 years ago
please do a 'pip install requests'. The module seems to be missing in your environment.
Let me google first. Thanks Abhinavbom
I'm able to fix the problem. and added the API key from urlvoid to the script as below:
and do the python tih.py -update, and got the following error:
TOR Exit node IP
TOR Exit node IP_20190130-110738.txt
Building database
Traceback (most recent call last):
File "tih.py", line 62, in
It seems like you are not able to connect to https connections. Can you go the line number 47 of lib/feeds.py and remove the below two lines:
tor_exit_nodes = "https://check.torproject.org/exit-addresses"
If you get SSL error for any other URL in feed, then repeat the same step.
Total scanned indicators 46325
Connecting to Virustotal
looking for IP xxxx
Traceback (most recent call last):
File "tih.py", line 62, in
It seems like the IP you searched for isn't available on Virustotal. What commandline arguement did you pass?
python tih.py -ip x.x.x.x. I checked the IP address,you're correct. The IP is not available on VT database. Tested new ip with your script, and this is result from VT. https://www.virustotal.com/#/ip-address/183.90.245.34 result from your script: Connecting with http://www.ciarmy.com/list/ci-badguys.txt Total scanned indicators 46434 Connecting to Virustotal looking for IP 183.90.245.34
IP is not found in VT, but here is some info
Owner: SAKURA Internet Inc. Country: JP
So you mean that the IP was present in VT, but the script said that there are no details about the IP in VT. Is that correct?
take the IP above as an example, and you will see what i mean ^_^
This is the error that i have on my machine:
python tih.py -ip x.x.x.x Traceback (most recent call last): File "tih.py", line 4, in
from lib.parse import *
File "C:\Users\jason\Downloads\Threat-Intelligence-Hunter-master\Threat-Intelligence-Hunter-master\lib\parse.py", line 8, in
import requests
ImportError: No module named requests
How do i fix this?