Commit Graph

5635 Commits

Author SHA1 Message Date
Stefano Bonicatti
11bdf32188
Fix rpm and deb package name format (#6468)
By using RPM-DEFAULT and DEB-DEFAULT as package names,
CPack leaves the naming of the packages to the underlying
packaging tools which will use the standard naming format.
2020-05-28 12:06:21 -04:00
Mike Myers
8a9fb0558e
Correct the 'cwd' and 'root' columns of processes table on Windows (#6459)
Correct the 'cwd' and 'root' columns of processes table on Windows
2020-05-26 14:29:49 -04:00
Nick Anderson
d1feab7bf2
release: adding nupkg cpack build option, updating win deployment script (#6262) 2020-05-25 12:42:06 -04:00
Breakwell
a154e45026
Add additional logging in the watcher for windows (#6376)
Co-authored-by: Teddy Reed <teddy@casualhacking.io>
2020-05-25 12:33:21 -04:00
Teddy Reed
25e0088e9f
Use LOAD_LIBRARY_SEARCH_SYSTEM32 for LoadLibrary (#6458) 2020-05-25 12:30:17 -04:00
Teddy Reed
247f8d644b
Fix potential overread bug in package_bom (#6461) 2020-05-25 12:27:46 -04:00
srikwit
ff1227f4d3
Fixing the description of failed_login_count from account_policy_data (#6415) 2020-05-25 12:21:40 -04:00
Oleg Dolgov
2bf31f3311
build sleuthkit under windows (#6445) 2020-05-25 12:17:11 -04:00
Mike Myers
c75ae5bfd2
Fix the handling of empty args strings, on Windows (#6460) 2020-05-25 12:05:56 -04:00
uptycs-nishant
6c75b041dd
macos: automating audit rules install (#6447) 2020-05-25 12:05:27 -04:00
Stefano Bonicatti
b64a63f6e3
Do not install openssl docs (#6441)
This is meant to reduce the noise in the installation output of openssl,
since docs would easily fill the scrollback of most terminals.
Since we don't care about the docs, only install binaries.
2020-05-23 09:01:44 -04:00
Teddy Reed
d8e4d5e98a
Fix package_bom table (#6457) 2020-05-22 16:30:20 -04:00
Teddy Reed
dec9a177e8
docs: Update .readthedocs.yml to use version 2 (#6456) 2020-05-21 13:14:41 -04:00
Ryan Mack
c6f811b143
Update hash cache inode number (#6440) 2020-05-20 20:57:08 -04:00
Stefano Bonicatti
baa8ebe885
Add 'maintainer', 'section', 'priority' columns to deb_packages (#6442) 2020-05-20 20:55:40 -04:00
Stefano Bonicatti
9373b30375
Add 'vendor', 'package_group' columns to rpm_packages (#6443) 2020-05-20 20:54:53 -04:00
Stefano Bonicatti
a5104a43bf
Add 'arch' column to os_version (#6444) 2020-05-20 20:53:24 -04:00
Breakwell
089becf614
Change the registry LIKE path constraint to filter recursively (#6448) 2020-05-19 21:12:39 -04:00
Teddy Reed
da7c95b393
docs: Exclude all submodules for RTD builds (#6434) 2020-05-12 23:05:27 -04:00
Teddy Reed
34c8ac302a
docs: Update osquery security policy (#6425) 2020-05-08 22:16:34 -04:00
Scott Lundgren
e237619db2
Update winbaseobj.table (#6429) 2020-05-08 22:16:08 -04:00
Stefano Bonicatti
6e08fdb913
Update openssl from 1.1.1f to 1.1.1g (#6432) 2020-05-08 22:15:12 -04:00
Stefano Bonicatti
4d4957f12a
Disable openssl compression support (#6433)
Openssl was depending on zlib for SSL/TLS compression,
though it was trying to load it as a dynamic library.
On Windows especially this is an issue because the dll
could possibly be loaded from a insecure place,
so this can be exploited.

Moreover it's proven that compression can lead
to leaks of information; so we completely disable it
to resolve both issues.
2020-05-08 22:14:12 -04:00
Chris Broome
26d94ce037
Add messages to distributed query results (#6352) 2020-05-03 21:51:59 -04:00
seph
f54d904b21
Update some sqlite types (#6392)
Correct SQL data types.
2020-04-28 14:01:39 -04:00
Stefano Bonicatti
a07140ad93
Build sleuthkit from source on macOS (#6416)
Also separated the C from the C++ source code in a different library,
so that the C code is not compiled as C with a C++ compiler.
This would make the macOS C++ compiler fail to compile sleuthkit
since it wasn't how the original build system of the library was building it.
2020-04-25 22:07:03 -04:00
Stefano Bonicatti
3d4102ce74
Build popt from source on macOS (#6409) 2020-04-25 22:04:36 -04:00
srikwit
3bdbdaf27f
Partial fix for md_devices issue (#6417) 2020-04-25 21:58:29 -04:00
Reed Loden
9e116e5453
audit: Add fields auid, fs{u,g}id, s{u,g}id (#6362) 2020-04-21 21:57:30 -04:00
Stefano Bonicatti
c84d288629
Build augeas from source on macOS (#6399) 2020-04-21 21:57:00 -04:00
Stefano Bonicatti
69f8877b5a
Build lldpd from source on macOS (#6406) 2020-04-21 21:56:04 -04:00
Stefano Bonicatti
0855a5f2c0
Build linenoise-ng from source on macOS and Windows (#6412) 2020-04-21 21:52:49 -04:00
Zachary Wasserman
499d775849
Add documentation for enabling socket_events on macOS (#6407) 2020-04-20 15:05:11 -04:00
Stefano Bonicatti
fd7cfbd4eb Add container access to the hash table
PR: osquery/osquery#6209
2020-04-20 17:49:57 +02:00
Stefano Bonicatti
d2c93001f3 Add container access to the file table
PR: osquery/osquery#6209
2020-04-20 17:49:57 +02:00
Stefano Bonicatti
46c1e6d8be Implement container access from tables on Linux
- Add the possibility of running table logic inside a container
  namespace, so that's possible to query it instead of the host.
  Needs minor modifications to each table logic and how they use logging.

  In practice it works by having a pid_with_namespace column, which should
  contain pids that are in the same mount namespace of the container one
  wants to query.
  The worker receives that column as a constraint, prepares two unnamed
  pipes for read/write communications with the future child, then forks
  into a new process.

  While the parent sends a query job to the just created child and then waits
  for results, the child receives the job, takes all the values given in the
  pid_with_namespace constraint, retrieves the fd of the mount namespace
  under "/proc/<constraint pid>/ns/mnt", then switches to it.
  Finally it runs the table logic, sending the results back to the parent
  through the pipe with a JSON message.

  Important to note that the logging in the table logic is not GLOG
  directly, because in the child this is in an unknown state; a custom
  logging system that resembles glog and that takes advantage of the
  existing communication channel is used to send the messages in JSON
  format to the parent, which will take care to forward to GLOG.

- Add FLAGS_keep_container_worker_open so that the process used for
  accessing a container is kept open, until the queries are for the same
  table; when the table changes, the process will be closed
  and a new one created.
  This is off by default, which means that a new process will be always
  created.

- Implemented a way to run tests that require root separated
  from the others.
  The OSQUERY_BUILD_ROOT_TESTS has been added to requests such tests to
  be built.
  To run only tests which require a normal user, one has to use
  `ctest -LE "root-required"`, while `sudo ctest -L "root-required"`
  to run those who need root.

PR: osquery/osquery#6209
2020-04-20 17:49:57 +02:00
Rich
a851d8531c
system_info table: add "board_" columns like "hardware_" (#6398) 2020-04-18 07:43:25 -04:00
Stefano Bonicatti
62f99383ca
Fix Userassist.test_sanity test sometimes failing (#6396)
The specific key the test checks for its existence,
which is Microsoft.Windows.Explorer,
might not be always present.
Use UEME_CTLSESSION key which should be always present since
it generically represents the start of a session.
2020-04-16 22:25:58 -04:00
Breakwell
bae089e9d8
Don't check logged in users in session 0 or non-active sessions (#6375) 2020-04-16 22:25:32 -04:00
Gaëtan
a9b5df4984
Add git-lfs as dep for macOS build (#6384) 2020-04-14 22:14:33 -04:00
Stefano Bonicatti
e5f9a8dd7a
release: updating changelog for 4.3.0 release (#6387) 2020-04-14 16:53:39 +02:00
Zachary Wasserman
4e17ede558
Build hvci_status table with CMake (#6378)
Build hvci_status table with CMake
2020-04-09 13:03:41 -04:00
Breakwell
fb6b5149f1
Change calls to debug log to verbose (#6369) 2020-04-09 09:06:34 -04:00
Teddy Reed
702a6e0490
iokit: Fix race when accessing port_ (#6380) 2020-04-08 20:14:07 -04:00
Breakwell
63a52f2e0b
Check extensions are registered with osquery core (#6374) 2020-04-08 19:57:47 -04:00
Stefano Bonicatti
52f310a5a8
First steps to remove the Buck build system (#6361)
* First steps to remove the Buck build system

* Azure Pipelines: Rename jobs for consistency
2020-04-09 01:56:21 +02:00
Breakwell
893744238b
Return error detaching table, only use primary database (#6373) 2020-04-08 19:47:53 -04:00
Breakwell
0e5b048438
Copy the parent environment when launching worker 2020-04-08 19:46:09 -04:00
Breakwell
29933213df
Change process table log errors to info and fix typo (#6370) 2020-04-08 19:41:42 -04:00
Breakwell
cd6ebcd672
Ensure the extension uuid is never 0 (#6377) 2020-04-08 19:40:59 -04:00