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
In the CIRCL passive DNS analyzer only domain and url types are listed. However in the pypdns module IPs can also be queried. I have already made the extension for it and I could make a PR, but I also found that IPs pass the domain/url filters since they dont have '/' and http to split (therefore the query succeeds.
Possible Solutions
1- Do you want the PR
2- Do you want me to do stronger checks (url is url, domain domain and IP ip? or leave it as it is
The text was updated successfully, but these errors were encountered:
IP type for CIRCL Passive DNS and others.
Request Type
Feature
Work Environment
Description
In the CIRCL passive DNS analyzer only domain and url types are listed. However in the pypdns module IPs can also be queried. I have already made the extension for it and I could make a PR, but I also found that IPs pass the domain/url filters since they dont have '/' and http to split (therefore the query succeeds.
Possible Solutions
1- Do you want the PR
2- Do you want me to do stronger checks (url is url, domain domain and IP ip? or leave it as it is
The text was updated successfully, but these errors were encountered: