Skip to content

Hostname

johnnylucky.org

Last fetched

johnnylucky.org resolves to 2 IPv4 addresses operated by WHG-DAL in US. WHOIS lists iana:69 as the registrar.

Nutrition Label

WHISPER CANON · johnnylucky.orgRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/johnnylucky.org

Resolution chain

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

IPPrefixASNOperatorCountry
198.38.90.151198.38.90.0/24AS36454WHG-DALUS
45.79.5.9545.79.0.0/21AS63949AKAMAI-LINODE-AP Akamai Connected CloudUS

WHOIS identity

Registrar
iana:69
Organization
individual
Contact emails

Subdomains

25 observed subdomains of johnnylucky.org.

Web-graph footprint

Distinct hostnames that link to or from johnnylucky.org in the public web crawl.

20 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for johnnylucky.org.

MechanismTarget
SPF_A5817.submission.antispamcloud.com
SPF_Ajohnnylucky.org
SPF_Arelease.antispamcloud.com
SPF_INCLUDEspf.mysecurecloudhost.com
SPF_IP198.38.90.151
SPF_IP45.79.5.95
SPF_MXjohnnylucky.org

Related pages

Pivot deeper into the graph from johnnylucky.org.

Cypher and MCP

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

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