Hostname
bielefeld.de
Last fetched
bielefeld.de resolves to 1 IPv4 address operated by AS205614 in DE.
Nutrition Label
Resolution chain
bielefeld.de 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 |
|---|---|---|---|---|
| 193.22.251.15 | 193.22.251.0/24 | AS205614 | — | DE |
WHOIS identity
No WHOIS records are currently associated with bielefeld.de in WhisperGraph.
Subdomains
35 observed subdomains of bielefeld.de.
Showing 25 of 35. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bielefeld.de in the public web crawl.
1,703 sites link to this hostname.
781 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for bielefeld.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | fsp-bielefeld.de |
| SPF_INCLUDE | spf2.bielefeld.de |
| SPF_IP | 193.22.251.0/24 |
| SPF_IP | 52.157.149.216/32 |
| SPF_IP | 78.46.4.219 |
| SPF_IP | 80.66.4.12/32 |
| SPF_IP | 80.66.4.19/32 |
| SPF_MX | bielefeld.de |
Related pages
Pivot deeper into the graph from bielefeld.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bielefeld.de"})-[: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.