Hostname
segment7.net
Last fetched
segment7.net resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
segment7.net 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 |
|---|---|---|---|---|
| 54.149.185.29 | 54.148.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:1387
- Organization
- eric hodel
- Contact emails
Subdomains
22 observed subdomains of segment7.net.
Web-graph footprint
Distinct hostnames that link to or from segment7.net in the public web crawl.
35 sites link to this hostname.
18 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for segment7.net.
| Mechanism | Target |
|---|---|
| SPF_A | segment7.net |
| SPF_IP | 54.149.185.29 |
| SPF_IP | 66.235.30.48 |
| SPF_MX | neon.ruby-lang.org |
| SPF_MX | segment7.net |
Related pages
Pivot deeper into the graph from segment7.net.
- IP · 54.149.185.29
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:1387
- Country · US
- Email · drbrain@segment7.net
- TLD · .net
- Browse hostnames · se…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "segment7.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.