Skip to content

Hostname

jay.blue

Last fetched

jay.blue resolves to 2 IPv4 addresses operated by FASTLY - Fastly, Inc. in JP. WHOIS lists iana:625 as the registrar.

Nutrition Label

WHISPER CANON · jay.blueRouting diversity2.4/10Peering density7.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint8.5/10canon.whisper.security/host/jay.blue

Resolution chain

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

IPPrefixASNOperatorCountry
151.101.111.7151.101.0.0/16AS54113FASTLY - Fastly, Inc.JP
151.101.251.7151.101.248.0/22AS54113FASTLY - Fastly, Inc.BR

WHOIS identity

Registrar
iana:625
Organization
contact privacy inc. customer 1247481913
Contact emails

Subdomains

1 observed subdomain of jay.blue.

Subdomain
www.jay.blue

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for jay.blue.

MechanismTarget
SPF_INCLUDEspf.messagingengine.com

Related pages

Pivot deeper into the graph from jay.blue.

Cypher and MCP

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

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