Hostname
b-2-b.de
Last fetched
b-2-b.de resolves to 3 IPv4 addresses operated by AS20940 in IN.
Nutrition Label
Resolution chain
b-2-b.de 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 |
|---|---|---|---|---|
| 23.218.249.163 | 23.218.249.0/24 | AS20940 | — | IN |
| 23.218.249.179 | 23.218.249.0/24 | AS20940 | — | IN |
| 31.220.121.130 | 31.220.120.0/21 | AS15817 | — | DE |
WHOIS identity
No WHOIS records are currently associated with b-2-b.de in WhisperGraph.
Subdomains
2 observed subdomains of b-2-b.de.
| Subdomain |
|---|
| mail.b-2-b.de |
| www.b-2-b.de |
Web-graph footprint
Distinct hostnames that link to or from b-2-b.de in the public web crawl.
7 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for b-2-b.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.oneomnicom.com |
| SPF_INCLUDE | spf.crsend.com |
Related pages
Pivot deeper into the graph from b-2-b.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b-2-b.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.