Thomas Chopitea

Results 108 comments of Thomas Chopitea

Could indeed be that `testrun.py` is outdated (unfortunate, I know); I need to check this. Have you had trouble running the app itself?

pipenv also can't seem to handle this (thus breaking my Travis builds) ``` [pipenv.exceptions.InstallError]: ['Could not find a version that satisfies the requirement yara-python==3.9.0 (from -r /tmp/pipenv-a8fe4y8j-requirements/pipenv-2a0iudui-requirement.txt (line 1)) (from...

The [license](https://github.com/certsocietegenerale/FIR/blob/master/LICENSE) is not **A**GPL but GPL. There's a substantial difference!

I will let the other project members pitch in (CERT Société Générale owns FIR so changing the license might take some time, if it can be done at all). That...

Fair enough. I have no problem in changing the license, but I need all other contributors to agree. @certsocietegenerale, what do you think?

Uncommenting these lines in Yeti should help https://github.com/yeti-platform/yeti/blob/f7911cf2e3b6401c49230f93d22f7cff46eeebe9/core/web/api/api.py#L16

That should not be too hard to implement and it could be useful. We'll look into it. Sorry for the delay in responding!

That's actually the expected behavior (except for the 0 records read, it can happen if you have less than 2000 events to process, see [this line](https://github.com/certsocietegenerale/event2timeline/blob/master/event2timeline.py#L71)). Have you tried opening...

The HTML file isn't generated by the script, it's already there when you clone the repo: https://github.com/certsocietegenerale/event2timeline/tree/master/timeline

That's strange, the script should generate a `evtdata.js` file in the `/timeline` folder. Did it generate an `evtdata.js` file anywhere? If you can share the `evtx` file, I'll happily run...