Hostname
rfevb.com
Last fetched
rfevb.com resolves to 2 IPv4 addresses operated by FONTVENTA in ES. WHOIS lists iana:379 as the registrar.
Nutrition Label
Resolution chain
rfevb.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 194.165.60.33 | 194.165.60.0/24 | AS199772 | FONTVENTA | ES |
| 82.98.146.6 | 82.98.128.0/18 | AS42612 | DINAHOSTING-AS | ES |
WHOIS identity
- Registrar
- iana:379
- Organization
- real federacion espaola de voleibol
- Contact emails
Subdomains
10 observed subdomains of rfevb.com.
Web-graph footprint
Distinct hostnames that link to or from rfevb.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for rfevb.com.
| Mechanism | Target |
|---|---|
| SPF_A | d157.dinaserver.com |
| SPF_A | d741.dinaserver.com |
| SPF_INCLUDE | _spf.serviciodecorreo.es |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.191.65.5 |
| SPF_IP | 80.28.109.241 |
| SPF_IP | 82.98.136.243 |
| SPF_IP | 82.98.146.6 |
| SPF_IP | 82.98.160.77 |
| SPF_MX | rfevb.com |
Related pages
Pivot deeper into the graph from rfevb.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rfevb.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.