Zweasta
06/23/2020, 2:54 PMreturn code 78
mean in osquery ?niels
06/23/2020, 8:53 PMReece Rodriguez
06/24/2020, 2:54 PMcurl
call or using python requests. What is the header for authentication called? I saw somewhere on github someone used curl -H Authorization: [tokenhere]
but that didn't work for meDaisukixci
06/24/2020, 3:24 PMJun 22 12:35:33 xxxxxxx osqueryd[198]: osqueryd worker (82507) stopping: Memory limits exceeded: 222240768
I may have determined that this is linked to his bash history (SELECT * from users JOIN shell_history using (uid);
) because when we move it somewhere else and create a new one, the log doesn’t appear again. His history is 4.5MB, I don’t know if it’s too big (guess not but saying it just in case). Any thing we try to do to find the root cause without deleting his all history ?Tao Jiang
06/24/2020, 3:27 PMMike Myers
06/24/2020, 4:14 PMfritz
06/24/2020, 4:28 PMArtem
06/25/2020, 8:45 AMSlackbot
06/25/2020, 12:32 PMbinu
07/01/2020, 5:34 PMlightblue
07/02/2020, 7:56 AMlightblue
07/02/2020, 7:58 AMCK Kee
07/05/2020, 8:43 AMZach Zeid
07/06/2020, 3:58 PMZweasta
07/06/2020, 9:04 PMZweasta
07/06/2020, 11:56 PMtheopolis
Ryan Small
07/08/2020, 1:45 PMZweasta
07/08/2020, 3:46 PMsudo osqueryi --json 'select * from docker_container_ports'
is not showing any output even though there are docker ports associated with host ports.. Any idea ?Zach Zeid
07/08/2020, 4:55 PMsudo
?Rix Beck
07/09/2020, 3:28 PMTim
07/09/2020, 3:56 PM[ 7%] Building C object libs/src/boost/CMakeFiles/thirdparty_boost_context.dir/src/libs/context/src/asm/jump_arm64_aapcs_elf_gas.S.o
/home/ec2-user/osquery/libraries/cmake/source/boost/src/libs/context/src/asm/jump_arm64_aapcs_elf_gas.S:54:1: error: expected identifier or '('
.file "jump_arm64_aapcs_elf_gas.S"
^
/home/ec2-user/osquery/libraries/cmake/source/boost/src/libs/context/src/asm/jump_arm64_aapcs_elf_gas.S:60:7: error: invalid preprocessing directive
# prepare stack for GP + FPU
^
/home/ec2-user/osquery/libraries/cmake/source/boost/src/libs/context/src/asm/jump_arm64_aapcs_elf_gas.S:63:7: error: invalid preprocessing directive
# save d8 - d15
^
Macear
07/10/2020, 11:07 AMSean Bowles
07/10/2020, 8:10 PMZweasta
07/10/2020, 8:50 PMMike Myers
07/10/2020, 9:03 PMKumar
07/12/2020, 4:19 PMnyanshak
07/13/2020, 9:49 PMJ Gilmour
07/14/2020, 3:36 PMfritz
07/14/2020, 5:01 PMWITH rpm_result_set1 AS (SELECT * FROM rpm_packages WHERE rowid > 0 AND rowid < 1000), rpm_result_set2 AS (SELECT * FROM rpm_packages WHERE rowid >= 1000 AND rowid <= 2000)... SELECT * FROM rpm_result_set1 UNION ALL SELECT * FROM rpm_result_set2
)