Hostname
spf.luis-simoes.com
Last fetched
spf.luis-simoes.com resolves to 4 IPv4 addresses operated by AS15525 in PT.
Nutrition Label
Resolution chain
spf.luis-simoes.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 62.48.166.194 | 62.48.128.0/17 | AS15525 | — | PT |
| 62.48.166.196 | 62.48.128.0/17 | AS15525 | — | PT |
| 88.157.214.210 | 88.157.128.0/17 | AS1897 | — | PT |
| 89.115.233.34 | 89.114.0.0/15 | AS12353 | — | PT |
WHOIS identity
No WHOIS records are currently associated with spf.luis-simoes.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for spf.luis-simoes.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 104.47.0.0/17 |
| SPF_IP | 149.72.157.11 |
| SPF_IP | 2a01:111:f400::0/48 |
| SPF_IP | 2a01:111:f403::0/48 |
| SPF_IP | 40.107.0.0/16 |
| SPF_IP | 40.92.0.0/15 |
| SPF_IP | 52.100.0.0/14 |
| SPF_IP | 62.48.166.194 |
| SPF_IP | 62.48.166.196 |
| SPF_IP | 83.240.246.14 |
| SPF_IP | 88.157.214.210 |
| SPF_IP | 89.115.233.34 |
Related pages
Pivot deeper into the graph from spf.luis-simoes.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spf.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.