Hostname
comesa.int
Last fetched
comesa.int resolves to 1 IPv4 address operated by AS33763 in ZM.
Nutrition Label
Resolution chain
comesa.int 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 |
|---|---|---|---|---|
| 160.242.61.72 | 160.242.56.0/21 | AS33763 | — | ZM |
WHOIS identity
- Registrar
- —
- Organization
- it director, africonnect domain admin
- Contact emails
- —
Subdomains
161 observed subdomains of comesa.int.
Showing 25 of 161. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from comesa.int in the public web crawl.
676 sites link to this hostname.
78 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for comesa.int.
| Mechanism | Target |
|---|---|
| SPF_A | comesa.int |
| SPF_INCLUDE | mxsspf.sendpulse.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | comesa.int |
Related pages
Pivot deeper into the graph from comesa.int.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "comesa.int"})-[: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.