Hostname
tiejeng.com
Last fetched
tiejeng.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
tiejeng.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:81
- Organization
- brendan nixon
- Contact emails
Subdomains
15 observed subdomains of tiejeng.com.
Web-graph footprint
Distinct hostnames that link to or from tiejeng.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- tiejeng.com
SPF policy
7 SPF mechanisms authorising senders for tiejeng.com.
| Mechanism | Target |
|---|---|
| SPF_A | tiejeng.com |
| SPF_INCLUDE | _spf.eee.tw |
| SPF_IP | 103.123.243.22 |
| SPF_IP | 155.94.159.26 |
| SPF_IP | 43.254.18.8 |
| SPF_IP | 61.216.47.103 |
| SPF_MX | tiejeng.com |
Related pages
Pivot deeper into the graph from tiejeng.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tiejeng.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.