Patrick Münch
Patrick Münch
i want to know also the username that the process is running. at the moment I only get: ```coffee processes.where(executable == /explorer/) {*} processes.where.list: [ 0: { command: "C:\\Windows\\Explorer.EXE" pid:...
The resource `windows.features` in Windows 11 with cnspec version 10.11.0 and os provider 10.4.3 ```powershell PS C:\Windows\system32> cnspec run -c "windows.features" - no provider specified, defaulting to local. Use --help...
if i run the cnspec serve in windows server the path of the os provider is in `C:\Windows\System32\config\systemprofile\.config\mondoo\providers\os` my expectation is that the provider is locate in `C:\ProgramData\Mondoo\providers` cnspec 9.5.1...
there is may be a problem with the os provider. i see such errros on the system: ``` [Query Error] 1 error occurred: * rpc error: code = Unavailable desc...
i have created the following query pack with a prop: ```yaml packs: - uid: testing name: Testing props filters: - asset.family.contains("unix") queries: - uid: testing-1 title: get open ports props:...
i am already register with my cnspec client to the us platform. ```bash ₿> cnspec status → loaded configuration from ~/.config/mondoo/mondoo.yml using source default → Platform: macos → Version: 14.2.1...
i want to test that a ssh public key is configured for a user ```coffee user(name: "patrick").authorizedkeys.all( key == 'AA....NzaC1yc2EAAAADAQABAAABAQDgwD..../') [failed] authorizedkeys.all() error: Failed to create filter result resource: rpc...
I would like to select a value from a variable depending on the operating system language. ```coffee cnspec> auditpolCredentialValidation = { "en-US": "Credential Validation", "de-DE": "Benutzerkontenverwaltung" }; auditpolCredentialValidation[windows.computerInfo['OsLocale']] failed to...
i want to check the sshd_config of a windows system ```coffee cnspec> sshd.config('C:\ProgramData\ssh\sshd_config').content file does not exist sshd.config.content: null ``` but the file exists: ```coffee cnspec> file('C:\ProgramData\ssh\sshd_config').content file.content: "# This...
add the fedora support to the cookbook