Hostname
fastcards.ca
Last fetched
fastcards.ca resolves to 3 IPv4 addresses operated by AS42807 in TR.
Nutrition Label
Resolution chain
fastcards.ca resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 213.159.1.75 | 213.159.0.0/21 | AS42807 | — | TR |
| 84.32.84.192 | 84.32.84.0/24 | AS47583 | — | LT |
| 84.32.84.233 | 84.32.84.0/24 | AS47583 | — | LT |
WHOIS identity
No WHOIS records are currently associated with fastcards.ca in WhisperGraph.
Subdomains
6 observed subdomains of fastcards.ca.
Showing 4 of 6. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for fastcards.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 23636266.spf08.hubspotemail.net |
| SPF_INCLUDE | _spf.mail.hostinger.com |
| SPF_INCLUDE | _spf.reach.hostinger.com |
Related pages
Pivot deeper into the graph from fastcards.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fastcards.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.