Hostname
stobag.be
Last fetched
stobag.be resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists registrar:101domain grs ltd. as the registrar.
Nutrition Label
Resolution chain
stobag.be resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 54.192.35.121 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.26 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.4 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.54 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.230.114.111 | 54.230.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.230.114.16 | 54.230.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.230.114.21 | 54.230.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.230.114.75 | 54.230.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
- Registrar
- registrar:101domain grs ltd.
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of stobag.be.
| Subdomain |
|---|
| www.stobag.be |
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for stobag.be.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-dc12.successfactors.com |
| SPF_INCLUDE | _spf.expurgate.net |
| SPF_INCLUDE | spf.crsend.com |
| SPF_INCLUDE | spf.cs2.ch |
| SPF_INCLUDE | spf.eu.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.stobag.com |
| SPF_MX | stobag.be |
Related pages
Pivot deeper into the graph from stobag.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stobag.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.