yampelo / beagle

Beagle is an incident response and digital forensics tool which transforms security logs and data into graphs.
MIT License
1.27k stars 145 forks source link

Analyzer framework #72

Open yampelo opened 5 years ago

yampelo commented 5 years ago

Allows for the creation of rules against beagle's graphs

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@a6bc079). Click here to learn what that means. The diff coverage is 95.03%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #72   +/-   ##
=========================================
  Coverage          ?   82.06%           
=========================================
  Files             ?       64           
  Lines             ?     3072           
  Branches          ?        0           
=========================================
  Hits              ?     2521           
  Misses            ?      551           
  Partials          ?        0
Impacted Files Coverage Δ
beagle/nodes/file.py 100% <ø> (ø)
beagle/backends/networkx.py 98.91% <ø> (ø)
beagle/analyzers/queries/process.py 100% <100%> (ø)
beagle/analyzers/queries/file.py 100% <100%> (ø)
beagle/analyzers/queries/lookups.py 100% <100%> (ø)
beagle/analyzers/base_analyzer.py 100% <100%> (ø)
beagle/analyzers/queries/node.py 100% <100%> (ø)
beagle/analyzers/queries/edge.py 76.92% <76.92%> (ø)
beagle/analyzers/queries/__init__.py 85.71% <85.71%> (ø)
beagle/analyzers/queries/base_query.py 98.36% <98.36%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a6bc079...b93049e. Read the comment docs.