Hostname
performation.com
Last fetched
performation.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
performation.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:269
- Organization
- performation healthcare intelligence bv
- Contact emails
Subdomains
24 observed subdomains of performation.com.
Web-graph footprint
Distinct hostnames that link to or from performation.com in the public web crawl.
25 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for performation.com.
| Mechanism | Target |
|---|---|
| SPF_A | gw2.mail.uniserver.nl |
| SPF_A | mail-eopbgr130102.outbound.protection.outlook.com |
| SPF_A | mail-in-ext02.hosting.widexs.nl |
| SPF_A | mailgun.org |
| SPF_A | outbound.protection.outlook.com |
| SPF_A | spf-de.emailsignatures365.com |
| SPF_INCLUDE | spf.afas.online |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.69.75.5/32 |
| SPF_IP | 213.199.154.239 |
| SPF_IP | 40.95.51.84 |
| SPF_IP | 5.39.174.249 |
| SPF_IP | 83.143.187.131/32 |
| SPF_IP | 83.143.187.141 |
| SPF_MX | performation.com |
Related pages
Pivot deeper into the graph from performation.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "performation.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.