Hostname
egsu.gov.sc
Last fetched
egsu.gov.sc resolves to 2 IPv4 addresses operated by AS327861 in SC.
Nutrition Label
Resolution chain
egsu.gov.sc 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 |
|---|---|---|---|---|
| 196.13.208.10 | 196.13.208.0/24 | AS327861 | — | SC |
| 196.13.208.11 | 196.13.208.0/24 | AS327861 | — | SC |
WHOIS identity
No WHOIS records are currently associated with egsu.gov.sc in WhisperGraph.
Subdomains
1 observed subdomain of egsu.gov.sc.
| Subdomain |
|---|
| www.egsu.gov.sc |
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for egsu.gov.sc.
| Mechanism | Target |
|---|---|
| SPF_IP | 196.13.208.52/32 |
| SPF_MX | egsu.gov.sc |
Related pages
Pivot deeper into the graph from egsu.gov.sc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "egsu.gov.sc"})-[: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.