You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error executing the network-util.py anyone else with this issue?
~/api/redcanary-response-utils# ./network-util.py
QUERY: netconn_count:[1 TO *]
RESULT COUNT: 393
Traceback (most recent call last):
File "./network-util.py", line 370, in
sys.exit(main())
File "./network-util.py", line 357, in main
domain=args.domain)
File "./network-util.py", line 158, in process_search
dst_ip = ipaddress.ip_address(netconn.remote_ip)
File "/usr/lib/python2.7/dist-packages/ipaddress.py", line 166, in ip_address
address)
ValueError: u'' does not appear to be an IPv4 or IPv6 address
The text was updated successfully, but these errors were encountered:
I can confirm that the remote ip (destination ip) is empty for connections that go through a proxy. In that case the domain, proxy_ip and proxy_port fields are filled in.
I get the following error executing the network-util.py anyone else with this issue?
~/api/redcanary-response-utils# ./network-util.py
QUERY: netconn_count:[1 TO *]
RESULT COUNT: 393
Traceback (most recent call last):
File "./network-util.py", line 370, in
sys.exit(main())
File "./network-util.py", line 357, in main
domain=args.domain)
File "./network-util.py", line 158, in process_search
dst_ip = ipaddress.ip_address(netconn.remote_ip)
File "/usr/lib/python2.7/dist-packages/ipaddress.py", line 166, in ip_address
address)
ValueError: u'' does not appear to be an IPv4 or IPv6 address
The text was updated successfully, but these errors were encountered: