package-analysis
package-analysis copied to clipboard
Detect environment variable accesses
This isn't supported by Falco/sysdig, and would require some kind of userspace/libc interception.
Doing this via dynamic analysis will be hard as it requires instrumenting various runtimes to intercept the request.
This is quicker achieved by using static analysis.
However, eventually we may want dynamic analysis support as it will still detect access from obfuscated code.
Depends on #519