Hostname
bar-moro.com
Last fetched
bar-moro.com resolves to 1 IPv4 address operated by AS12637 in IT. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
bar-moro.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 |
|---|---|---|---|---|
| 37.9.228.140 | 37.9.254.0/23 | AS12637 | — | IT |
WHOIS identity
- Registrar
- iana:303
- Organization
- bar moro
- Contact emails
Subdomains
3 observed subdomains of bar-moro.com.
Web-graph footprint
Distinct hostnames that link to or from bar-moro.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for bar-moro.com.
| Mechanism | Target |
|---|---|
| SPF_A | bar-moro.com |
| SPF_IP | 37.9.228.138/32 |
| SPF_IP | 37.9.228.139 |
| SPF_IP | 37.9.228.140 |
| SPF_IP | 37.9.228.141 |
| SPF_IP | 37.9.228.142 |
| SPF_IP | 85.94.193.152 |
| SPF_IP | 85.94.193.153 |
| SPF_IP | 85.94.193.154 |
| SPF_IP | 85.94.193.155 |
| SPF_IP | 85.94.193.156 |
| SPF_IP | 85.94.193.157 |
| SPF_IP | 85.94.193.158 |
| SPF_IP | 85.94.193.159 |
| SPF_MX | bar-moro.com |
Related pages
Pivot deeper into the graph from bar-moro.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bar-moro.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.