Hostname
planeo.com
Last fetched
planeo.com resolves to 1 IPv4 address operated by AS47447 in DE. WHOIS lists iana:1328 as the registrar.
Nutrition Label
Resolution chain
planeo.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 |
|---|---|---|---|---|
| 109.71.74.254 | 109.71.72.0/22 | AS47447 | — | DE |
WHOIS identity
- Registrar
- iana:1328
- Organization
- jesus monleon
- Contact emails
Subdomains
19 observed subdomains of planeo.com.
Web-graph footprint
Distinct hostnames that link to or from planeo.com in the public web crawl.
12 sites link to this hostname.
44 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for planeo.com.
| Mechanism | Target |
|---|---|
| SPF_A | planeo.com |
| SPF_INCLUDE | ispgateway.de |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.strold.io |
| SPF_IP | 109.71.74.254 |
| SPF_IP | 185.88.215.134 |
| SPF_IP | 185.88.215.138 |
| SPF_IP | 185.88.215.140 |
| SPF_IP | 185.88.215.82 |
| SPF_IP | 2a00:f48:1008:0:0:215:134:10 |
| SPF_IP | 2a00:f48:1008:0:0:215:138:10 |
| SPF_IP | 2a00:f48:1008:0:0:215:140:10 |
| SPF_IP | 2a00:f48:1008:0:0:215:82:10 |
| SPF_IP | 2a05:cc00:0:0:0:74:254:10 |
| SPF_MX | planeo.com |
Related pages
Pivot deeper into the graph from planeo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "planeo.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.