stefanmaerz
03/02/2018, 4:35 PMzwass
Joris
03/14/2018, 1:10 PMzwass
select 1 from osquery_info where hostname in ('foo', 'bar', 'baz')
, then target your pack to that label.zwass
groob
avkashk
03/23/2018, 2:40 PMgroob
defensivedepth
03/26/2018, 2:42 PMgroob
zwass
marpaia
03/28/2018, 12:23 AMzwass
Marquis Carroll
03/28/2018, 6:51 PMzwass
MH
04/04/2018, 7:27 AMspider
04/04/2018, 10:06 AMyuvalapidot
04/04/2018, 11:07 AMchris
04/04/2018, 2:51 PMdarren
04/05/2018, 11:00 AMmunemunk3y
04/05/2018, 3:35 PM666reda
04/05/2018, 4:54 PM666reda
04/05/2018, 4:59 PMgroob
groob
groob
POST /v1/queries
endpoint you will create a query and get back an HTTP response. that response will contain the query you just created and have the ID
When you’re then adding queries to pack you should use the ID you got from creating your query to add it to the packchris
04/09/2018, 4:11 PMzwass
666reda
04/11/2018, 3:40 PM$ openssl genrsa -out /tmp/server.key 4096
$ openssl req -new -key /tmp/server.key -out /tmp/server.csr
$ openssl x509 -req -days 366 -in /tmp/server.csr -signkey /tmp/server.key -out /tmp/server.cert
groob