Hostname
indicia.com
Last fetched
indicia.com resolves to 7 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
indicia.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.42.3.26 | 13.40.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.130.187.64 | 18.130.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.135.12.47 | 18.132.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.170.75.30 | 18.168.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.9.253.80 | 3.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.9.30.105 | 3.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 16.60.109.108 | 16.60.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of indicia.com owner
- Contact emails
Subdomains
19 observed subdomains of indicia.com.
Web-graph footprint
Distinct hostnames that link to or from indicia.com in the public web crawl.
17 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for indicia.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 185862.spf02.hubspotemail.net |
| SPF_INCLUDE | _netblocks.mimecast.com |
| SPF_INCLUDE | _spf.indicia.com |
Related pages
Pivot deeper into the graph from indicia.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "indicia.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.