Hostname
cteiss.com
Last fetched
cteiss.com resolves to 1 IPv4 address operated by AS16276 in CA. WHOIS lists iana:440 as the registrar.
Nutrition Label
Resolution chain
cteiss.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 |
|---|---|---|---|---|
| 148.113.166.129 | 148.113.128.0/17 | AS16276 | — | CA |
WHOIS identity
- Registrar
- iana:440
- Organization
- carlos teissier
- Contact emails
Subdomains
2 observed subdomains of cteiss.com.
| Subdomain |
|---|
| mail.cteiss.com |
| www.cteiss.com |
Threat posture
History
Mail and authentication
MX records
- cteiss.com
SPF policy
8 SPF mechanisms authorising senders for cteiss.com.
| Mechanism | Target |
|---|---|
| SPF_A | cteiss.com |
| SPF_IP | 148.113.166.129 |
| SPF_IP | 187.163.135.96 |
| SPF_IP | 198.50.243.1 |
| SPF_IP | 51.161.13.58 |
| SPF_IP | 51.79.72.165 |
| SPF_IP | 54.39.167.107 |
| SPF_MX | cteiss.com |
Related pages
Pivot deeper into the graph from cteiss.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cteiss.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.