Alerts app updated and released with the following capabilities:
Updated JupiterOne Client and CLI to support managing custom questions.
- Custom questions will show up in the Question/Query Library.
- They can be access via keywords search in the Landing app.
- They will also be mapped to compliance requirements in the Compliance app,
if the question is configured with a corresponding mapping.
Ability to enable API Key access for one or more user groups to allow the
users to generate API keys used for the external client or CLI.
Simplified and improved full text search:
You no longer have to wrap keywords in quotes to perform a full text search
Partial keywords search is supported -- property value index is updated to
tokenize on capital letters as well as common non-space non-alphanumeric
characters
Cross-field matching in supported -- search will return results that match
keywords across any property of a particular entity. For example:
searching administrator policy
will match an entity with
_class: Policy
and name: AdministratorAccess
in two different
properties
searching prod instance
will match entities with _type: aws_instance
and tag.AccountName: jupiterone-prod-us
properties
J1QL shorthand comparison for property filters. For example, you can type
Find DataStore with classification=('confidential' or 'restricted')
instead of
Find DataStore with classification='confidential' or classification='restricted'
Jamf integration initial release. See details at
https://support.jupiterone.io/hc/en-us/articles/360022721134-Jamf
Tenable Cloud integration initial release. See details at
https://support.jupiterone.io/hc/en-us/articles/360022902593-Tenable-Cloud
AWS EC2 Auto Scaling supported added to the AWS integration. Here are two
example queries that will allow you to find instances that are / are not part
of an auto-scaling group.
Find aws_instance that has aws_autoscaling_group
Find aws_instance that !has aws_autoscaling_group
Improved notification email design
Updated Bitbucket integration due to Bitbucket API v2.0 change which removes the
reference to username
Non-admin users can capture their review and acceptance of security policies
in the Policy app
Added direct linking support to specific a policy/procedure document in the
Policy app and fixed broken links referenced in the documents.
Fixed a couple of bugs related to updating the entity properties as part of a
relationship mapping in jupiter-mapper
Properly handling relationship deletions in jupiter-mapper
Updated error messages during onboarding to be more descriptive of the issue
Several other UI/UX improvements and minor bug fixes
Updated API docs and SSO integration guide.
Added guide to describe how to use JupiterOne together with AWS GuardDuty
and Inspector for proactive threat monitoring in AWS.