Hostname
trendnet.com
Last fetched
trendnet.com resolves to 1 IPv4 address operated by COGENT-174 - Cogent Communications, LLC in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
trendnet.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 |
|---|---|---|---|---|
| 38.122.20.251 | 38.0.0.0/8 | AS174 | COGENT-174 - Cogent Communications, LLC | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- trendnet,
- Contact emails
Subdomains
13 observed subdomains of trendnet.com.
Web-graph footprint
Distinct hostnames that link to or from trendnet.com in the public web crawl.
740 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
23 SPF mechanisms authorising senders for trendnet.com.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}._spf.mta.salesforce.com |
| SPF_INCLUDE | _spf.prod.hydra.sophos.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 13.110.6.0/24 |
| SPF_IP | 136.146.128.64/27 |
| SPF_IP | 136.146.208.0/21 |
| SPF_IP | 136.147.32.0/19 |
| SPF_IP | 182.50.78.64/28 |
| SPF_IP | 204.14.232.64/28 |
| SPF_IP | 204.14.234.64/28 |
| SPF_IP | 35.160.64.196 |
| SPF_IP | 38.122.20.251 |
| SPF_IP | 50.112.39.248/32 |
| SPF_IP | 52.41.236.76/32 |
| SPF_IP | 69.84.129.224/27 |
| SPF_IP | 74.62.173.130 |
| SPF_IP | 85.222.130.192/26 |
| SPF_IP | 85.222.138.192/26 |
| SPF_IP | 96.43.144.0/20 |
| SPF_IP | 96.43.144.64/31 |
| SPF_IP | 96.43.148.64/31 |
| SPF_MX | trendnet.com |
Related pages
Pivot deeper into the graph from trendnet.com.
- IP · 38.122.20.251
- ASN · AS174COGENT-174 - Cogent Communications, LLC
- Registrar · iana:2
- Country · US
- Email · ssu@trendware.com
- TLD · .com
- Browse hostnames · tr…
- 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: "trendnet.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.