Hostname
pinepac.com.my
Last fetched
pinepac.com.my resolves to 1 IPv4 address operated by AS45839 in MY.
Nutrition Label
Resolution chain
pinepac.com.my 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 |
|---|---|---|---|---|
| 124.217.241.99 | 124.217.240.0/20 | AS45839 | — | MY |
WHOIS identity
No WHOIS records are currently associated with pinepac.com.my in WhisperGraph.
Subdomains
16 observed subdomains of pinepac.com.my.
Showing 12 of 16. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pinepac.com.my in the public web crawl.
5 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for pinepac.com.my.
| Mechanism | Target |
|---|---|
| SPF_A | pinepac.com.my |
| SPF_INCLUDE | spf.mailsentinel.net |
| SPF_IP | 101.99.77.103 |
| SPF_IP | 101.99.77.90 |
| SPF_IP | 101.99.77.93 |
| SPF_IP | 101.99.77.97 |
| SPF_IP | 124.217.241.90 |
| SPF_IP | 124.217.241.93 |
| SPF_IP | 124.217.241.99 |
| SPF_MX | pinepac.com.my |
Related pages
Pivot deeper into the graph from pinepac.com.my.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pinepac.com.my"})-[: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.