Tech notes
seek to understand the question
  • Home
  • Posts
  • OSQuery
  • query-index
  • About
  • Privacy
  1. Home
  2. OSquery

Homebrew Packages

OSquery
select * from homebrew_packages;
View Full Query Details

Icefog

OSquery
select * from launchd where name = 'apple.launchd.plist' or name = 'com.apple.launchport.plist';
View Full Query Details

Illogic Rootkit

OSquery
select * from file where path in ('/lib/security/.config', '/usr/bin/sia', '/etc/ld.so.hash');
View Full Query Details

Imuler

OSquery
select * from launchd where name = 'checkflr.plist';
View Full Query Details

InfinityNewTab

OSquery
SELECT * FROM users JOIN chrome_extensions USING (uid) WHERE identifier='dbfmnekepjoapopniengjbcpnbljalfg';
View Full Query Details

Inqtana

OSquery
select * from launchd where name = 'com.pwned.plist' or name = 'com.openbundle.plist' or name = 'com.adobe.reader.plist';
View Full Query Details

Installed Applications

OSquery
select * from apps;
View Full Query Details

Iokit Devicetree

OSquery
select * from iokit_devicetree;
View Full Query Details

Ip Forwarding

OSquery
select * from system_controls where oid = '4.30.41.1' union select * from system_controls where oid = '4.2.0.1';
View Full Query Details

Iptables

OSquery
select * from iptables;
View Full Query Details
Previous 1… 8 9 10 11 12… 27 Next

Recent Posts

  • Connect private network to AWS using ZeroTier
  • Using kitchen-salt for testing salt-formulas
  • RPM package creation for BRO IDS Deployments
  • Installing pf_ring on CentOS 7 using yum
  • Using a systemd.service file to control promiscuous mode automatically at boot

Platforms

  • darwin 32
  • linux 65
  • posix 21
  • windows 4

Categories

  • Linux 25
  • Logging 14
  • NSM 1
  • Open Source 3
  • OSquery 269
  • SaltStack 4
  • Security 15
  • Sys Admin 30
  • VMware 2

Archives

  • September 2019 1
  • August 2019 1
  • July 2018 2
  • February 2018 1
  • April 2017 1
  • January 2017 1
  • December 2016 8
  • June 2016 1
  • January 2016 5
  • February 2015 11

Post Series

  • Setting up a multi-tiered log infrastructure
  • Setup internal yum repositories for CentOS and RedHat Servers
© 2025 Tech notes. Generated with Hugo and a heavily modified Roadster theme.