We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
improvement
Phishtank analyzer does not consider every information available (in_database, verified, valid ) to determine if an url is a phish or not.
in_database
verified
valid
Set results to : malicious : in_database = true, verified = true, valid = true suspicious: in_database = true, verified = false, valid = false safe: in_database = true, verified = true, valid = false unknown: in_database = false, verified = false, valid = false
malicious
suspicious
safe
unknown
The text was updated successfully, but these errors were encountered:
#181 improve maliciousness evaluation
a77bdb8
jeromeleonard
No branches or pull requests
Request Type
improvement
Description
Phishtank analyzer does not consider every information available (
in_database
,verified
,valid
) to determine if an url is a phish or not.Possible Solutions
Set results to :
malicious
: in_database = true, verified = true, valid = truesuspicious
: in_database = true, verified = false, valid = falsesafe
: in_database = true, verified = true, valid = falseunknown
: in_database = false, verified = false, valid = falseThe text was updated successfully, but these errors were encountered: