Hostname
performance-matters.com
Last fetched
performance-matters.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:86 as the registrar.
Nutrition Label
Resolution chain
performance-matters.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:86
- Organization
- w. lovins
- Contact emails
Subdomains
5 observed subdomains of performance-matters.com.
Web-graph footprint
Distinct hostnames that link to or from performance-matters.com in the public web crawl.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for performance-matters.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.43.212.147 |
| SPF_IP | 104.43.255.2 |
| SPF_IP | 20.15.225.214 |
| SPF_IP | 204.197.240.190/32 |
| SPF_IP | 40.122.26.54 |
| SPF_IP | 40.78.156.77 |
Related pages
Pivot deeper into the graph from performance-matters.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "performance-matters.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.