Git Product home page Git Product logo

event2timeline's People

Contributors

certsocietegenerale avatar jipegit avatar tomchop avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

event2timeline's Issues

0 records read

Is there anything special I need to do to get it to understand the EVTX files from Win7 machine? Installed dependencies, all looks well but when I run it, I get this:

/event2timeline-master$ python event2timeline.py -e -f evt.evtx
[*] Reading EVTX file evt.evtx
0 records read
[*] Unique users: 5
[*] Mapped 38 sessions from 2012-11-07 21:36:06 to 2015-03-13 16:18:07

It creates evtdata.js in /timeline folder but nothing else. Am I missing something obvious?
Thanks!

Syntax error

i see the below error when running the script
python3 event2timeline.py -e -f Security.evtx
File "event2timeline.py", line 51
except Exception, e:
^
SyntaxError: invalid syntax

evtdata.js not written correctly

I suppose it is language related, but the JavaScript Console tells me it doesn't understand the u'string' (which seems quite normal).

So the graph doesn't display, since the file containing data is skipped.

To bypass the issue, I imported the JSON library, and changed the writing of 'lanes' and 'items' as follow :

js.write("var lanes = %s,\n" % str(list(x.encode('utf-8') for x in timeline['lanes'])))
...
js.write("items = ")
json.dump(timeline['items'],js)
js.write(",\ntimeBegin = \'%s\',\n" % timeline['time_begin'])

I am not sure it is a correct way to fix the problem, but it does the trick.
I am not sure you didn't abandon the project, but just in case.

Thanks for this great tool, btw.

Data extracts, but visualization fails

Data is properly extracted (as best as can be determined; evtdata.js is full of valid looking json). Loading the page in Firefox or Chrome draws the timelines, but no data points are populated...

[] Reading EVTX file /scratch/blah/Security.evtx
0 records read
2000 records read
4000 records read
6000 records read
8000 records read
10000 records read
12000 records read
14000 records read
16000 records read
[
] Unique users: 8
[*] Mapped 630 sessions from 2013-02-19 20:15:56 to 2015-08-10 04:00:10

Uploading Screen Shot 2015-08-11 at 21.29.35.png…

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.