Hostname
uptrends.com
Last fetched
uptrends.com resolves to 2 IPv4 addresses operated by RELIABLESITE - ReliableSite.Net LLC in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
uptrends.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.194.9.119 | 104.194.9.0/24 | AS23470 | RELIABLESITE - ReliableSite.Net LLC | US |
| 178.162.193.241 | 178.162.192.0/18 | AS28753 | LEASEWEB-DE-FRA-10 | DE |
WHOIS identity
- Registrar
- iana:2
- Organization
- perfect privacy,
- Contact emails
Subdomains
30 observed subdomains of uptrends.com.
Showing 25 of 30. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from uptrends.com in the public web crawl.
1,146 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for uptrends.com.
| Mechanism | Target |
|---|---|
| SPF_A | gateway.uptrends.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | cust-spf.exacttarget.com |
| SPF_INCLUDE | eu._netblocks.mimecast.com |
| SPF_IP | 178.162.179.192/29 |
| SPF_IP | 37.153.243.201/30 |
| SPF_IP | 95.211.70.192/29 |
| SPF_MX | uptrends.com |
Related pages
Pivot deeper into the graph from uptrends.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uptrends.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.