Hostname
alimac.dev
Last fetched
alimac.dev resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
alimac.dev resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.32.241.3 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.46 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.81 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.84 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.161.205.44 | 18.161.204.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.161.205.57 | 18.161.204.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.161.205.7 | 18.161.204.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.161.205.89 | 18.161.204.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
2 observed subdomains of alimac.dev.
| Subdomain |
|---|
| ps.alimac.dev |
| www.alimac.dev |
Web-graph footprint
Distinct hostnames that link to or from alimac.dev in the public web crawl.
7 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for alimac.dev.
| Mechanism | Target |
|---|---|
| SPF_A | alimac.dev |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 209.85.167.44/32 |
| SPF_IP | 54.219.243.86 |
Related pages
Pivot deeper into the graph from alimac.dev.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "alimac.dev"})-[: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.