Hostname
physio-sante.com
Last fetched
physio-sante.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
physio-sante.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:69
- Organization
- clinique physio-sante
- Contact emails
Subdomains
3 observed subdomains of physio-sante.com.
Web-graph footprint
Distinct hostnames that link to or from physio-sante.com in the public web crawl.
11 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for physio-sante.com.
| Mechanism | Target |
|---|---|
| SPF_A | physio-sante.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | u28489622.wl123.sendgrid.net |
| SPF_IP | 173.46.157.11 |
| SPF_IP | 207.126.101.0/24 |
| SPF_IP | 66.187.113.154 |
| SPF_IP | 66.187.113.6 |
| SPF_IP | 66.187.114.146 |
| SPF_IP | 66.46.0.0/16 |
| SPF_IP | 69.51.202.206 |
| SPF_IP | 74.115.206.0/24 |
| SPF_IP | 81.91.77.2/32 |
| SPF_MX | physio-sante.com |
Related pages
Pivot deeper into the graph from physio-sante.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "physio-sante.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.