Hostname
romstal.md
Last fetched
romstal.md resolves to 1 IPv4 address operated by AS44388 in MD.
Nutrition Label
Resolution chain
romstal.md 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 |
|---|---|---|---|---|
| 195.178.106.89 | 195.178.106.0/24 | AS44388 | — | MD |
WHOIS identity
No WHOIS records are currently associated with romstal.md in WhisperGraph.
Subdomains
15 observed subdomains of romstal.md.
Web-graph footprint
Distinct hostnames that link to or from romstal.md in the public web crawl.
31 sites link to this hostname.
26 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 romstal.md.
| Mechanism | Target |
|---|---|
| SPF_A | romstal.md |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 195.178.106.89 |
| SPF_IP | 77.89.244.106 |
| SPF_IP | 77.89.244.107 |
| SPF_IP | 77.89.244.108 |
| SPF_IP | 77.89.244.110 |
| SPF_IP | 79.140.160.80/32 |
| SPF_MX | mail2.romstal.md |
| SPF_MX | romstal.md |
Related pages
Pivot deeper into the graph from romstal.md.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "romstal.md"})-[: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.