Hostname
schoolfriendly.ro
Last fetched
schoolfriendly.ro resolves to 2 IPv4 addresses operated by AS24940 in FI. WHOIS lists registrar:ici - registrar as the registrar.
Nutrition Label
Resolution chain
schoolfriendly.ro resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 95.217.19.184 | 95.217.0.0/16 | AS24940 | — | FI |
| 204.168.252.133 | 204.168.128.0/17 | AS24940 | — | NL |
WHOIS identity
- Registrar
- registrar:ici - registrar
- Organization
- —
- Contact emails
- —
Subdomains
4 observed subdomains of schoolfriendly.ro.
Web-graph footprint
Distinct hostnames that link to or from schoolfriendly.ro in the public web crawl.
7 sites link to this hostname.
16 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for schoolfriendly.ro.
| Mechanism | Target |
|---|---|
| SPF_A | schoolfriendly.ro |
| SPF_IP | 176.9.82.150 |
| SPF_MX | schoolfriendly.ro |
Related pages
Pivot deeper into the graph from schoolfriendly.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "schoolfriendly.ro"})-[: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.