Hostname
qcorp.ai
Last fetched
qcorp.ai resolves to 1 IPv4 address operated by AS265839 in CL.
Nutrition Label
Resolution chain
qcorp.ai 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 |
|---|---|---|---|---|
| 201.148.104.140 | 201.149.31.0/24 | AS265839 | — | CL |
WHOIS identity
No WHOIS records are currently associated with qcorp.ai in WhisperGraph.
Subdomains
2 observed subdomains of qcorp.ai.
| Subdomain |
|---|
| mail.qcorp.ai |
| www.qcorp.ai |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for qcorp.ai.
| Mechanism | Target |
|---|---|
| SPF_A | qcorp.ai |
| SPF_IP | 201.148.104.62 |
| SPF_MX | qcorp.ai |
Related pages
Pivot deeper into the graph from qcorp.ai.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "qcorp.ai"})-[: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.