Hostname
truefriend.com
Last fetched
truefriend.com resolves to 1 IPv4 address operated by AS9704 in KR. WHOIS lists iana:100 as the registrar.
Nutrition Label
Resolution chain
truefriend.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 |
|---|---|---|---|---|
| 210.96.164.81 | 210.97.80.0/24 | AS9704 | — | KR |
WHOIS identity
- Registrar
- iana:100
- Organization
- korea investment & securities co.,ltd.
- Contact emails
Subdomains
64 observed subdomains of truefriend.com.
Showing 25 of 64. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from truefriend.com in the public web crawl.
186 sites link to this hostname.
36 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for truefriend.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 210.107.75.94 |
| SPF_IP | 210.96.163.160 |
| SPF_IP | 210.96.164.0/24 |
| SPF_IP | 211.180.31.80/28 |
| SPF_IP | 219.255.63.32/28 |
| SPF_IP | 219.255.63.35 |
| SPF_IP | 219.255.63.39 |
| SPF_IP | 219.255.63.42 |
Related pages
Pivot deeper into the graph from truefriend.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "truefriend.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.