Hostname
cescco2.be
Last fetched
cescco2.be resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
cescco2.be resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 157.90.249.25 | 157.90.0.0/16 | AS24940 | — | DE |
| 167.235.201.18 | 167.235.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with cescco2.be in WhisperGraph.
Subdomains
1 observed subdomain of cescco2.be.
| Subdomain |
|---|
| www.cescco2.be |
Threat posture
History
Mail and authentication
MX records
- cescco2.be
SPF policy
2 SPF mechanisms authorising senders for cescco2.be.
| Mechanism | Target |
|---|---|
| SPF_A | cescco2.be |
| SPF_MX | cescco2.be |
Related pages
Pivot deeper into the graph from cescco2.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cescco2.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.