Skip to content

Hostname

elev8self.com

Last fetched

elev8self.com resolves to 1 IPv4 address operated by AS62068 in NL. WHOIS lists iana:1387 as the registrar.

Nutrition Label

WHISPER CANON · elev8self.comRouting diversity1.5/10Peering density4.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.0/10canon.whisper.security/host/elev8self.com

Resolution chain

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

IPPrefixASNOperatorCountry
45.87.41.3245.87.41.0/24AS62068NL

WHOIS identity

Registrar
iana:1387
Organization
on behalf of elev8self.com owner
Contact emails

Threat posture

History

Mail and authentication

MX records

  • elev8self.com

SPF policy

4 SPF mechanisms authorising senders for elev8self.com.

MechanismTarget
SPF_Aelev8self.com
SPF_IP195.201.203.218
SPF_IP45.87.41.32
SPF_MXelev8self.com

Related pages

Pivot deeper into the graph from elev8self.com.

Cypher and MCP

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

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