You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- These may be reused in other places (e.g., SSH, basic-auth on internal tools). See Linux post-exploitation tips below.
71
-
- Container indicators: `/.dockerenv`, short hex hostname, Docker bridge IP in `/proc/net/fib_trie`.
72
-
- Local port-only panels: Pivot with SSH local port forwarding: `ssh -L 9001:localhost:<port> user@host` and browse `http://localhost:9001` from your box.
73
-
74
-
Detection & hardening
75
-
- Disable SQL Expressions if not needed: `expressions.enabled = false` (ini or via provisioning)
76
-
- Remove or restrict DuckDB availability on the server PATH if SQL Expressions are enabled
77
-
- Restrict extension loading in DuckDB if applicable; monitor for `INSTALL shellfs` or unexpected use of `read_csv('...|')`
78
-
- Upgrade Grafana to a fixed version (see the official advisory linked below) and review all users with VIEWER+ access
79
-
- Monitor admin API usage and unusual SQL Expression panels/queries
80
-
81
-
See also
82
-
- For loopback-only panel access: SSH port-forwarding notes in Tunneling and SSH pages
83
-
- For environment secret harvesting and systemd environment vars: Linux Post-Exploitation page
0 commit comments