Hostname
cigocar.com
Last fetched
cigocar.com resolves to 3 IPv4 addresses operated by AS134764 in JP. WHOIS lists iana:1525 as the registrar.
Nutrition Label
Resolution chain
cigocar.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 124.172.153.124 | 124.172.144.0/20 | AS134764 | — | JP |
| 210.209.82.111 | 210.209.64.0/19 | AS10103 | — | HK |
| 47.57.183.146 | 47.57.0.0/16 | AS45102 | — | HK |
WHOIS identity
- Registrar
- iana:1525
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of cigocar.com.
| Subdomain |
|---|
| mail.cigocar.com |
| www.cigocar.com |
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for cigocar.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.qiye.163.com |
| SPF_INCLUDE | wm.spf.ntesmail.com |
Related pages
Pivot deeper into the graph from cigocar.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cigocar.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.