Skip to content

Hostname

jasonweiler.com

Last fetched

jasonweiler.com resolves to 2 IPv4 addresses operated by HVC-AS - HIVELOCITY, Inc. in US. WHOIS lists iana:48 as the registrar.

Nutrition Label

WHISPER CANON · jasonweiler.comRouting diversity2.4/10Peering density8.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.0/10canon.whisper.security/host/jasonweiler.com

Resolution chain

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

IPPrefixASNOperatorCountry
216.86.153.116216.86.144.0/20AS29802HVC-AS - HIVELOCITY, Inc.US
38.91.57.18738.91.56.0/22AS32181ASN-GIGENET - GigeNETUS

WHOIS identity

Registrar
iana:48
Organization
jason weiler
Contact emails

Subdomains

18 observed subdomains of jasonweiler.com.

Web-graph footprint

Distinct hostnames that link to or from jasonweiler.com in the public web crawl.

6 sites link to this hostname.

5 sites linked to from this hostname.

Threat posture

History

Mail and authentication

MX records

  • jasonweiler.com

SPF policy

5 SPF mechanisms authorising senders for jasonweiler.com.

MechanismTarget
SPF_Ajasonweiler.com
SPF_IP208.117.6.113
SPF_IP38.91.57.186
SPF_IP38.91.57.187
SPF_MXjasonweiler.com

Related pages

Pivot deeper into the graph from jasonweiler.com.

Cypher and MCP

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

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