Hostname
procco.com.bh
Last fetched
procco.com.bh resolves to 1 IPv4 address operated by AS39273 in BH.
Nutrition Label
Resolution chain
procco.com.bh 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 |
|---|---|---|---|---|
| 87.236.48.240 | 87.236.48.0/24 | AS39273 | — | BH |
WHOIS identity
No WHOIS records are currently associated with procco.com.bh in WhisperGraph.
Subdomains
1 observed subdomain of procco.com.bh.
| Subdomain |
|---|
| www.procco.com.bh |
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for procco.com.bh.
| Mechanism | Target |
|---|---|
| SPF_A | mx1.procco.net |
| SPF_A | mx2.procco.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 80.95.218.68/32 |
| SPF_IP | 87.236.48.225/32 |
| SPF_IP | 87.236.48.228/32 |
| SPF_IP | 87.236.48.254/32 |
Related pages
Pivot deeper into the graph from procco.com.bh.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "procco.com.bh"})-[: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.