Johan Berggren

Results 71 comments of Johan Berggren

> `pinfo.py --output-format json --sections /tmp/1dc8108edefa4f20818847a1d3a78083 ` gives missing argument ![image](https://user-images.githubusercontent.com/7392290/270633094-75183a5d-7ae7-4748-b498-ff2f256d3252.png) > > this is output when adding --sections sources: > it should be `pinfo.py --output-format json --sections events /tmp/1dc8108edefa4f20818847a1d3a78083`

Thanks, I cannot look at that file right now. Did the tool successfully run, or did it crash?

Yeah, I agree that would be great. I have been thinking about this as well. I'll keep this issue to track this FR. Thanks!

In order to return all buckets without setting the `size` to 10000 (example) then we need to use composit aggregations. This is not high on the prio list because the...

Potentially useful: https://github.com/iFgR/vue-shortkey/blob/master/README.md

Hey @rocket-ops yes that would be great! Let me synch up with @hacktobeer and make a plan.

Ack, I will review this next week.

foorep is storing the samples in GridFS, a filesystem within mongoDB. It leaves the samples in place at the moment to, after the import but I will add a option...

Yes, if you import 1TB data in GridFS that will grow the database by 1TB. The way GridFS works is by splitting the files over several "documents" in it's internal...

Interesting! Please report any issues you get. I will also do a similar test. On 01/08/2013 02:56 PM, dkovar wrote: > Greetings, > > I've got about 1.5TB of malware...