Hostname
computicket.com
Last fetched
computicket.com resolves to 4 IPv4 addresses operated by SEACOM-AS in ZA.
Nutrition Label
Resolution chain
computicket.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 105.30.58.180 | 105.16.0.0/12 | AS37100 | SEACOM-AS | ZA |
| 105.30.58.181 | 105.16.0.0/12 | AS37100 | SEACOM-AS | ZA |
| 105.30.58.182 | 105.16.0.0/12 | AS37100 | SEACOM-AS | ZA |
| 105.30.58.183 | 105.16.0.0/12 | AS37100 | SEACOM-AS | ZA |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from computicket.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for computicket.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | emailus.freshservice.com |
| SPF_INCLUDE | eversrv.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | za._netblocks.mimecast.com |
| SPF_IP | 105.22.46.230 |
Related pages
Pivot deeper into the graph from computicket.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "computicket.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.