GithubHelp home page GithubHelp logo

csababarta / memory-baseliner Goto Github PK

View Code? Open in Web Editor NEW
43.0 43.0 4.0 96 KB

Memory Baseliner is a script that can compare two windows memory images or perform frequency of occurrence / data stacking analysis on multiple such images

License: GNU General Public License v3.0

Python 100.00%

memory-baseliner's People

Contributors

csababarta 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

Watchers

 avatar

memory-baseliner's Issues

Output file headers are inconsistent

When no additional options are chosen, each file output has a first line of PROCESSES | SERVICES | DRIVERS, but these are not present when other options are chosen (which is the likely desired state). I would vote to remove them altogether as they make it more difficult to filter data in tools like Excel/Timeline Explorer. I recommend having the first line be the column names for all output types for easy import into other tools.

Tool does not gracefully exit if you provide the wrong jsonbaseline file

Tool does not gracefully exit if you provide the wrong jsonbaseline file (in the errors below a "proc" baseline was fed to -drv and -svc options, but it occurs with all of the options)

root@siftworkstation:/opt/memory-baseliner2# python3 ./baseline.py -drv -b /cases/memory/baseline/Win10x64.img -i /cases/memory/memory.img --loadbaseline --jsonbaseline ./baseline_proc.json
Traceback (most recent call last):
File "./baseline.py", line 455, in
baseline_drivers.from_json(args.jsonbaseline)
File "/opt/memory-baseliner2/baseline_objects.py", line 1458, in from_json
driver.from_dict(entry)
File "/opt/memory-baseliner2/baseline_objects.py", line 1253, in from_dict
self.driver_name = entry['driver_name']
KeyError: 'driver_name'

root@siftworkstation:/opt/memory-baseliner2# python3 ./baseline.py -svc -b /cases/memory/baseline/Win10x64.img -i /cases/memory/memory.img --loadbaseline --jsonbaseline ./baseline_proc.json
2022-05-19 11:55:12,958 - BaselineService - ERROR - Could not create service object from JSON! ('service_name')
Traceback (most recent call last):
File "/opt/memory-baseliner2/baseline_objects.py", line 1930, in from_json
service.from_dict(svc)
File "/opt/memory-baseliner2/baseline_objects.py", line 1710, in from_dict
self.service_name = service_dict['service_name']
KeyError: 'service_name'

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.