Hostname
supplier.multek.com
Last fetched
supplier.multek.com resolves to 2 IPv4 addresses operated by AS9808 in CN.
Nutrition Label
Resolution chain
supplier.multek.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 36.139.157.64 | 36.139.157.0/24 | AS9808 | — | CN |
| 36.139.157.73 | 36.139.157.0/24 | AS9808 | — | CN |
WHOIS identity
No WHOIS records are currently associated with supplier.multek.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for supplier.multek.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 117.159.207.0/24 |
| SPF_IP | 120.194.44.158 |
| SPF_IP | 221.176.33.0/24 |
| SPF_IP | 221.176.53.0/24 |
| SPF_IP | 221.176.54.93 |
| SPF_IP | 221.176.9.0/24 |
| SPF_IP | 223.105.0.0/24 |
| SPF_IP | 36.133.24.0/24 |
| SPF_IP | 36.133.72.0/24 |
Related pages
Pivot deeper into the graph from supplier.multek.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "supplier.multek.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.