Hostname
moppels.bar
Last fetched
moppels.bar resolves to 3 IPv4 addresses operated by WTNET-AS wilhelm.tel GmbH in DE. WHOIS lists iana:1861 as the registrar.
Nutrition Label
Resolution chain
moppels.bar resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 134.101.184.130 | 134.101.128.0/17 | AS15943 | WTNET-AS wilhelm.tel GmbH | DE |
| 31.29.62.27 | 31.29.32.0/19 | AS15943 | WTNET-AS wilhelm.tel GmbH | DE |
| 84.46.44.131 | 84.46.0.0/17 | AS15943 | WTNET-AS wilhelm.tel GmbH | DE |
WHOIS identity
- Registrar
- iana:1861
- Organization
- private by design,
- Contact emails
- —
Subdomains
10 observed subdomains of moppels.bar.
Web-graph footprint
Distinct hostnames that link to or from moppels.bar in the public web crawl.
185 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
- moppels.bar
SPF policy
2 SPF mechanisms authorising senders for moppels.bar.
| Mechanism | Target |
|---|---|
| SPF_A | moppels.bar |
| SPF_MX | moppels.bar |
Related pages
Pivot deeper into the graph from moppels.bar.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "moppels.bar"})-[: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.