Hostname
becom.digital
Last fetched
becom.digital resolves to 1 IPv4 address operated by STELOGY in BE. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
becom.digital 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 |
|---|---|---|---|---|
| 185.111.197.62 | 185.111.196.0/22 | AS34762 | STELOGY | BE |
WHOIS identity
- Registrar
- iana:269
- Organization
- becommerce
- Contact emails
Subdomains
9 observed subdomains of becom.digital.
Web-graph footprint
Distinct hostnames that link to or from becom.digital in the public web crawl.
171 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for becom.digital.
| Mechanism | Target |
|---|---|
| SPF_A | becom.digital |
| SPF_INCLUDE | _spf.relay.mailprotect.be |
| SPF_INCLUDE | emsd1.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf-eu.emailsignatures365.com |
| SPF_INCLUDE | spf.ccvshop.eu |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.111.197.62 |
| SPF_IP | 2a00:1c98:10:91:1851:1119:7062:1 |
| SPF_MX | becom.digital |
Related pages
Pivot deeper into the graph from becom.digital.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "becom.digital"})-[: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.