Hostname
so-ticket.code.edu.az
Last fetched
so-ticket.code.edu.az resolves to 2 IPv4 addresses operated by QOSL-AS-AP Qovic Online Solutions LLP in AU.
Nutrition Label
Resolution chain
so-ticket.code.edu.az 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 |
|---|---|---|---|---|
| 34.40.190.225 | 34.40.128.0/17 | AS396982 | QOSL-AS-AP Qovic Online Solutions LLP | AU |
| 35.200.150.155 | 35.200.144.0/20 | AS396982 | QOSL-AS-AP Qovic Online Solutions LLP | IN |
WHOIS identity
No WHOIS records are currently associated with so-ticket.code.edu.az in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for so-ticket.code.edu.az.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.odoo.com |
Related pages
Pivot deeper into the graph from so-ticket.code.edu.az.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "so-ticket.code.edu.az"})-[: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.