Skip to content

Commit

Permalink
Code review: 239300045: Add VirusTotal analysis plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Onager authored and joachimmetz committed Dec 31, 2015
1 parent 8153f67 commit d0052c6
Show file tree
Hide file tree
Showing 12 changed files with 775 additions and 25 deletions.
2 changes: 1 addition & 1 deletion config/dpkg/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ python-plaso (1.2.1-1) unstable; urgency=low

* Auto-generated

-- Log2Timeline <[email protected]>
-- Log2Timeline <[email protected]> Wed, 03 Jun 2015 15:01:50 +0200
16 changes: 16 additions & 0 deletions docs/plaso.analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,22 @@ plaso.analysis.test_lib module
:undoc-members:
:show-inheritance:

plaso.analysis.virustotal module
--------------------------------

.. automodule:: plaso.analysis.virustotal
:members:
:undoc-members:
:show-inheritance:

plaso.analysis.virustotal_test module
-------------------------------------

.. automodule:: plaso.analysis.virustotal_test
:members:
:undoc-members:
:show-inheritance:

plaso.analysis.windows_services module
--------------------------------------

Expand Down
8 changes: 8 additions & 0 deletions docs/plaso.cli.helpers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ plaso.cli.helpers.tagging_analysis module
:undoc-members:
:show-inheritance:

plaso.cli.helpers.virustotal_analysis module
--------------------------------------------

.. automodule:: plaso.cli.helpers.virustotal_analysis
:members:
:undoc-members:
:show-inheritance:

plaso.cli.helpers.windows_services_analysis module
--------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions plaso/analysis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
from plaso.analysis import chrome_extension
from plaso.analysis import file_hashes
from plaso.analysis import tagging
from plaso.analysis import virustotal
from plaso.analysis import windows_services
Loading

0 comments on commit d0052c6

Please sign in to comment.