Hostname
matchlog.delivery
Last fetched
matchlog.delivery resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SE. WHOIS lists iana:895 as the registrar.
Nutrition Label
Resolution chain
matchlog.delivery 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.157.214.2 | 108.157.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 108.157.214.79 | 108.157.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 108.157.214.86 | 108.157.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 108.157.214.98 | 108.157.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 18.67.221.108 | 18.67.220.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 18.67.221.112 | 18.67.220.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 18.67.221.59 | 18.67.220.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 18.67.221.82 | 18.67.220.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
WHOIS identity
- Registrar
- iana:895
- Organization
- contact privacy inc. customer 7151571251
- Contact emails
- —
Subdomains
26 observed subdomains of matchlog.delivery.
Showing 21 of 26. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from matchlog.delivery in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for matchlog.delivery.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.firebasemail.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.zoho.in |
| SPF_INCLUDE | transmail.net.in |
| SPF_INCLUDE | zcsend.in |
Related pages
Pivot deeper into the graph from matchlog.delivery.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "matchlog.delivery"})-[: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.