Hostname
huskyliners.com
Last fetched
huskyliners.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
huskyliners.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.32.99.124 | 13.32.98.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.32.99.34 | 13.32.98.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.32.99.57 | 13.32.98.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.32.99.83 | 13.32.98.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.35.20.108 | 13.35.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.35.20.59 | 13.35.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.35.20.7 | 13.35.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.35.20.79 | 13.35.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.67.181.107 | 18.67.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 18.67.181.17 | 18.67.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 18.67.181.54 | 18.67.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 18.67.181.63 | 18.67.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
WHOIS identity
- Registrar
- iana:2
- Organization
- domains by proxy,
- Contact emails
Subdomains
20 observed subdomains of huskyliners.com.
Showing 19 of 20. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from huskyliners.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for huskyliners.com.
| Mechanism | Target |
|---|---|
| SPF_A | huskyliners.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 64.186.34.118 |
| SPF_MX | huskyliners.com |
Related pages
Pivot deeper into the graph from huskyliners.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "huskyliners.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.