Hostname
desotec.com
Last fetched
desotec.com resolves to 1 IPv4 address operated by COMBELL-AS in BE. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
desotec.com 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 |
|---|---|---|---|---|
| 188.208.36.17 | 188.208.36.0/23 | AS34762 | COMBELL-AS | BE |
WHOIS identity
- Registrar
- iana:269
- Organization
- desotec n.v.
- Contact emails
Subdomains
12 observed subdomains of desotec.com.
Web-graph footprint
Distinct hostnames that link to or from desotec.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for desotec.com.
| Mechanism | Target |
|---|---|
| SPF_A | desotec.com |
| SPF_INCLUDE | 0b962e.workshop-spf.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.flexmail.eu |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 213.167.241.122 |
| SPF_IP | 81.246.34.245 |
| SPF_IP | 81.246.34.246 |
| SPF_IP | 81.82.231.13 |
| SPF_IP | 81.82.248.125 |
| SPF_IP | 91.183.44.188 |
Related pages
Pivot deeper into the graph from desotec.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "desotec.com"})-[: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.