Hostname
trakaff.com
Last fetched
trakaff.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1495 as the registrar.
Nutrition Label
Resolution chain
trakaff.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 162.159.140.98 | 162.159.128.0/19 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.0.96 | 172.66.0.0/22 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:1495
- Organization
- domain admin
- Contact emails
Subdomains
19 observed subdomains of trakaff.com.
Web-graph footprint
Distinct hostnames that link to or from trakaff.com in the public web crawl.
37 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for trakaff.com.
| Mechanism | Target |
|---|---|
| SPF_A | trakaff.com |
| SPF_IP | 164.68.96.119 |
| SPF_IP | 167.172.212.220 |
| SPF_IP | 167.71.120.179 |
| SPF_IP | 167.99.238.142 |
| SPF_IP | 172.93.123.7 |
| SPF_IP | 173.82.95.67 |
| SPF_IP | 198.251.81.188 |
| SPF_IP | 207.38.82.34 |
| SPF_IP | 209.126.2.162 |
| SPF_IP | 213.136.93.66 |
| SPF_IP | 216.24.255.77 |
| SPF_IP | 5.9.240.69 |
| SPF_IP | 51.15.230.82 |
| SPF_IP | 62.171.180.136 |
| SPF_IP | 68.183.113.199 |
| SPF_IP | 68.183.141.207 |
| SPF_MX | trakaff.com |
Related pages
Pivot deeper into the graph from trakaff.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "trakaff.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.