Hostname
strategy.app
Last fetched
strategy.app resolves to 1 IPv4 address operated by NINE in CH. WHOIS lists iana:625 as the registrar.
Nutrition Label
Resolution chain
strategy.app 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 |
|---|---|---|---|---|
| 217.150.243.12 | 217.150.240.0/20 | AS29691 | NINE | CH |
WHOIS identity
- Registrar
- iana:625
- Organization
- furger und partner
- Contact emails
- —
Subdomains
19 observed subdomains of strategy.app.
Web-graph footprint
Distinct hostnames that link to or from strategy.app in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for strategy.app.
| Mechanism | Target |
|---|---|
| SPF_A | strategy.app |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | eu-sender.zohosubscriptions.com |
| SPF_INCLUDE | eu.transmail.net |
| SPF_INCLUDE | eu.zcsend.net |
| SPF_INCLUDE | eu.zeptomail.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 149.126.0.0/21 |
| SPF_IP | 194.126.200.0/24 |
| SPF_MX | strategy.app |
Related pages
Pivot deeper into the graph from strategy.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "strategy.app"})-[: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.