Skip to content

Hostname

ho.steynserver.com

Last fetched

ho.steynserver.com resolves to 1 IPv4 address operated by AS-HOSTINGER in US.

Nutrition Label

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

Resolution chain

ho.steynserver.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
167.88.38.202167.88.36.0/22AS47583AS-HOSTINGERUS

WHOIS identity

No WHOIS records are currently associated with ho.steynserver.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for ho.steynserver.com.

MechanismTarget
SPF_INCLUDEemailsrvr.com
SPF_INCLUDEho.steynserver.com
SPF_INCLUDEsparkpostmail.com
SPF_INCLUDEspmailtechn.com
SPF_INCLUDEsteynserver.com
SPF_IP167.88.38.202

Related pages

Pivot deeper into the graph from ho.steynserver.com.

Cypher and MCP

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

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