#include <phish.h>
Data Fields | |
| phish_risk_t | risk_level |
| int | server |
| int | ip |
| int | path |
| int | domain |
| char | country [3] |
| size_t | comments_length |
| char * | comments |
| int | user_scheme |
| int | suspicious_host |
|
|
Risk level of URL |
|
|
Whether the server part of the URL was found to be in the database |
|
|
Whether the IP address of the server was found to be in the database |
|
|
Whether the path part of the URL was found to be in the database |
|
|
Whether the domain of the URL was found to be in the database |
|
|
Two level country code of country where site is probably located, or "--" if the country is unknown |
|
|
Length of comments about URL, 0 if no comments |
|
|
Comments about URL, NULL if no comments |
|
|
Whether URL scheme contains a username, i.e. protocol://user... |
|
|
Whether the server part of the URL contains characters which are not normally part of a server name (e.g. non-latin characters in international domain names) |
1.4.4