Hostname
sinc.com
Last fetched
sinc.com resolves to 1 IPv4 address operated by MCSP - Medical Computer Systems in US. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
sinc.com 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 |
|---|---|---|---|---|
| 204.152.42.47 | 204.152.42.0/24 | AS11951 | MCSP - Medical Computer Systems | US |
WHOIS identity
- Registrar
- iana:69
- Organization
- mcsp,
- Contact emails
Subdomains
3 observed subdomains of sinc.com.
Web-graph footprint
Distinct hostnames that link to or from sinc.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for sinc.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 139.144.34.198 |
| SPF_IP | 204.152.42.0/24 |
| SPF_IP | 207.152.134.0/24 |
| SPF_IP | 207.152.136.0/24 |
| SPF_IP | 207.152.137.0/24 |
| SPF_IP | 207.152.191.0/24 |
| SPF_IP | 209.50.195.0/24 |
| SPF_IP | 209.50.196.0/24 |
| SPF_IP | 68.231.192.196 |
| SPF_MX | sinc.com |
Related pages
Pivot deeper into the graph from sinc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sinc.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.