Skip to content

Hostname

artima.com

Last fetched

artima.com resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · artima.comRouting diversity4.8/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/artima.com

Resolution chain

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

IPPrefixASNOperatorCountry
107.23.56.154107.23.0.0/17AS14618AMAZON-AES - Amazon.com, Inc.US
18.235.61.13618.232.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
23.21.119.17923.20.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
3.212.4.943.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.215.126.353.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.192.227.22834.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.192.40.15234.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.227.146.19934.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
54.156.179.4254.156.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.159.108.6254.156.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.243.220.3354.242.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.157.32.24754.156.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:146
Organization
artima,
Contact emails

Subdomains

2 observed subdomains of artima.com.

Web-graph footprint

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

1,818 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for artima.com.

MechanismTarget
SPF_INCLUDE_spf.google.com

Related pages

Pivot deeper into the graph from artima.com.

Cypher and MCP

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

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