Skip to content

Hostname

cid.com.sg

Last fetched

cid.com.sg resolves to 1 IPv4 address operated by AS17547 in SG.

Nutrition Label

WHISPER CANON · cid.com.sgRouting diversity1.5/10Peering density5.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/cid.com.sg

Resolution chain

cid.com.sg resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
203.211.128.212203.211.128.0/20AS17547SG

WHOIS identity

No WHOIS records are currently associated with cid.com.sg in WhisperGraph.

Subdomains

7 observed subdomains of cid.com.sg.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for cid.com.sg.

MechanismTarget
SPF_Acid.com.sg
SPF_IP203.175.162.84
SPF_MXcid.com.sg

Related pages

Pivot deeper into the graph from cid.com.sg.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "cid.com.sg"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.