Hostname
biteno.de
Last fetched
biteno.de resolves to 1 IPv4 address operated by AS48918 in DE.
Nutrition Label
Resolution chain
biteno.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 |
|---|---|---|---|---|
| 185.136.112.143 | 185.136.112.0/24 | AS48918 | — | DE |
WHOIS identity
No WHOIS records are currently associated with biteno.de in WhisperGraph.
Subdomains
2 observed subdomains of biteno.de.
| Subdomain |
|---|
| mail.biteno.de |
| www.biteno.de |
Web-graph footprint
Distinct hostnames that link to or from biteno.de in the public web crawl.
186 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for biteno.de.
| Mechanism | Target |
|---|---|
| SPF_A | 5243.submission.antispamcloud.com |
| SPF_A | biteno.de |
| SPF_A | skhost01.hosting.it-servicecenter.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | biteno.de |
Related pages
Pivot deeper into the graph from biteno.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "biteno.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.