Hostname
tobrix.com
Last fetched
tobrix.com resolves to 1 IPv4 address operated by AS49981 in NL. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
tobrix.com 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 |
|---|---|---|---|---|
| 195.128.184.155 | 195.128.184.0/23 | AS49981 | — | NL |
WHOIS identity
- Registrar
- iana:1647
- Organization
- a.j.c. stokbroekx
- Contact emails
Subdomains
3 observed subdomains of tobrix.com.
Web-graph footprint
Distinct hostnames that link to or from tobrix.com in the public web crawl.
13 sites link to this hostname.
21 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for tobrix.com.
| Mechanism | Target |
|---|---|
| SPF_A | smtp.solcon.nl |
| SPF_A | tobrix.com |
| SPF_INCLUDE | _spf.afasonline.nl |
| SPF_INCLUDE | spf.afas.online |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 213.233.193.171 |
| SPF_IP | 2a01:670:100:11::/64 |
| SPF_IP | 2a01:670:200:227::/64 |
| SPF_IP | 88.159.1.0/24 |
| SPF_IP | 88.159.1.157 |
| SPF_IP | 88.159.3.128/27 |
| SPF_MX | tobrix.com |
Related pages
Pivot deeper into the graph from tobrix.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tobrix.com"})-[: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.