Hostname
mscc2.com
Last fetched
mscc2.com resolves to 1 IPv4 address operated by CNSQ-AS32298 - Centersquare in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
mscc2.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 |
|---|---|---|---|---|
| 64.255.210.78 | 64.255.210.0/24 | AS32298 | CNSQ-AS32298 - Centersquare | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of mscc2.com owner
- Contact emails
- michael@mscc2.com
- michael@vamdb.com
- 3de22d06-7929-4e6f-af71-45ba0d51f793@identity-protect.org
- 5f29300b-40f9-4888-9c53-38767f9b6f35@identity-protect.org
- 6ff6b891-f9d0-48a1-bcda-dc91d98d9e28@identity-protect.org
- 8fa86100-8cd7-4394-ae14-37fb506c125a@identity-protect.org
- f0006841-e6fb-4f65-8b7a-bd8289adb23f@identity-protect.org
- fcb5c55e-77d1-45b4-a9cb-297d518feddb@identity-protect.org
- owner-10351344@mscc2.com.whoisprivacyservice.org
Subdomains
11 observed subdomains of mscc2.com.
Web-graph footprint
Distinct hostnames that link to or from mscc2.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for mscc2.com.
| Mechanism | Target |
|---|---|
| SPF_A | mscc2.com |
| SPF_IP | 64.255.210.64/27 |
| SPF_MX | mscc2.com |
Related pages
Pivot deeper into the graph from mscc2.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mscc2.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.