Hostname
snmf.ro
Last fetched
snmf.ro resolves to 1 IPv4 address operated by AS24940 in DE. WHOIS lists registrar:romarg srl as the registrar.
Nutrition Label
Resolution chain
snmf.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 |
|---|---|---|---|---|
| 168.119.0.238 | 168.119.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- registrar:romarg srl
- Organization
- —
- Contact emails
- —
Subdomains
6 observed subdomains of snmf.ro.
Web-graph footprint
Distinct hostnames that link to or from snmf.ro in the public web crawl.
120 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for snmf.ro.
| Mechanism | Target |
|---|---|
| SPF_A | _spf.globehosting.net |
| SPF_A | snmf.ro |
| SPF_INCLUDE | _spf.createsend.com |
| SPF_INCLUDE | _spf.globehosting.net |
| SPF_IP | 185.247.61.58 |
| SPF_IP | 188.213.19.66 |
| SPF_IP | 23.83.212.4/32 |
| SPF_IP | 88.99.241.111 |
| SPF_IP | 92.114.86.0/24 |
| SPF_IP | 92.114.87.0/24 |
| SPF_IP | 94.177.98.0/24 |
| SPF_IP | 94.177.99.0/24 |
| SPF_MX | snmf.ro |
Related pages
Pivot deeper into the graph from snmf.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "snmf.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.