https://github.com/osquery/osquery logo
Title
k

kyle

05/10/2018, 10:06 AM
rule hello:world {
  meta:
        author = "kyle"
        description = "an example rule for nNipsx"
        reference = "7f83b1657ff1fc53b92dc18148a1d65dfc2d4b1fa3d677284addd200126d9069"
  strings:
    $h1 = "Hello"
    $w1 = "World"
  condition:
    all of them
}
👍 1
n

nNipsx

05/11/2018, 2:04 AM
thanks 😄