Hostname
kamb.de
Last fetched
kamb.de resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
kamb.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 |
|---|---|---|---|---|
| 46.4.157.172 | 46.4.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with kamb.de in WhisperGraph.
Subdomains
4 observed subdomains of kamb.de.
Web-graph footprint
Distinct hostnames that link to or from kamb.de in the public web crawl.
5 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for kamb.de.
| Mechanism | Target |
|---|---|
| SPF_A | mail1.bamsenet.de |
| SPF_A | mail2.kamp.net |
| SPF_A | mx.mail2.ipv6.kamp.net |
| SPF_A | smtp.mail2.ipv6.kamp.net |
| SPF_A | smtp.mail2.kamp.net |
| SPF_A | srv05.bamsenet.de |
| SPF_INCLUDE | _spf.retarus.com |
| SPF_INCLUDE | mail.pi-asp.de |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 144.76.111.203 |
| SPF_IP | 212.59.32.142 |
| SPF_IP | 62.55.182.68/32 |
Related pages
Pivot deeper into the graph from kamb.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kamb.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.