Hostname
jompay.com.my
Last fetched
jompay.com.my resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.
Nutrition Label
Resolution chain
jompay.com.my resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.139.119.47 | 108.139.119.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.139.119.49 | 108.139.119.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.139.119.67 | 108.139.119.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.139.119.85 | 108.139.119.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.168.51.125 | 3.168.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.51.40 | 3.168.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.51.84 | 3.168.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.51.86 | 3.168.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- (836743d)
- Contact emails
- —
Subdomains
4 observed subdomains of jompay.com.my.
Web-graph footprint
Distinct hostnames that link to or from jompay.com.my in the public web crawl.
100 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for jompay.com.my.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | paynet.my |
Related pages
Pivot deeper into the graph from jompay.com.my.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jompay.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.