Hostname
gov.st
Last fetched
gov.st resolves to 3 IPv4 addresses operated by AS328191 in ST. WHOIS lists registrar:reserved by st registry as the registrar.
Nutrition Label
Resolution chain
gov.st resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 197.159.191.38 | 197.159.160.0/19 | AS328191 | — | ST |
| 197.159.191.39 | 197.159.160.0/19 | AS328191 | — | ST |
| 197.159.191.53 | 197.159.160.0/19 | AS328191 | — | ST |
WHOIS identity
- Registrar
- registrar:reserved by st registry
- Organization
- —
- Contact emails
- —
Subdomains
178 observed subdomains of gov.st.
Showing 25 of 178. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from gov.st in the public web crawl.
46 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for gov.st.
| Mechanism | Target |
|---|---|
| SPF_A | gov.st |
| SPF_IP | 197.159.191.44 |
| SPF_IP | 197.159.191.61 |
| SPF_MX | gov.st |
Related pages
Pivot deeper into the graph from gov.st.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gov.st"})-[: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.