Hostname
luis.com.ve
Last fetched
luis.com.ve resolves to 2 IPv4 addresses operated by IS-AS-1 - Interserver, Inc in US.
Nutrition Label
Resolution chain
luis.com.ve 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 |
|---|---|---|---|---|
| 192.64.85.18 | 192.64.80.0/21 | AS19318 | IS-AS-1 - Interserver, Inc | US |
| 198.50.159.41 | 198.50.128.0/17 | AS16276 | — | CA |
WHOIS identity
No WHOIS records are currently associated with luis.com.ve in WhisperGraph.
Subdomains
2 observed subdomains of luis.com.ve.
| Subdomain |
|---|
| mail.luis.com.ve |
| www.luis.com.ve |
Threat posture
History
Mail and authentication
MX records
- luis.com.ve
SPF policy
5 SPF mechanisms authorising senders for luis.com.ve.
| Mechanism | Target |
|---|---|
| SPF_A | luis.com.ve |
| SPF_INCLUDE | relay.mailbaby.net |
| SPF_IP | 15.235.15.204 |
| SPF_IP | 15.235.85.214 |
| SPF_MX | luis.com.ve |
Related pages
Pivot deeper into the graph from luis.com.ve.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "luis.com.ve"})-[: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.