Hostname
comite21.org
Last fetched
comite21.org resolves to 2 IPv4 addresses operated by AS47583 in FR. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
comite21.org 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 |
|---|---|---|---|---|
| 194.164.74.54 | 194.164.72.0/21 | AS47583 | — | FR |
| 213.246.40.140 | 213.246.32.0/19 | AS21409 | — | FR |
WHOIS identity
- Registrar
- iana:81
- Organization
- comite 21
- Contact emails
Subdomains
11 observed subdomains of comite21.org.
Web-graph footprint
Distinct hostnames that link to or from comite21.org in the public web crawl.
406 sites link to this hostname.
906 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for comite21.org.
| Mechanism | Target |
|---|---|
| SPF_A | das0.aleaur.net |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.oximailing.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 178.170.40.12 |
| SPF_IP | 193.248.53.114 |
| SPF_IP | 213.246.40.137 |
| SPF_IP | 213.246.40.140 |
Related pages
Pivot deeper into the graph from comite21.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "comite21.org"})-[: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.