Hostname
edilrom.com
Last fetched
edilrom.com resolves to 1 IPv4 address operated by UNICOMLAB-AS in RO. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
edilrom.com 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 |
|---|---|---|---|---|
| 176.223.122.229 | 176.223.122.0/23 | AS44043 | UNICOMLAB-AS | RO |
WHOIS identity
- Registrar
- iana:69
- Organization
- s.c. mattia edilrom srl
- Contact emails
Subdomains
14 observed subdomains of edilrom.com.
Web-graph footprint
Distinct hostnames that link to or from edilrom.com in the public web crawl.
6 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for edilrom.com.
| Mechanism | Target |
|---|---|
| SPF_A | edilrom.com |
| SPF_INCLUDE | spf.mxserver.ro |
| SPF_IP | 176.223.122.229 |
| SPF_IP | 185.92.194.80 |
| SPF_IP | 46.102.249.9 |
| SPF_IP | 89.42.218.87 |
| SPF_MX | edilrom.com |
Related pages
Pivot deeper into the graph from edilrom.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "edilrom.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.