Hostname
leeshanok.com
Last fetched
leeshanok.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
leeshanok.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:48
- Organization
- leeshanok,
- Contact emails
Subdomains
10 observed subdomains of leeshanok.com.
Web-graph footprint
Distinct hostnames that link to or from leeshanok.com in the public web crawl.
20 sites link to this hostname.
167 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for leeshanok.com.
| Mechanism | Target |
|---|---|
| SPF_A | cloudhostedservices.net |
| SPF_INCLUDE | autotask.net |
| SPF_INCLUDE | md02.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 100.24.129.5 |
| SPF_IP | 192.232.205.79 |
| SPF_IP | 207.108.130.210/29 |
| SPF_IP | 208.70.88.0/22 |
| SPF_IP | 209.136.163.50 |
| SPF_IP | 216.84.120.205 |
| SPF_IP | 4.227.107.2 |
| SPF_IP | 66.219.248.194/28 |
| SPF_IP | 67.206.171.171/24 |
Related pages
Pivot deeper into the graph from leeshanok.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "leeshanok.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.