Hostname
pbid.com
Last fetched
pbid.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
pbid.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 208.82.220.181 | 208.82.220.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of pbid.com owner
- Contact emails
- domreg@pbid.com
- 53ce9155-2dc4-4cc4-9bd5-19086fe3aae5@identity-protect.org
- 80ef38c0-91b6-48a3-8e81-d16d5d7180dd@identity-protect.org
- a61ab78d-05c8-4e8c-a10b-ae86b6e61e6c@identity-protect.org
- d1a94636-d0af-40db-adc5-f304639ef554@identity-protect.org
- e0ad6493-c1b8-4154-a2d7-1a83963fd054@identity-protect.org
- owner-1383416@pbid.com.whoisprivacyservice.org
- owner-6338938@pbid.com.whoisprivacyservice.org
Subdomains
23 observed subdomains of pbid.com.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for pbid.com.
| Mechanism | Target |
|---|---|
| SPF_A | pbid.com |
| SPF_IP | 208.82.223.39/32 |
| SPF_IP | 216.71.150.37/32 |
| SPF_IP | 216.71.154.142/32 |
| SPF_MX | pbid.com |
Related pages
Pivot deeper into the graph from pbid.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pbid.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.