Hostname
pegast.az
Last fetched
pegast.az resolves to 5 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
pegast.az resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 52.84.20.100 | 52.84.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.20.17 | 52.84.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.20.49 | 52.84.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.20.60 | 52.84.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 85.31.120.99 | 85.31.120.0/24 | AS39678 | — | RU |
WHOIS identity
No WHOIS records are currently associated with pegast.az in WhisperGraph.
Subdomains
1 observed subdomain of pegast.az.
| Subdomain |
|---|
| mx01.pegast.az |
Web-graph footprint
Distinct hostnames that link to or from pegast.az in the public web crawl.
5 sites link to this hostname.
23 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for pegast.az.
| Mechanism | Target |
|---|---|
| SPF_IP | 193.24.8.230 |
| SPF_IP | 193.24.8.246 |
| SPF_IP | 77.108.123.92 |
| SPF_IP | 85.111.40.114 |
| SPF_IP | 85.31.122.236 |
| SPF_IP | 85.31.122.240 |
Related pages
Pivot deeper into the graph from pegast.az.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pegast.az"})-[: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.