Skip to content

Hostname

webmail.hardwell.id

Last fetched

webmail.hardwell.id resolves to 1 IPv4 address operated by AS141995 in SG.

Nutrition Label

WHISPER CANON · webmail.hardwell.idRouting diversity1.5/10Peering density4.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/webmail.hardwell.id

Resolution chain

webmail.hardwell.id resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
46.250.229.20046.250.224.0/20AS141995SG

WHOIS identity

No WHOIS records are currently associated with webmail.hardwell.id in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for webmail.hardwell.id.

MechanismTarget
SPF_Awebmail.hardwell.id
SPF_INCLUDErelay.mailchannels.net
SPF_INCLUDEspf.antispamcloud.com
SPF_IP46.250.229.200
SPF_MXwebmail.hardwell.id

Related pages

Pivot deeper into the graph from webmail.hardwell.id.

Cypher and MCP

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

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