Hostname
gley.tv
Last fetched
gley.tv resolves to 4 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:625 as the registrar.
Nutrition Label
Resolution chain
gley.tv 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 |
|---|---|---|---|---|
| 136.243.254.72 | 136.243.0.0/16 | AS24940 | — | DE |
| 144.76.124.19 | 144.76.0.0/16 | AS24940 | — | DE |
| 144.76.124.49 | 144.76.0.0/16 | AS24940 | — | DE |
| 213.239.227.85 | 213.239.192.0/18 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:625
- Organization
- domain protection services,
- Contact emails
- —
Subdomains
2 observed subdomains of gley.tv.
| Subdomain |
|---|
| home.gley.tv |
| www.gley.tv |
Web-graph footprint
Distinct hostnames that link to or from gley.tv in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for gley.tv.
| Mechanism | Target |
|---|---|
| SPF_A | mta2.neotel.com.mk |
| SPF_A | mta3.neotel.com.mk |
| SPF_A | posta.neotel.mk |
| SPF_INCLUDE | _spf.mlsend.com |
Related pages
Pivot deeper into the graph from gley.tv.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gley.tv"})-[: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.