Skip to content

Hostname

go.a1aff.com

Last fetched

go.a1aff.com resolves to 2 IPv4 addresses operated by AS147303 in BD.

Nutrition Label

WHISPER CANON · go.a1aff.comRouting diversity2.4/10Peering density2.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/go.a1aff.com

Resolution chain

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

IPPrefixASNOperatorCountry
103.174.153.42103.174.153.0/24AS147303BD
217.77.9.53217.77.8.0/21AS40021CONTABO-40021 - Contabo Inc.US

WHOIS identity

No WHOIS records are currently associated with go.a1aff.com in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for go.a1aff.com.

MechanismTarget
SPF_Ago.a1aff.com
SPF_IP217.77.9.53
SPF_MXgo.a1aff.com

Related pages

Pivot deeper into the graph from go.a1aff.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "go.a1aff.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.