Hostname
oursson.ro
Last fetched
oursson.ro resolves to 3 IPv4 addresses operated by AS43927 in RO. WHOIS lists registrar:ici - registrar as the registrar.
Nutrition Label
Resolution chain
oursson.ro resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 188.241.117.221 | 188.241.112.0/21 | AS43927 | — | RO |
| 89.33.25.21 | 89.33.25.0/24 | AS205275 | — | RO |
| 89.45.83.150 | 89.45.83.0/24 | AS205275 | — | RO |
WHOIS identity
- Registrar
- registrar:ici - registrar
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of oursson.ro.
| Subdomain |
|---|
| cdn.oursson.ro |
| www.oursson.ro |
Web-graph footprint
Distinct hostnames that link to or from oursson.ro in the public web crawl.
8 sites link to this hostname.
6 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for oursson.ro.
| Mechanism | Target |
|---|---|
| SPF_A | oursson.ro |
| SPF_IP | 2a01:4f8:1c0c:47c4:0:0:0:1 |
| SPF_IP | 94.130.187.194 |
| SPF_MX | oursson.ro |
Related pages
Pivot deeper into the graph from oursson.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oursson.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.