Git Product home page Git Product logo

Comments (4)

Mal4ensics avatar Mal4ensics commented on June 16, 2024 1

Thanks for your comments.

I created a new exe file that triggers Zircolite multiple times, so that it runs normally in KAPE as well.

from zircolite.

wagga40 avatar wagga40 commented on June 16, 2024

Hi,

this is a limit that can be changed at compilation time so the sqlite Python module must be recompiled. I'm kinda stuck.

May be there are other ways to handle your 370 EVTX files to avoid having so much columns in the database :

  • if your EVTX files come from different computers, may be you can execute Zircolite on a per computer basis ? (all EVTX related to one unique computer). It is possible to do it it parallel like this
  • if your EVTX files come from WEC/WEF (aggregated EVTX), may be you can execute Zircolite on a per file basis like explained here
  • if your EVTX files come from a single computer, not a lot of Sigma rules handle multiple log channels (Defender, Security, Application etc.) so may be you can execute Zircolite on a per file basis too ? (like in the previous example).

from zircolite.

Mal4ensics avatar Mal4ensics commented on June 16, 2024

I input event logs generated by one system. Many systems seem to have more than 350 event logs these days.

I'm trying to use Zircolite with a tool called KAPE, so it seems hard other than to recompile.

I'll try to figure out how to recompile to create an exe file after removing the column limit.

Thank you for answer.

from zircolite.

wagga40 avatar wagga40 commented on June 16, 2024

I'll try to figure out how to recompile to create an exe file after removing the column limit.

I'm sorry I'm not very helpful. The sqlite Python module devs have kept the limit recommended by the sqlite developer.

I really recommend you to try to launch Zircolite separately on each EVTX files or on a bunch of files.

from zircolite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.