Hostname
update.thenewsever.com
Last fetched
update.thenewsever.com resolves to 1 IPv4 address operated by WII - WholeSale Internet, Inc. in US.
Nutrition Label
Resolution chain
update.thenewsever.com 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 |
|---|---|---|---|---|
| 204.12.194.203 | 204.12.192.0/18 | AS32097 | WII - WholeSale Internet, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with update.thenewsever.com in WhisperGraph.
Subdomains
4 observed subdomains of update.thenewsever.com.
Threat posture
History
Mail and authentication
SPF policy
18 SPF mechanisms authorising senders for update.thenewsever.com.
| Mechanism | Target |
|---|---|
| SPF_A | update.thenewsever.com |
| SPF_IP | 108.174.203.51/32 |
| SPF_IP | 108.174.203.52/32 |
| SPF_IP | 184.174.86.143/32 |
| SPF_IP | 184.174.86.148/32 |
| SPF_IP | 191.101.16.52/32 |
| SPF_IP | 191.101.16.53/32 |
| SPF_IP | 191.101.16.57/32 |
| SPF_IP | 191.101.16.59/32 |
| SPF_IP | 208.184.85.80/32 |
| SPF_IP | 208.184.85.81/32 |
| SPF_IP | 208.184.85.86/32 |
| SPF_IP | 208.184.85.87/32 |
| SPF_IP | 45.127.33.101/32 |
| SPF_IP | 45.127.33.102/32 |
| SPF_IP | 46.30.189.143/32 |
| SPF_IP | 46.30.189.144/32 |
| SPF_MX | update.thenewsever.com |
Related pages
Pivot deeper into the graph from update.thenewsever.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "update.thenewsever.com"})-[: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.