Hostname
sge.net
Last fetched
sge.net has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
sge.net has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:2
- Organization
- verizon business australia pty
- Contact emails
Subdomains
143 observed subdomains of sge.net.
Showing 25 of 143. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for sge.net.
| Mechanism | Target |
|---|---|
| SPF_IP | 152.91.0.0/16 |
| SPF_IP | 165.191.2.0/24 |
| SPF_IP | 202.125.0.0/20 |
| SPF_IP | 2403:e000::000d:0100/124 |
| SPF_IP | 2403:e000::2007:0/112 |
| SPF_IP | 2403:e000::4007:0/112 |
Related pages
Pivot deeper into the graph from sge.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sge.net"})-[: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.