Hostname
onqcs.com
Last fetched
onqcs.com resolves to 2 IPv4 addresses operated by ONQ-AS-AP On Q in AU. WHOIS lists iana:1609 as the registrar.
Nutrition Label
Resolution chain
onqcs.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 |
|---|---|---|---|---|
| 120.88.81.5 | 120.88.64.0/19 | AS7594 | ONQ-AS-AP On Q | AU |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
WHOIS identity
- Registrar
- iana:1609
- Organization
- domain privacy
- Contact emails
Subdomains
36 observed subdomains of onqcs.com.
Showing 25 of 36. View all subdomains →
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for onqcs.com.
| Mechanism | Target |
|---|---|
| SPF_A | onqcs.com |
| SPF_INCLUDE | smarthost.onqcomms.com |
| SPF_INCLUDE | spf.onq.net |
| SPF_IP | 120.88.72.40/29 |
| SPF_IP | 121.0.4.40/29 |
| SPF_MX | onqcs.com |
Related pages
Pivot deeper into the graph from onqcs.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "onqcs.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.