Hostname
intes.de
Last fetched
intes.de resolves to 1 IPv4 address operated by COLT COLT Technology Services Group Limited in DE.
Nutrition Label
Resolution chain
intes.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 |
|---|---|---|---|---|
| 213.61.172.154 | 213.61.0.0/16 | AS8220 | COLT COLT Technology Services Group Limited | DE |
WHOIS identity
No WHOIS records are currently associated with intes.de in WhisperGraph.
Subdomains
4 observed subdomains of intes.de.
Web-graph footprint
Distinct hostnames that link to or from intes.de in the public web crawl.
35 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for intes.de.
| Mechanism | Target |
|---|---|
| SPF_A | mail.intes.de |
| SPF_INCLUDE | _spf-e.cegedim.fr |
| SPF_INCLUDE | _spf-i.cegedim.fr |
| SPF_IP | 213.61.172.153/29 |
| SPF_MX | intes.de |
Related pages
Pivot deeper into the graph from intes.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "intes.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.