Hostname
hemerocallis.ca
Last fetched
hemerocallis.ca resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
hemerocallis.ca 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.54.30 | 13.32.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.32.54.64 | 13.32.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.32.54.7 | 13.32.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.32.54.89 | 13.32.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.168.178.109 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.178.48 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.178.70 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.178.99 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
WHOIS identity
No WHOIS records are currently associated with hemerocallis.ca in WhisperGraph.
Subdomains
1 observed subdomain of hemerocallis.ca.
| Subdomain |
|---|
| www.hemerocallis.ca |
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for hemerocallis.ca.
| Mechanism | Target |
|---|---|
| SPF_A | hemerocallis.ca |
| SPF_INCLUDE | archerhosting.ca |
| SPF_INCLUDE | archertech.ca |
| SPF_MX | hemerocallis.ca |
Related pages
Pivot deeper into the graph from hemerocallis.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hemerocallis.ca"})-[: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.