Hostname
barking.prontaprint.com
Last fetched
barking.prontaprint.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
barking.prontaprint.com 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.158.213.122 | 108.158.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.158.213.125 | 108.158.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.158.213.71 | 108.158.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.158.213.8 | 108.158.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.154.185.4 | 18.154.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.185.6 | 18.154.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.185.88 | 18.154.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.185.95 | 18.154.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with barking.prontaprint.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from barking.prontaprint.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for barking.prontaprint.com.
| Mechanism | Target |
|---|---|
| SPF_A | barking.prontaprint.com |
| SPF_INCLUDE | emailsrvr.com |
| SPF_MX | barking.prontaprint.com |
Related pages
Pivot deeper into the graph from barking.prontaprint.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "barking.prontaprint.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.