Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect environment variable accesses #45

Open
oliverchang opened this issue Apr 26, 2021 · 2 comments
Open

Detect environment variable accesses #45

oliverchang opened this issue Apr 26, 2021 · 2 comments
Labels
enhancement New feature or request static analysis

Comments

@oliverchang
Copy link
Contributor

This isn't supported by Falco/sysdig, and would require some kind of userspace/libc interception.

@oliverchang oliverchang added the enhancement New feature or request label Apr 26, 2021
@calebbrown
Copy link
Contributor

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.

@maxfisher-g
Copy link
Contributor

Depends on #519

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request static analysis
Projects
None yet
Development

No branches or pull requests

3 participants