I hereby claim:
- I am ideaengine007 on github.
- I am niteshsurana (https://keybase.io/niteshsurana) on keybase.
- I have a public key ASDKslVKNpQX51CD-Jj6NWeg4k-t2pk0sZvbIxRcfwUb5go
To claim this, I am signing this object:
| services: | |
| ubuntu: | |
| container_name: ubuntu | |
| image: ubuntu:latest | |
| command: sleep infinity | |
| environment: | |
| - DEBUG=true | |
| - AWS=ASIA1234567890 | |
| cadvisor: | |
| container_name: cadvisor |
I hereby claim:
To claim this, I am signing this object:
| import requests | |
| from api_app.exceptions import AnalyzerRunException | |
| from api_app.script_analyzers import classes | |
| from intel_owl import secrets | |
| class IntelX(classes.ObservableAnalyzer): | |
| base_url: str = "https://2.intelx.io" | |
| USER_AGENT = '' |