Hostname
financesdesign.com
Last fetched
financesdesign.com resolves to 1 IPv4 address operated by AS199959 in US. WHOIS lists iana:440 as the registrar.
Nutrition Label
Resolution chain
financesdesign.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 192.169.6.17 | 192.169.6.0/24 | AS199959 | — | US |
WHOIS identity
- Registrar
- iana:440
- Organization
- nikki hale
- Contact emails
Subdomains
6 observed subdomains of financesdesign.com.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for financesdesign.com.
| Mechanism | Target |
|---|---|
| SPF_A | financesdesign.com |
| SPF_IP | 104.219.16.160/32 |
| SPF_IP | 104.219.16.162/32 |
| SPF_IP | 167.88.3.31/32 |
| SPF_IP | 167.88.3.32/32 |
| SPF_IP | 185.170.40.33/32 |
| SPF_IP | 185.170.40.34/32 |
| SPF_IP | 195.123.243.120/32 |
| SPF_IP | 195.123.243.135/32 |
| SPF_IP | 202.5.25.181/32 |
| SPF_IP | 202.5.25.182/32 |
| SPF_MX | financesdesign.com |
Related pages
Pivot deeper into the graph from financesdesign.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "financesdesign.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.