Hostname
activeclass.com
Last fetched
activeclass.com resolves to 2 IPv4 addresses operated by MCPL-AS in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
activeclass.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 199.60.103.103 | 199.60.103.0/24 | AS209242 | MCPL-AS | US |
| 199.60.103.3 | 199.60.103.0/24 | AS209242 | MCPL-AS | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- contact privacy inc. customer 7151571251
- Contact emails
- 421788@privacy-link.com
- 41b0eff4-4b95-4d74-a476-47687b0d221a@identity-protect.org
- 4ec7ea97-9cea-4310-ac87-5507d1efd7d7@identity-protect.org
- 844b1484-b76e-4e6b-a8a4-64a6da916159@identity-protect.org
- 85ae1345-4f1c-4603-9876-a9e4b69cb557@identity-protect.org
- c55ebfda-ade0-489d-a82f-e9b5844f05b1@identity-protect.org
Subdomains
11 observed subdomains of activeclass.com.
Web-graph footprint
Distinct hostnames that link to or from activeclass.com in the public web crawl.
10 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for activeclass.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 20007602.spf01.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from activeclass.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "activeclass.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.