| Net-SenderBase documentation | view source | Contained in the Net-SenderBase distribution. |
ipraw_dataversion_numberorg_nameorg_daily_magnitudeorg_monthly_magnitudeorg_idorg_categoryorg_first_messageorg_domains_countorg_ip_controlled_countorg_ip_used_countorg_fortune_1000hostnamedomain_namehostname_matches_ipdomain_daily_magnitudedomain_monthly_magnitudedomain_first_messagedomain_ratingip_daily_magnitudeip_monthly_magnitudeip_average_magnitudeip_30_day_volume_percentip_in_bonded_senderip_cidr_rangeip_blacklist_scoreip_cityip_stateip_postal_codeip_countryip_longitudeip_latitude
Net::SenderBase::Results - Results of a senderbase query
print "Results for: ", $results->ip, "\n",
"Monthly Average Magnitude: ",
$results->ip_monthly_magnitude, "\n",
"Daily Average Magnitude: ",
$results->ip_daily_magnitude, "\n";
This module is a read-only results object, giving you access to the results of a senderbase query. The only way to construct one of these objects is from a query.
Some of the items here are future enhancements to senderbase that are not yet implemented. See http://www.senderbase.org/dnsresponses.html for further details.
ipReturns the IP address you queried.
raw_dataReturns the raw data for the query, as returned by senderbase.
version_numberThe senderbase version number. Supports upgrade path to future versions of SenderBase DNS responses
org_nameOrganization Name - An entity controlling a group of mail servers and one or many domains
org_daily_magnitudeA measure of message volume calculated using a log scale with a base of 10. The maximum theoretical value of the scale is set to 10 (100% of the world's message vol.)
org_monthly_magnitudeSame as Response org_daily_magnitude, except based on monthly percentages instead of daily percentages.
org_id10 digit unique numeric identifier for an organization.
org_categoryCategory of organization (e.g, ISP, Airline, News, Adult, Commercial Bank, etc). Assigned by IronPort, using external sources like OneSource where appropriate.
org_first_messageDate as standard UNIX time format (seconds since epoch). (New, high-volume organizations may be suspicious)
org_domains_count# of domains closely associated with this organization
org_ip_controlled_count# of IP's an organization controls
org_ip_used_countEvery IP we track in SenderBase that has sent mail and is closely associated with this org
org_fortune_1000Either "Y" or "N".
F1000 = less likely to be spam.
hostnamehostname (just the part preceeding the domain name, e.g., "smtp." in the case of "smtp.ironport.com")
domain_namehostname_matches_ipDo a reverse then forward DNS lookup. If successful, then "Y", otherwise "N".
domain_daily_magnitudeSame as org_daily_magnitude, except based on domains.
domain_monthly_magnitudeSame as org_monthly_magnitude, except based on domains.
domain_first_messageDate of the first message from this domain. Date is in standard unix time format, i.e. number of seconds since the epoch.
domain_ratingIronPort's editorial opinion on the quality of mail sent by a domain (Uses scale of AAA, AA, A, similar to credit rating services)
ip_daily_magnitudeSame as org_daily_magnitude, except based on IPs.
ip_monthly_magnitudeSame as org_monthly_magnitude, except based on IPs.
ip_average_magnitudeThe average magnitude for this IP since SenderBase began tracking volumes.
ip_30_day_volume_percentThe last 30 days of volume as a percentage of total historical volume.
ip_in_bonded_sender"Y" if the IP address is in bonded sender, otherwise "N". Also
returns "Y+" on some occasions - no idea why ;-)
ip_cidr_rangeThe CIDR range associated with this IP in whois.
ip_blacklist_score# positive blacklist responses / # blacklists tracked by SenderBase
ip_cityThe city associated with this IP
ip_stateThe US state associated with this IP
ip_postal_codeThe postal code associated with this IP
ip_countryThe country associated with this IP
ip_longitudeThe longitude associated with this IP
ip_latitudeThe latitude associated with this IP
| Net-SenderBase documentation | view source | Contained in the Net-SenderBase distribution. |