Skip to content

Hostname

eat.fasterpay.com

Last fetched

eat.fasterpay.com resolves to 3 IPv4 addresses operated by SOFTLAYER - IBM Cloud in US.

Nutrition Label

WHISPER CANON · eat.fasterpay.comRouting diversity1.5/10Peering density7.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/eat.fasterpay.com

Resolution chain

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

IPPrefixASNOperatorCountry
216.127.71.13216.127.71.0/24AS36351SOFTLAYER - IBM CloudUS
216.127.71.16216.127.71.0/24AS36351SOFTLAYER - IBM CloudUS
216.127.71.79216.127.71.0/24AS36351SOFTLAYER - IBM CloudCA

WHOIS identity

No WHOIS records are currently associated with eat.fasterpay.com in WhisperGraph.

Subdomains

2 observed subdomains of eat.fasterpay.com.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for eat.fasterpay.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_IP169.46.167.169/32
SPF_IP169.46.37.122/32
SPF_IP169.60.239.106/32
SPF_IP169.60.239.98/32
SPF_IP174.36.92.184/29
SPF_IP216.127.71.0/24
SPF_MXeat.fasterpay.com

Related pages

Pivot deeper into the graph from eat.fasterpay.com.

Cypher and MCP

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

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