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

Pull system logs from machines #103

Open
giovannt0 opened this issue May 25, 2020 · 3 comments
Open

Pull system logs from machines #103

giovannt0 opened this issue May 25, 2020 · 3 comments
Labels
question Further information is requested

Comments

@giovannt0
Copy link
Collaborator

Explore possibilities of retrieving system logs (e.g. /var/log/syslog) and other comon logs directly from libcloudforensics

@giovannt0 giovannt0 self-assigned this May 25, 2020
@hacktobeer
Copy link
Contributor

We already support this for GCP -> VM syslogs are logged in Google Cloud logs.

Are you thinking about interfacing with the filesystem of cloud disks and pulling specific (log) files?

@giovannt0
Copy link
Collaborator Author

Yes, exactly. I aslo don't know what AWS currently offers for these kind of logs but it could be nice to have a method get_log(SYSLOG) that just fetches the file

@giovannt0 giovannt0 added the question Further information is requested label May 26, 2020
@giovannt0 giovannt0 removed their assignment Aug 2, 2020
@hiddenillusion
Copy link

For AWS, you're best option is a standard remote transfer (e.g. SCP) unless you have some agent installed.

Some benefits will come out of using SSM agent on top of this, but also adds more requirements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants