Hostname
fellbach.net
Last fetched
fellbach.net resolves to 2 IPv4 addresses operated by AS8972 in FR. WHOIS lists iana:1408 as the registrar.
Nutrition Label
Resolution chain
fellbach.net 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 |
|---|---|---|---|---|
| 176.28.48.192 | 176.28.48.0/21 | AS8972 | — | FR |
| 185.215.158.114 | 185.215.156.0/22 | AS15817 | — | DE |
WHOIS identity
- Registrar
- iana:1408
- Organization
- iason
- Contact emails
Subdomains
12 observed subdomains of fellbach.net.
Web-graph footprint
Distinct hostnames that link to or from fellbach.net in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for fellbach.net.
| Mechanism | Target |
|---|---|
| SPF_A | fellbach.net |
| SPF_MX | fellbach.net |
Related pages
Pivot deeper into the graph from fellbach.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fellbach.net"})-[: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.