Hostname
carnatics.co.uk
Last fetched
carnatics.co.uk resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB. WHOIS lists registrar:uk2 limited as the registrar.
Nutrition Label
Resolution chain
carnatics.co.uk resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.169.56.59 | 18.168.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.171.94.87 | 18.168.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.11.95.244 | 3.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 35.179.214.127 | 35.178.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
- Registrar
- registrar:uk2 limited
- Organization
- carnatics motor company
- Contact emails
- —
Subdomains
1 observed subdomain of carnatics.co.uk.
| Subdomain |
|---|
| www.carnatics.co.uk |
Web-graph footprint
Distinct hostnames that link to or from carnatics.co.uk in the public web crawl.
18 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for carnatics.co.uk.
| Mechanism | Target |
|---|---|
| SPF_A | relay.mymailcheap.com |
| SPF_MX | carnatics.co.uk |
Related pages
Pivot deeper into the graph from carnatics.co.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "carnatics.co.uk"})-[: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.