Hostname
usg.edu
Last fetched
usg.edu resolves to 1 IPv4 address operated by PEACHNET-AS3479 - Board of Regents of the University System of Georgia in US.
Nutrition Label
Resolution chain
usg.edu 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 |
|---|---|---|---|---|
| 168.25.14.201 | 168.24.0.0/15 | AS3479 | PEACHNET-AS3479 - Board of Regents of the University System of Georgia | US |
WHOIS identity
- Registrar
- —
- Organization
- board of regents of the university system of georgia
- Contact emails
- —
Subdomains
12,566 observed subdomains of usg.edu.
Showing 25 of 12,566. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from usg.edu in the public web crawl.
1,777 sites link to this hostname.
492 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for usg.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | stspg-customer.com |
| SPF_IP | 131.144.7.204/30 |
| SPF_IP | 168.16.64.150 |
| SPF_IP | 168.24.0.0/16 |
| SPF_IP | 168.25.0.0/16 |
| SPF_IP | 74.84.145.39 |
| SPF_IP | 74.84.145.40 |
Related pages
Pivot deeper into the graph from usg.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "usg.edu"})-[: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.