Skip to content

Hostname

jot-data-dev.mta-contracts.org

Last fetched

jot-data-dev.mta-contracts.org resolves to 6 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · jot-data-dev.mta-contracts.orgRouting diversity4.2/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/jot-data-dev.mta-contracts.org

Resolution chain

jot-data-dev.mta-contracts.org resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.48.33.215101.0.21.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
3.219.19.1823.218.181.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
3.224.3.484.4.61.192/26AS14618AMAZON-AES - Amazon.com, Inc.US
35.170.240.23235.184.112.0/20AS14618AMAZON-AES - Amazon.com, Inc.US
54.208.246.3654.222.12.0/23AS14618AMAZON-AES - Amazon.com, Inc.US
54.211.148.17754.222.19.0/24AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with jot-data-dev.mta-contracts.org in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from jot-data-dev.mta-contracts.org.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "jot-data-dev.mta-contracts.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.