Hostname
learn.town
Last fetched
learn.town resolves to 1 IPv4 address operated by AS8648 in DE. WHOIS lists iana:1463 as the registrar.
Nutrition Label
Resolution chain
learn.town 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 |
|---|---|---|---|---|
| 5.44.100.198 | 5.44.96.0/20 | AS8648 | — | DE |
WHOIS identity
- Registrar
- iana:1463
- Organization
- business-partner akademie ug
- Contact emails
Subdomains
7 observed subdomains of learn.town.
Web-graph footprint
Distinct hostnames that link to or from learn.town in the public web crawl.
28 sites linked to from this hostname.
Sample outbound links
- norbert-kloiber.at
- s3.eu-central-1.amazonaws.com
- www2.deloitte.com
- promo.coacheck.11866.1921.digibank24.com
- promo.coacheck.12605.1949.digistore24.com
- promo.coacheck.15285.2373.digistore24.com
- promo.coacheck.16285.2517.digistore24.com
- promo.coacheck.17693.2523.digistore24.com
- promo.coacheck.31235.4235.digistore24.com
- use.fontawesome.com
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for learn.town.
| Mechanism | Target |
|---|---|
| SPF_A | learn.town |
| SPF_A | web.stagezone.pro |
| SPF_MX | learn.town |
Related pages
Pivot deeper into the graph from learn.town.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "learn.town"})-[: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.