Hostname
lavuh.com
Last fetched
lavuh.com resolves to 1 IPv4 address operated by AS47583 in US. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
lavuh.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 |
|---|---|---|---|---|
| 213.190.6.33 | 213.190.6.0/24 | AS47583 | — | US |
WHOIS identity
- Registrar
- iana:1647
- Organization
- felipe dos reis fernandes
- Contact emails
Subdomains
31 observed subdomains of lavuh.com.
Web-graph footprint
Distinct hostnames that link to or from lavuh.com in the public web crawl.
11 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for lavuh.com.
| Mechanism | Target |
|---|---|
| SPF_A | lavuh.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | spf.mx.hostinger.com |
| SPF_IP | 172.106.18.200 |
| SPF_IP | 177.53.140.140 |
| SPF_IP | 187.108.197.190 |
| SPF_IP | 191.96.4.243 |
| SPF_IP | 191.96.6.160 |
| SPF_IP | 192.99.175.128 |
| SPF_IP | 23.105.149.200 |
| SPF_MX | lavuh.com |
Related pages
Pivot deeper into the graph from lavuh.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lavuh.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.