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

allow artifact upload to handle windows event logs #465

Closed
mmguero opened this issue Apr 29, 2024 · 2 comments
Closed

allow artifact upload to handle windows event logs #465

mmguero opened this issue Apr 29, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request upload Relating to PCAP and/or Zeek log ingestion
Milestone

Comments

@mmguero
Copy link
Collaborator

mmguero commented Apr 29, 2024

Currently the upload interface allows for uploading:

  • PCAP files
  • archive files (zip, tar.gz, etc.) containing Zeek logs

Although this departs a bit from Malcolm's bread-and-butter of network traffic, it's been requested by some users to allow the upload of files containing windows event logs, which should be processed similar to if they had been forwarded by fluent-bit.

Things to figure out:

  • what file format are the windows event logs in
  • adding a third path (right now it's just PCAP goes on way, zeek logs go the other)
  • changing the documentation and UI for upload to indicate that these file types are also allowed
  • parsing of these events and hooking into the same code used to parse what's generated by fluent-bit
  • is there any way the source of the event logs? possibly tangentially related to handle multiple NetBox sites #449
@mmguero mmguero added enhancement New feature or request upload Relating to PCAP and/or Zeek log ingestion labels Apr 29, 2024
@mmguero mmguero added this to the z.staging milestone Apr 29, 2024
@mmguero mmguero modified the milestones: z.staging, v24.06.0 May 15, 2024
@mmguero
Copy link
Collaborator Author

mmguero commented Jun 4, 2024

  • we'll support EVTX formatted files
  • this tool will do the conversion

@mmguero mmguero self-assigned this Jun 4, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 4, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 4, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 4, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 5, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 5, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 5, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 5, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 5, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 5, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 5, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 6, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 6, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 6, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 6, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 6, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 6, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 6, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 7, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 7, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 7, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 7, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 10, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 10, 2024
@mmguero
Copy link
Collaborator Author

mmguero commented Jun 10, 2024

Marking as "done" for now. There are things for future improvements, which we can talk about and track in other issues. Some of these might include:

@mmguero mmguero closed this as completed Jun 10, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Jun 10, 2024
This was referenced Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request upload Relating to PCAP and/or Zeek log ingestion
Projects
Status: Released
Development

No branches or pull requests

1 participant