phishguard / features.json
Uzmann's picture
features added
704236b
[
"has_https",
"has_http",
"url_length",
"number_of_dots_in_url",
"having_repeated_digits_in_url",
"number_of_digits_in_url",
"number_of_special_char_in_url",
"number_of_hyphens_in_url",
"number_of_underline_in_url",
"number_of_slash_in_url",
"number_of_questionmark_in_url",
"number_of_equal_in_url",
"number_of_at_in_url",
"number_of_dollar_in_url",
"number_of_exclamation_in_url",
"number_of_hashtag_in_url",
"number_of_percent_in_url",
"domain_length",
"number_of_dots_in_domain",
"number_of_hyphens_in_domain",
"having_special_characters_in_domain",
"number_of_special_characters_in_domain",
"having_digits_in_domain",
"number_of_digits_in_domain",
"having_repeated_digits_in_domain",
"number_of_subdomains",
"subdomain_depth",
"having_hyphen_in_subdomain",
"average_subdomain_length",
"average_number_of_hyphens_in_subdomain",
"having_special_characters_in_subdomain",
"number_of_special_characters_in_subdomain",
"having_digits_in_subdomain",
"number_of_digits_in_subdomain",
"having_repeated_digits_in_subdomain",
"having_path",
"path_length",
"having_query",
"having_fragment",
"having_anchor",
"entropy_of_url",
"entropy_of_domain"
]