Hostname
immodelux.com
Last fetched
immodelux.com resolves to 2 IPv4 addresses operated by SOLTIA in ES. WHOIS lists iana:1383 as the registrar.
Nutrition Label
Resolution chain
immodelux.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 |
|---|---|---|---|---|
| 31.170.101.188 | 31.170.100.0/22 | AS201942 | SOLTIA | ES |
| 31.170.101.200 | 31.170.100.0/22 | AS201942 | SOLTIA | ES |
WHOIS identity
- Registrar
- iana:1383
- Organization
- gillet-schelkens sl
- Contact emails
Subdomains
1 observed subdomain of immodelux.com.
| Subdomain |
|---|
| www.immodelux.com |
Web-graph footprint
Distinct hostnames that link to or from immodelux.com in the public web crawl.
Sample inbound links
Sample outbound links
- web-vapf-laravel.s3.eu-south-2.amazonaws.com
- web-vapf-planos-unidades-apartamentos.s3.eu-south-2.amazonaws.com
- web-vapf-planos-unidades-villas.s3.eu-south-2.amazonaws.com
- plusvillas-originales.s3-eu-west-3.amazonaws.com
- fotos15.apinmo.com
- support.apple.com
- automattic.com
- casamiaestates.com
- chandler-estates.com
- facebook.com
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for immodelux.com.
| Mechanism | Target |
|---|---|
| SPF_A | immodelux.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_MX | immodelux.com |
Related pages
Pivot deeper into the graph from immodelux.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "immodelux.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.