Hostname
pressburst.com
Last fetched
pressburst.com resolves to 8 IPv4 addresses operated by AS18001 in IE. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
pressburst.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 |
|---|---|---|---|---|
| 13.227.219.114 | 0.0.0.0/0 | AS18001 | — | IE |
| 13.227.219.67 | 0.0.0.0/0 | AS18001 | — | IE |
| 13.227.219.85 | 0.0.0.0/0 | AS18001 | — | IE |
| 13.227.219.86 | 0.0.0.0/0 | AS18001 | — | IE |
| 18.238.96.6 | 18.238.96.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.96.62 | 18.238.96.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.96.64 | 18.238.96.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.96.78 | 18.238.96.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- chapel studios communications
- Contact emails
Subdomains
3 observed subdomains of pressburst.com.
Web-graph footprint
Distinct hostnames that link to or from pressburst.com in the public web crawl.
14 sites link to this hostname.
40 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for pressburst.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from pressburst.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pressburst.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.