Hostname
tecselect.de
Last fetched
tecselect.de resolves to 1 IPv4 address operated by AS20676 in DE.
Nutrition Label
Resolution chain
tecselect.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 |
|---|---|---|---|---|
| 212.60.250.226 | 212.60.192.0/18 | AS20676 | — | DE |
WHOIS identity
No WHOIS records are currently associated with tecselect.de in WhisperGraph.
Subdomains
5 observed subdomains of tecselect.de.
Web-graph footprint
Distinct hostnames that link to or from tecselect.de in the public web crawl.
8 sites link to this hostname.
112 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for tecselect.de.
| Mechanism | Target |
|---|---|
| SPF_A | o1.email.signaturit.com |
| SPF_INCLUDE | spf.hornetsecurity.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.72.156.108/32 |
| SPF_IP | 159.183.130.64 |
| SPF_IP | 167.89.75.22/32 |
| SPF_IP | 168.245.112.229/32 |
| SPF_IP | 168.245.64.30/32 |
| SPF_IP | 37.120.180.235 |
| SPF_IP | 87.234.57.125 |
| SPF_MX | tecselect.de |
Related pages
Pivot deeper into the graph from tecselect.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tecselect.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.