Hostname
sms.planetit.gr
Last fetched
sms.planetit.gr resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
sms.planetit.gr 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 |
|---|---|---|---|---|
| 144.76.1.48 | 144.76.0.0/16 | AS24940 | — | DE |
| 144.76.234.55 | 144.76.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with sms.planetit.gr in WhisperGraph.
Subdomains
1 observed subdomain of sms.planetit.gr.
| Subdomain |
|---|
| www.sms.planetit.gr |
Web-graph footprint
Distinct hostnames that link to or from sms.planetit.gr in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for sms.planetit.gr.
| Mechanism | Target |
|---|---|
| SPF_A | sms.planetit.gr |
| SPF_IP | 77.235.48.113 |
| SPF_MX | sms.planetit.gr |
Related pages
Pivot deeper into the graph from sms.planetit.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sms.planetit.gr"})-[: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.