Skip to content

Hostname

postmaster.allminwon.com

Last fetched

postmaster.allminwon.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · postmaster.allminwon.comRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/postmaster.allminwon.com

Resolution chain

postmaster.allminwon.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.67.0.11518.67.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.67.0.4518.67.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.67.0.7718.67.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.67.0.9218.67.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.174.10654.240.174.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
54.240.174.4154.240.174.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
54.240.174.8954.240.174.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
54.240.174.9854.240.174.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB

WHOIS identity

No WHOIS records are currently associated with postmaster.allminwon.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for postmaster.allminwon.com.

MechanismTarget
SPF_INCLUDEmailplug.com
SPF_IP3.35.116.125
SPF_IP3.38.89.248
SPF_MXpostmaster.allminwon.com

Related pages

Pivot deeper into the graph from postmaster.allminwon.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "postmaster.allminwon.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.