Hostname
ppc-com.com
Last fetched
ppc-com.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
ppc-com.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.249.135.16 | 13.249.134.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.249.135.18 | 13.249.134.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.249.135.231 | 13.249.134.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.249.135.36 | 13.249.134.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.86.157.13 | 99.86.157.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PT |
| 99.86.157.201 | 99.86.157.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PT |
| 99.86.157.226 | 99.86.157.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PT |
| 99.86.157.71 | 99.86.157.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PT |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
7 observed subdomains of ppc-com.com.
Web-graph footprint
Distinct hostnames that link to or from ppc-com.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for ppc-com.com.
| Mechanism | Target |
|---|---|
| SPF_A | ppc-com.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | bridgemailsystem.com |
| SPF_IP | 2600:3c00:0:0:f03c:91ff:fef1:4a9 |
| SPF_IP | 45.33.22.205 |
| SPF_IP | 50.62.74.130 |
| SPF_MX | ppc-com.com |
Related pages
Pivot deeper into the graph from ppc-com.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ppc-com.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.