Hostname
compono.com
Last fetched
compono.com resolves to 2 IPv4 addresses operated by MCPL-AS in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
compono.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.178 | 199.60.103.0/24 | AS209242 | MCPL-AS | US |
| 199.60.103.78 | 199.60.103.0/24 | AS209242 | MCPL-AS | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of compono.com owner
- Contact emails
- lisa@politipix.com
- 012e202aed974215aa4aa9b8b0aa79bb.protect@withheldforprivacy.com
- 7890b7be334d42bc874e51011bc56816.protect@withheldforprivacy.com
- 58875fa5-a7d6-46cd-9c80-5931590601fd@identity-protect.org
- 728a0f62-4b0e-42ea-9862-1ac92deb3afe@identity-protect.org
- bf5d1659-d04f-4c57-846d-0a821b0a6ad2@identity-protect.org
- c84d486c-197d-4fae-a574-77119b379710@identity-protect.org
Subdomains
60 observed subdomains of compono.com.
Showing 25 of 60. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from compono.com in the public web crawl.
78 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for compono.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 4351777.spf05.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.mandrillapp.com |
Related pages
Pivot deeper into the graph from compono.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "compono.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.