Hostname
swingtix.ca
Last fetched
swingtix.ca resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists registrar:easydns technologies inc. as the registrar.
Nutrition Label
Resolution chain
swingtix.ca 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 |
|---|---|---|---|---|
| 99.86.61.22 | 99.86.61.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 99.86.61.32 | 99.86.61.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 99.86.61.40 | 99.86.61.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 99.86.61.97 | 99.86.61.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
- Registrar
- registrar:easydns technologies inc.
- Organization
- —
- Contact emails
- —
Subdomains
4 observed subdomains of swingtix.ca.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for swingtix.ca.
| Mechanism | Target |
|---|---|
| SPF_A | swingtix.ca |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.messagingengine.com |
| SPF_IP | 149.56.5.169 |
| SPF_IP | 2607:5300:60:3f28:0:0:feed:169 |
| SPF_MX | swingtix.ca |
Related pages
Pivot deeper into the graph from swingtix.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "swingtix.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.