Hostname
ourpsb.com
Last fetched
ourpsb.com resolves to 4 IPv4 addresses operated by AS20940 in US. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
ourpsb.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.45.46.196 | 23.45.46.0/24 | AS20940 | — | US |
| 23.45.46.205 | 23.45.46.0/24 | AS20940 | — | US |
| 23.64.112.12 | 23.64.112.0/24 | AS20940 | — | US |
| 23.64.112.18 | 23.64.112.0/24 | AS20940 | — | US |
WHOIS identity
- Registrar
- iana:292
- Organization
- peoples savings bank
- Contact emails
Subdomains
16 observed subdomains of ourpsb.com.
Web-graph footprint
Distinct hostnames that link to or from ourpsb.com in the public web crawl.
24 sites link to this hostname.
28 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for ourpsb.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-us.ppe-hosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.us.exclaimer.net |
| SPF_IP | 205.196.224.0/19 |
| SPF_IP | 216.71.150.36/32 |
| SPF_IP | 216.71.150.53/32 |
| SPF_IP | 216.71.154.156/32 |
| SPF_IP | 216.71.154.162/32 |
| SPF_IP | 66.254.128.0/19 |
Related pages
Pivot deeper into the graph from ourpsb.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ourpsb.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.