Skip to content

Hostname

mail.interface.ca

Last fetched

mail.interface.ca resolves to 2 IPv4 addresses operated by SERVERNET - Gwinnett County Government in CA.

Nutrition Label

WHISPER CANON · mail.interface.caRouting diversity1.5/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/mail.interface.ca

Resolution chain

mail.interface.ca resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
208.69.12.42208.69.12.0/24AS36543SERVERNET - Gwinnett County GovernmentCA
208.69.12.44208.69.12.0/24AS36543SERVERNET - Gwinnett County GovernmentCA

WHOIS identity

No WHOIS records are currently associated with mail.interface.ca in WhisperGraph.

Subdomains

1 observed subdomain of mail.interface.ca.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for mail.interface.ca.

MechanismTarget
SPF_Amail.interface.ca
SPF_IP208.69.12.42
SPF_IP208.69.12.44
SPF_MXmail.interface.ca

Related pages

Pivot deeper into the graph from mail.interface.ca.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "mail.interface.ca"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.