Hostname
ite.email
Last fetched
ite.email resolves to 2 IPv4 addresses operated by AS204818 in FR. WHOIS lists iana:74 as the registrar.
Nutrition Label
Resolution chain
ite.email resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.158.4.161 | 185.158.4.0/22 | AS204818 | — | FR |
| 84.246.227.143 | 84.246.224.0/21 | AS34177 | — | FR |
WHOIS identity
- Registrar
- iana:74
- Organization
- ite-alliance
- Contact emails
Subdomains
1 observed subdomain of ite.email.
| Subdomain |
|---|
| www.ite.email |
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for ite.email.
| Mechanism | Target |
|---|---|
| SPF_A | ite.email |
| SPF_INCLUDE | _spf.activus-group.fr |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | ite.email |
Related pages
Pivot deeper into the graph from ite.email.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ite.email"})-[: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.