GithubHelp home page GithubHelp logo

dfir's Introduction

dfir

Digital Forensics and Incident Response Scripts

pe_compile_ts_anomalies.py

This script checks the compilation timestamp from pe files. Creates a csv output with: the name of the file, the compilation timestamp and a value indicating if the timestamp is normal or anomalous. Compilation timestamps are in UTC.

This script is based on pescanner.py (Michael Ligh) to check only compilation timestamps and use it in the triage of malware incidents.

Usage example

$ python pe_compile_ts_anomalies.py /mnt/windows_mount/Windows/System32/
filename,timestamp(M/D/Y H:M:S),timezone,anomaly
/mnt/windows_mount/Windows/System32/aaclient.dll,07/14/2009 01:03:45,UTC,normal
/mnt/windows_mount/Windows/System32/accessibilitycpl.dll,07/14/2009 01:03:52,UTC,normal
...
/mnt/windows_mount/Windows/System32/zh-TW/msimsg.dll.mui,07/13/2009 23:31:14,UTC,normal
/mnt/windows_mount/Windows/System32/zh-TW/msprivs.dll.mui,07/13/2009 23:33:53,UTC,normal

dfir's People

Contributors

crisroura avatar

Watchers

James Cloos avatar  avatar  avatar

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.