Hostname
staging.bytesatwork.be
Last fetched
staging.bytesatwork.be resolves to 1 IPv4 address operated by PRIVACY-01 - Magnusson Institute in BE.
Nutrition Label
Resolution chain
staging.bytesatwork.be 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 |
|---|---|---|---|---|
| 78.24.120.66 | 78.24.120.0/24 | AS209725 | PRIVACY-01 - Magnusson Institute | BE |
WHOIS identity
No WHOIS records are currently associated with staging.bytesatwork.be in WhisperGraph.
Subdomains
1 observed subdomain of staging.bytesatwork.be.
| Subdomain |
|---|
| www.staging.bytesatwork.be |
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for staging.bytesatwork.be.
| Mechanism | Target |
|---|---|
| SPF_A | staging.bytesatwork.be |
| SPF_INCLUDE | _spf.hostedby.eu |
| SPF_INCLUDE | relay.xenius.be |
| SPF_IP | 185.59.17.49 |
| SPF_IP | 185.59.18.58 |
| SPF_MX | staging.bytesatwork.be |
Related pages
Pivot deeper into the graph from staging.bytesatwork.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "staging.bytesatwork.be"})-[: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.