Hostname
monu.ro
Last fetched
monu.ro resolves to 1 IPv4 address operated by DAILY-SOL - S.C DAILY SOLUTIONS S.R.L in RO. WHOIS lists registrar:romarg srl as the registrar.
Nutrition Label
Resolution chain
monu.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 |
|---|---|---|---|---|
| 91.240.149.52 | 91.240.149.0/24 | AS200826 | DAILY-SOL - S.C DAILY SOLUTIONS S.R.L | RO |
WHOIS identity
- Registrar
- registrar:romarg srl
- Organization
- —
- Contact emails
- —
Subdomains
18 observed subdomains of monu.ro.
Web-graph footprint
Distinct hostnames that link to or from monu.ro in the public web crawl.
6 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- monu.ro
SPF policy
8 SPF mechanisms authorising senders for monu.ro.
| Mechanism | Target |
|---|---|
| SPF_A | monu.ro |
| SPF_IP | 188.241.222.238 |
| SPF_IP | 188.241.222.84 |
| SPF_IP | 2a00:ece1:0:2:0:0:0:2d0 |
| SPF_IP | 2a00:ece1:0:6:0:0:0:12b |
| SPF_IP | 89.44.200.205 |
| SPF_IP | 91.240.149.52 |
| SPF_MX | monu.ro |
Related pages
Pivot deeper into the graph from monu.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "monu.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.