GRR Rapid Response: remote live forensics for incident response
People
Repo info
Activity
Justin Kwon
@yskwon0830_twitter
hello, I'm looking for a way to change a GRR's locale and time. Do you have any hints? It is as JST(in Tokyo). (sorry if this is not the right place for this question)
gcddym
@gcddym
This message was deleted
Carl Henrik Lunde
@chlunde
How many concurrently open files should I expect on a data server? I'm seeing ~700 now, it looks like systemd defaults to 1024 as I limit and at some point I've reached that. Ref. google/grr#395
I'm wondering if there's a third issue with my setup, that I should not be close to 1024 anyway with just a handfull clients for testing. Now (with 700 files open on two data nodes) I have 700 files/sockets open.
@chlunde yes, set it big if you're using the sqlite datastore
@yskwon0830_twitter we use UTC everywhere, you should set the server to UTC. Supporting anything else is complicated, error prone, and a waste of time for us (there is no timezone we could pick that would make any sense).
@yskwon0830_twitter also, users mailing list will probably get you a faster reply next time
lorz
@lorz
hi there
lorz
@lorz
anybody online?
i'd need some help with my first flow. I've made a dummy py file, added to the registry_init file but now the server just doesn't start
lorz
@lorz
I probably screw it but don't know where or what. I made my test directly into the path -> /usr/share/grr-server/lib/python2.7/site-packages/grr/lib/flows/general
lorz
@lorz
k, going to post at github forum
Greg Castle
@destijl
hey, yeah, stick it in an email with the backtrace of what happened when the server wouldn't start
Joshua Trombley
@jtrombley90_twitter
Could anyone tell me if you can configure grr to run commands like taskkill and such ad hoc?
Thanks so much! Wasn't able to find anything. Exactly what I was looking for.
Any info on that elastic search plugin that was in progress? Unable to find that too.
Greg Castle
@destijl
@jtrombley90_twitter here's the tracking bug, I haven't heard anything recently, you could ping that and ask: google/grr#374
dasdcs1
@dasdcs1
This message was deleted
_
kefkii
@kefkii
having a hard time finding any set limits, i'm sure its going to vary depending on hardware resources, but what is the theoretical limits for number of grr clients per grr server
I am looking forward to Golang-based GRR client. Where's the code?
Greg Castle
@destijl
@hillu coming, will be in the same repo
we have only just started so not much to share yet
mlakomy
@miloszlakomy
Great to hear you're looking forward to it. :) It's still experimental right now, we'll likely push it to the regular GRR github repo in a while: github.com/google/grr
Hilko Bengen
@hillu
And the idea of standalone packages around Fleetspeak definitely sounds interesting.
mlakomy
@miloszlakomy
Definitely. It's always cleaner to separate big projects like ours into separate components. We also look forward to it
Hilko Bengen
@hillu
Looks like I will get to port an endpoint IOC scanner to it.
Andreas Moser
@grrrrrrrrr
nginx for HA?
hj0x3
@hj0x3
Still foresee supporting use of the SQLite+HTTPDatastore?