Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hash tagging analysis report too large #1048

Closed
4 tasks done
joachimmetz opened this issue Oct 16, 2016 · 2 comments
Closed
4 tasks done

Hash tagging analysis report too large #1048

joachimmetz opened this issue Oct 16, 2016 · 2 comments
Assignees
Labels
analysis Issue related to analysis plugins bug storage

Comments

@joachimmetz
Copy link
Member

joachimmetz commented Oct 16, 2016

While troubleshooting #1036 ran into following issue:

Traceback (most recent call last):
  File "tools/psort.py", line 869, in <module>
    if not Main():
  File "tools/psort.py", line 855, in Main
    tool.ProcessStorage()
  File "tools/psort.py", line 821, in ProcessStorage
    self._PrintAnalysisReportsDetails(storage_reader)
  File "tools/psort.py", line 251, in _PrintAnalysisReportsDetails
    for index, analysis_report in enumerate(storage.GetAnalysisReports()):
  File "plaso/storage/zip_file.py", line 2524, in GetAnalysisReports
    data_stream, u'analysis_report'):
  File "plaso/storage/zip_file.py", line 1798, in _ReadAttributeContainersFromStream
    data_stream, container_type)
  File "plaso/storage/zip_file.py", line 1784, in _ReadAttributeContainerFromStreamEntry
    entry_data = data_stream.ReadEntry()
  File "plaso/storage/zip_file.py", line 495, in ReadEntry
    u'Unable to read data entry size value out of bounds.')
IOError: Unable to read data entry size value out of bounds.

The report nsrlsvr generates is too large. Per previous discussions a structural fix requires an overhaul of reports.

@joachimmetz
Copy link
Member Author

However it does not look like the contents of the report is that useful:

  "text": "nsrlsvr hash tagging Results
OS:plaso/test_data/MFT: nsrl_present
OS:plaso/test_data/MFT: nsrl_present
OS:plaso/test_data/MFT: nsrl_present
...

@joachimmetz joachimmetz changed the title Analysis report too large Tagging analysis report too large Oct 16, 2016
@joachimmetz joachimmetz changed the title Tagging analysis report too large Hash tagging analysis report too large Oct 16, 2016
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Oct 16, 2016
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Oct 17, 2016
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Oct 22, 2016
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Jan 22, 2017
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Jan 22, 2017
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Feb 4, 2017
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Feb 8, 2017
@joachimmetz joachimmetz added this to the 2018 June release milestone May 23, 2018
@Onager
Copy link
Contributor

Onager commented Sep 19, 2018

Not going to make release, removing milestone.

@Onager Onager removed this from the 2018 September release milestone Sep 19, 2018
@joachimmetz joachimmetz added this to the 2021 August release milestone Jun 5, 2021
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Jun 16, 2021
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analysis Issue related to analysis plugins bug storage
Projects
None yet
Development

No branches or pull requests

2 participants