Skip to content

Hostname

aphinity.com

Last fetched

aphinity.com resolves to 2 IPv4 addresses operated by ATT-INTERNET4 - AT&T Enterprises, LLC in US. WHOIS lists iana:2 as the registrar.

Nutrition Label

WHISPER CANON · aphinity.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/aphinity.com

Resolution chain

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

IPPrefixASNOperatorCountry
76.196.110.3376.196.0.0/16AS7018ATT-INTERNET4 - AT&T Enterprises, LLCUS
76.196.110.3976.196.0.0/16AS7018ATT-INTERNET4 - AT&T Enterprises, LLCUS

WHOIS identity

Registrar
iana:2
Organization
aphinity communications,
Contact emails

Subdomains

17 observed subdomains of aphinity.com.

Web-graph footprint

Distinct hostnames that link to or from aphinity.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for aphinity.com.

MechanismTarget
SPF_Amail.rogers.ws
SPF_INCLUDEaphinity.com
SPF_INCLUDEatt.net
SPF_INCLUDEgmail.com
SPF_INCLUDEkc.rr.com
SPF_INCLUDEsbcglobal.net
SPF_INCLUDEswbell.net
SPF_IP76.196.110.32/27

Related pages

Pivot deeper into the graph from aphinity.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "aphinity.com"})-[: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.