Skip to content

Hostname

ink1001.com

Last fetched

ink1001.com resolves to 10 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:1387 as the registrar.

Nutrition Label

WHISPER CANON · ink1001.comRouting diversity3.9/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/ink1001.com

Resolution chain

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

IPPrefixASNOperatorCountry
34.233.35.18234.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.228.149.6144.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.228.197.5244.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.231.149.16044.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.232.159.15144.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.232.27.11644.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.232.59.1244.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
54.144.97.21354.144.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.71.231.23054.70.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
18.211.116.12118.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:1387
Organization
movable ink
Contact emails

Subdomains

5 observed subdomains of ink1001.com.

Web-graph footprint

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

Threat posture

History

Related pages

Pivot deeper into the graph from ink1001.com.

Cypher and MCP

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

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