Hostname
output.cms.timmit.be
Last fetched
output.cms.timmit.be resolves to 1 IPv4 address operated by AS208501 in NL.
Nutrition Label
Resolution chain
output.cms.timmit.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 |
|---|---|---|---|---|
| 45.131.240.5 | 45.131.252.0/24 | AS208501 | — | NL |
WHOIS identity
No WHOIS records are currently associated with output.cms.timmit.be in WhisperGraph.
Subdomains
1 observed subdomain of output.cms.timmit.be.
| Subdomain |
|---|
| www.output.cms.timmit.be |
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for output.cms.timmit.be.
| Mechanism | Target |
|---|---|
| SPF_A | output.cms.timmit.be |
| SPF_INCLUDE | _spf.timmit.nl |
| SPF_INCLUDE | spf.patchman.co |
| SPF_IP | 10.221.184.0/24 |
| SPF_IP | 109.234.108.151/32 |
| SPF_IP | 109.234.108.152/32 |
| SPF_IP | 45.131.240.5 |
| SPF_IP | 83.149.109.32/27 |
| SPF_IP | 85.17.234.128/26 |
| SPF_IP | 85.17.234.130 |
| SPF_IP | 85.17.234.158 |
| SPF_MX | output.cms.timmit.be |
Related pages
Pivot deeper into the graph from output.cms.timmit.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "output.cms.timmit.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.