Giter VIP home page Giter VIP logo

Comments (1)

FrankHassanabad avatar FrankHassanabad commented on June 18, 2024

Looks like I was able to get some events with empty event.action off of the zeek-london using:

GET /*/_search
{
  "query": {
    "bool": {
      "filter": [
        {
          "terms": {
            "event.action": [
              ""
            ]
          }
        },
        {
          "terms": {
            "event.module": [
              "auditd"
            ]
          }
        },
        {
          "terms": {
            "host.name": [
              "zeek-london"
            ]
          }
        }
      ]
    }
  }
}

Eyeballing the unique result of event.originals look to be:

         "event" : {
            "category" : "unknown",
            "action" : "",
            "original" : [
              "type=PROCTITLE msg=audit(1553295601.802:356814): proctitle=6E696365002F7573722F73686172652F62726F63746C2F736372697074732F706F737470726F636573736F72732F73756D6D6172697A652D636F6E6E656374696F6E730073746174732E323031392D30332D32322D32322D30302D30302E6C6F670073746174730031392D30332D32325F32322E30302E30300031392D30332D"
            ],
            "module" : "auditd"
          },
         "event" : {
            "category" : "unknown",
            "action" : "",
            "original" : [
              """type=PROCTITLE msg=audit(1553293612.420:327508): proctitle="/lib/systemd/systemd-udevd""""
            ],
            "module" : "auditd"
          },
          "event" : {
            "category" : "unknown",
            "action" : "",
            "original" : [
              """type=PROCTITLE msg=audit(1553293612.420:327508): proctitle="/lib/systemd/systemd-udevd""""
            ],
            "module" : "auditd"
          },
        "event" : {
            "category" : "unknown",
            "action" : "",
            "original" : [
              "type=PROCTITLE msg=audit(1553293612.568:328773): proctitle=2F62696E2F62617368002F7362696E2F617567656E72756C6573002D2D6C6F6164"
            ],
            "module" : "auditd"
          },

from go-libaudit.

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.