Community
Questions Library
Docs
Blog
Events
Swag
Github
Slack
JupiterOne
Discussions
Release Notes
Contact Us
Servers and Endpoints - AskJ1 Community
<main> <article class="userContent"> <h2 data-id="who-is-responsible-for-patching-a-system-in-account-zone-tier-layer-vpc-sg">Who is responsible for patching a system in account/zone/tier/layer/VPC/SG?</h2> <p>Returns the owner of hosts in a particular account:</p> <pre class="code codeBlock" spellcheck="false" tabindex="0">Find Host with tag.AccountName = '{AccountName}' as h return h.displayName, h.owner </pre> <p>Returns the owner of images used by hosts in a particular account:</p> <pre class="code codeBlock" spellcheck="false" tabindex="0">Find Host with tag.AccountName = '{AccountName}' as h that uses Image as i return h.displayName, h.owner, i.displayName, i.owner </pre> <h2 data-id="which-devices-are-not-compliant">Which devices are not compliant?</h2> <pre class="code codeBlock" spellcheck="false" tabindex="0">Find HostAgent with compliant=false as agent that (MONITORS|MANAGES|PROTECTS) Device as device return agent._type, agent.displayName, agent.status, agent.compliant, device._type, device.displayName, device.hostname, device.platform, device.platformName, device.osVersion, device.hardwareModel, device.owner </pre> <h2 data-id="is-required-security-control-application-installed">Is required security control/application {} installed?</h2> <p><em>To be added.</em></p> <h2 data-id="which-endpoints-tagged-as-do-not-have-security-control-installed">Which endpoints tagged as {} do not have security control installed?</h2> <p><em>To be added.</em></p> </article> </main>