Hostname
www.b-source.ch
Last fetched
www.b-source.ch resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
www.b-source.ch 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 |
|---|---|---|---|---|
| 49.12.173.240 | 49.12.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with www.b-source.ch in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for www.b-source.ch.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-dc74.sapsf.eu |
| SPF_INCLUDE | _spf.cmail.ondemand.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | cloudmail2.metacompliance.com |
| SPF_INCLUDE | eu.rp.oracleemaildelivery.com |
| SPF_INCLUDE | hubspotemail.net |
| SPF_INCLUDE | rp.email.oci.oraclecloud24.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.72.212.100 |
| SPF_IP | 159.183.225.3 |
| SPF_IP | 167.89.3.126 |
| SPF_IP | 168.245.49.92/32 |
| SPF_IP | 20.113.108.146 |
| SPF_IP | 212.25.11.24 |
| SPF_IP | 212.25.2.59 |
| SPF_IP | 62.12.155.192/26 |
| SPF_IP | 62.2.177.133 |
| SPF_IP | 83.150.1.32/27 |
Related pages
Pivot deeper into the graph from www.b-source.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.b-source.ch"})-[: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.