Hostname
stobag.nl
Last fetched
stobag.nl resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists registrar:key-systems gmbh as the registrar.
Nutrition Label
Resolution chain
stobag.nl 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 |
|---|---|---|---|---|
| 108.138.106.10 | 108.138.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.138.106.119 | 108.138.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.138.106.54 | 108.138.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.138.106.71 | 108.138.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.66.26.4 | 18.66.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.66.26.43 | 18.66.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.66.26.49 | 18.66.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.66.26.86 | 18.66.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
- Registrar
- registrar:key-systems gmbh
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of stobag.nl.
| Subdomain |
|---|
| www.stobag.nl |
Web-graph footprint
Distinct hostnames that link to or from stobag.nl in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for stobag.nl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.crsend.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 212.243.217.118 |
| SPF_IP | 217.26.54.10/32 |
| SPF_IP | 77.109.145.130/32 |
| SPF_IP | 92.66.126.83 |
| SPF_MX | stobag.nl |
Related pages
Pivot deeper into the graph from stobag.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stobag.nl"})-[: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.