Hostname
match.mt
Last fetched
match.mt resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
match.mt 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.156.144.42 | 108.156.144.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.156.144.54 | 108.156.144.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.156.144.81 | 108.156.144.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.156.144.97 | 108.156.144.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.168.167.102 | 3.168.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.167.121 | 3.168.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.167.129 | 3.168.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.167.82 | 3.168.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
WHOIS identity
No WHOIS records are currently associated with match.mt in WhisperGraph.
Subdomains
41 observed subdomains of match.mt.
Web-graph footprint
Distinct hostnames that link to or from match.mt in the public web crawl.
4 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for match.mt.
| Mechanism | Target |
|---|---|
| SPF_A | match.mt |
| SPF_INCLUDE | cust-spf.exacttarget.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 189.125.37.40/29 |
| SPF_IP | 201.47.96.160/27 |
| SPF_IP | 205.220.165.126 |
| SPF_IP | 205.220.168.132 |
| SPF_IP | 205.220.177.126 |
| SPF_IP | 205.220.179.40 |
| SPF_IP | 50.22.185.104/29 |
| SPF_IP | 50.22.187.152/29 |
| SPF_IP | 74.53.64.178 |
| SPF_MX | match.mt |
Related pages
Pivot deeper into the graph from match.mt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "match.mt"})-[: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.