Skip to content

Hostname

jomunro.com

Last fetched

jomunro.com resolves to 1 IPv4 address operated by AS45671 in AU. WHOIS lists iana:269 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
223.252.30.98223.252.0.0/18AS45671AU

WHOIS identity

Registrar
iana:269
Organization
cosmic web designs
Contact emails

Subdomains

2 observed subdomains of jomunro.com.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for jomunro.com.

MechanismTarget
SPF_IP223.252.30.100
SPF_IP223.252.30.101
SPF_IP223.252.30.98
SPF_IP223.252.30.99

Related pages

Pivot deeper into the graph from jomunro.com.

Cypher and MCP

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

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