Hostname
get.newstechhub.com
Last fetched
get.newstechhub.com resolves to 1 IPv4 address operated by AS28753 in DE.
Nutrition Label
Resolution chain
get.newstechhub.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 |
|---|---|---|---|---|
| 84.16.246.68 | 84.16.224.0/19 | AS28753 | — | DE |
WHOIS identity
No WHOIS records are currently associated with get.newstechhub.com in WhisperGraph.
Subdomains
3 observed subdomains of get.newstechhub.com.
Threat posture
History
Mail and authentication
SPF policy
16 SPF mechanisms authorising senders for get.newstechhub.com.
| Mechanism | Target |
|---|---|
| SPF_A | get.newstechhub.com |
| SPF_IP | 193.33.237.104/32 |
| SPF_IP | 193.33.237.15/32 |
| SPF_IP | 193.33.237.158/32 |
| SPF_IP | 193.33.237.166/32 |
| SPF_IP | 193.33.237.169/32 |
| SPF_IP | 193.33.237.170/32 |
| SPF_IP | 193.33.237.212/32 |
| SPF_IP | 193.33.237.217/32 |
| SPF_IP | 193.33.237.56/32 |
| SPF_IP | 193.33.237.64/32 |
| SPF_IP | 66.154.110.72/32 |
| SPF_IP | 66.154.110.75/32 |
| SPF_IP | 66.154.110.78/32 |
| SPF_IP | 66.154.110.91/32 |
| SPF_MX | get.newstechhub.com |
Related pages
Pivot deeper into the graph from get.newstechhub.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "get.newstechhub.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.