Hostname
bethlehem.gov.ps
Last fetched
bethlehem.gov.ps resolves to 2 IPv4 addresses operated by AS211466 in PS.
Nutrition Label
Resolution chain
bethlehem.gov.ps resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.153.160.37 | 185.153.160.0/24 | AS211466 | — | PS |
| 185.153.160.47 | 185.153.160.0/24 | AS211466 | — | PS |
WHOIS identity
No WHOIS records are currently associated with bethlehem.gov.ps in WhisperGraph.
Subdomains
1 observed subdomain of bethlehem.gov.ps.
| Subdomain |
|---|
| www.bethlehem.gov.ps |
Web-graph footprint
Distinct hostnames that link to or from bethlehem.gov.ps in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for bethlehem.gov.ps.
| Mechanism | Target |
|---|---|
| SPF_A | bethlehem.gov.ps |
| SPF_IP | 185.153.160.0/24 |
| SPF_MX | bethlehem.gov.ps |
Related pages
Pivot deeper into the graph from bethlehem.gov.ps.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bethlehem.gov.ps"})-[: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.