Hostname
ge-tk.com
Last fetched
ge-tk.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
ge-tk.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:49
- Organization
- kyouhei tsutsumi
- Contact emails
Subdomains
2 observed subdomains of ge-tk.com.
| Subdomain |
|---|
| manpage.ge-tk.com |
| www.ge-tk.com |
Web-graph footprint
Distinct hostnames that link to or from ge-tk.com in the public web crawl.
12 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- ge-tk.com
SPF policy
12 SPF mechanisms authorising senders for ge-tk.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | delsp.com |
| SPF_INCLUDE | nocla.net |
| SPF_INCLUDE | spf-tmk.burn-oxygen.com |
| SPF_INCLUDE | spf.besender.jp |
| SPF_IP | 103.30.75.0/24 |
| SPF_IP | 103.42.80.0/24 |
| SPF_IP | 123.50.212.0/25 |
| SPF_IP | 123.50.223.128/25 |
| SPF_IP | 123.98.155.128/25 |
| SPF_IP | 203.152.208.0/25 |
| SPF_IP | 211.125.65.106/32 |
| SPF_IP | 211.125.66.99/32 |
Related pages
Pivot deeper into the graph from ge-tk.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ge-tk.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.