Hostname
procor.be
Last fetched
procor.be resolves to 2 IPv4 addresses operated by AS39923 in BE. WHOIS lists registrar:alfanet bv as the registrar.
Nutrition Label
Resolution chain
procor.be 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 |
|---|---|---|---|---|
| 109.68.165.213 | 109.68.160.0/21 | AS39923 | — | BE |
| 109.68.165.221 | 109.68.160.0/21 | AS39923 | — | BE |
WHOIS identity
- Registrar
- registrar:alfanet bv
- Organization
- —
- Contact emails
- —
Subdomains
48 observed subdomains of procor.be.
Showing 22 of 48. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from procor.be in the public web crawl.
270 sites link to this hostname.
392 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- procor.be
SPF policy
7 SPF mechanisms authorising senders for procor.be.
| Mechanism | Target |
|---|---|
| SPF_A | procor.be |
| SPF_INCLUDE | _spf.emsrv.eu |
| SPF_INCLUDE | sendgrid.net |
| SPF_IP | 109.68.165.212 |
| SPF_IP | 109.68.165.213 |
| SPF_IP | 149.210.142.53 |
| SPF_MX | procor.be |
Related pages
Pivot deeper into the graph from procor.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "procor.be"})-[: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.