Hostname
luis-simoes.com
Last fetched
luis-simoes.com resolves to 3 IPv4 addresses operated by AS59787 in PT. WHOIS lists iana:168 as the registrar.
Nutrition Label
Resolution chain
luis-simoes.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.31.158.162 | 185.31.158.0/24 | AS59787 | — | PT |
| 62.48.166.194 | 62.48.128.0/17 | AS15525 | — | PT |
| 94.126.172.169 | 94.126.168.0/21 | AS33876 | — | PT |
WHOIS identity
- Registrar
- iana:168
- Organization
- ls - gestao empresarial e imobiliaria,
- Contact emails
Subdomains
15 observed subdomains of luis-simoes.com.
Web-graph footprint
Distinct hostnames that link to or from luis-simoes.com in the public web crawl.
69 sites link to this hostname.
96 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for luis-simoes.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.kmitd.com |
| SPF_INCLUDE | ab.sendgrid.net |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.luis-simoes.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | u11877660.wl161.sendgrid.net |
Related pages
Pivot deeper into the graph from luis-simoes.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "luis-simoes.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.