Hostname
yli.ro
Last fetched
yli.ro resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists registrar:ici - registrar as the registrar.
Nutrition Label
Resolution chain
yli.ro resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.120.74.25 | 3.120.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- registrar:ici - registrar
- Organization
- —
- Contact emails
- —
Subdomains
19 observed subdomains of yli.ro.
Web-graph footprint
Distinct hostnames that link to or from yli.ro in the public web crawl.
40 sites link to this hostname.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for yli.ro.
| Mechanism | Target |
|---|---|
| SPF_A | yli.ro |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 109.101.222.251/32 |
| SPF_IP | 109.101.254.60/32 |
| SPF_IP | 136.255.213.142 |
| SPF_IP | 148.105.0.0/16 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 81.196.151.130/32 |
| SPF_MX | yli.ro |
Related pages
Pivot deeper into the graph from yli.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "yli.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.