Skip to content

Hostname

newser.com

Last fetched

newser.com resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · newser.comRouting diversity2.4/10Peering density5.4/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/newser.com

Resolution chain

newser.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
172.212.43.60172.208.0.0/13AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationUS
40.114.51.6240.112.0.0/13AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationUS

WHOIS identity

Registrar
iana:146
Organization
******** ******** (see notes section below on how to view unmasked data)
Contact emails

Subdomains

37 observed subdomains of newser.com.

Web-graph footprint

Distinct hostnames that link to or from newser.com in the public web crawl.

4,198 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for newser.com.

MechanismTarget
SPF_Anewser.com
SPF_INCLUDEedgepilot.com
SPF_IP20.62.188.23
SPF_IP20.85.150.156
SPF_IP4.157.122.190
SPF_IP40.76.90.246

Related pages

Pivot deeper into the graph from newser.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "newser.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.