Hostname
provantage-api.linuxtech.co.za
Last fetched
provantage-api.linuxtech.co.za resolves to 2 IPv4 addresses operated by AS328423 in ZA.
Nutrition Label
Resolution chain
provantage-api.linuxtech.co.za 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 |
|---|---|---|---|---|
| 102.68.183.22 | 102.68.183.0/24 | AS328423 | — | ZA |
| 34.35.105.226 | 34.35.0.0/16 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | ZA |
WHOIS identity
No WHOIS records are currently associated with provantage-api.linuxtech.co.za in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from provantage-api.linuxtech.co.za.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "provantage-api.linuxtech.co.za"})-[: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.