Hostname
lfsevilla.com
Last fetched
lfsevilla.com resolves to 1 IPv4 address operated by QEMUGENCLOUD in ES. WHOIS lists iana:1600 as the registrar.
Nutrition Label
Resolution chain
lfsevilla.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 |
|---|---|---|---|---|
| 185.232.41.40 | 185.232.41.0/24 | AS211798 | QEMUGENCLOUD | ES |
WHOIS identity
- Registrar
- iana:1600
- Organization
- jean-fran?ois guillerm
- Contact emails
Subdomains
9 observed subdomains of lfsevilla.com.
Web-graph footprint
Distinct hostnames that link to or from lfsevilla.com in the public web crawl.
24 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- lfsevilla.com
SPF policy
9 SPF mechanisms authorising senders for lfsevilla.com.
| Mechanism | Target |
|---|---|
| SPF_A | lfsevilla.com |
| SPF_INCLUDE | qemugen.com |
| SPF_INCLUDE | spfa.registrosdns.com |
| SPF_IP | 178.33.164.122 |
| SPF_IP | 185.129.250.88 |
| SPF_IP | 185.232.41.40 |
| SPF_IP | 217.61.128.231 |
| SPF_IP | 89.44.32.94 |
| SPF_MX | lfsevilla.com |
Related pages
Pivot deeper into the graph from lfsevilla.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lfsevilla.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.