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

Scan png eof upload to coordinator #248

Merged
merged 5 commits into from
Dec 20, 2022

Conversation

ryanohoro
Copy link
Collaborator

Describe the change

Uploads extracted file to coordinator, removes extracted file from output event. Matches ScanJpeg behavior.

Fixes #247

Describe testing procedures

./strelka-oneshot -f ../../../python/strelka/tests/fixtures/test_pe_overlay.png 

Sample output

Old

{
        "elapsed": 0.000035,
        "flags": [],
        "trailer_index": 539355,
        "PNG_EOF": "MZ\x90\x00\x03\x00\x00\x00\x04\x00\x00\x00\xff\xff\x00\x00\xb8\x00\x00\x00\x00\x00\x00\x00@\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x00\x00\x00\x0e\x1f\xba\x0e\x00\xb4\t\xcd!\xb8\x01L\xcd!This program cannot be run in DOS mode.\r\r\n$\x00\x00\x00\x00\x00\x00\x00PE\x00\x00d\x86\x02\x00\xbcs\x12\xfd\x00\x00\x00\x00\x00\x00\x00\x00\xf0\x00"\x00\x0b\x020\x00\x00\x08\x00\x00\x00\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00@\x01\x00\x00\x00\x00 \x00\x00\x00\x02\x00\x00\x04\x00\x00\x00\x00\x00\x00\x00\x04\x00\x00\x00\x00\x00\x00\x00\x00`\x00\x00\x00\x02\x00\x00\x00\x00\x00\x00\x03\x00@\x85\x00\x00@\x00\x00\x00\x00\x00\x00@\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00@\x00\x00\xc0\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00x00\x00\x00,&\x00\x008\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 ... [500KB]"}

New

{
        "elapsed": 0.000035,
        "flags": [],
        "trailer_index": 539355
}

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of and tested my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@ryanohoro ryanohoro marked this pull request as ready for review December 18, 2022 07:30
@phutelmyer
Copy link
Contributor

Great find @ryanohoro. Everything looks / tests good.

@phutelmyer phutelmyer merged commit 9d8dbde into target:master Dec 20, 2022
@ryanohoro ryanohoro deleted the scan_png_eof_upload branch January 19, 2023 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ScanPngEof Doesn't Upload Extracted File to Coordinator
2 participants