2021-02-10
New Features
Added additional compliance review periods (Bi-Monthly and Semi-Annually).
Developed a sample dataset for use in a sandbox account for new J1 users to learn and experiement with.
Integrations
SDK and Pipeline
- Made various backend performance improvements to the data ingestion speed and persister pipeline
AWS
- Added
objectOwnership
property to S3 bucket entities from S3OwnershipControlsRules
- Set default
objectOwnership
to "ObjectWriter" on S3 buckets - Added EKS Node Groups ingestion that creates
aws_eks_node_group
entities andaws_eks_cluster_has_node_group
relationships - Populated
nameservers
property onaws_route53_domain
entities - Fixed error handling to expose meaningful
AuthorizationError
to users
Azure
Support for ingesting Diagnostic Settings entities and relationships:
- Azure Container Registry
- Azure API Management Services
- Azure CDN
- Azure Event Grid Domain and Azure Event Grid Topics
- Azure Batch Account
BambooHR
- Added the
supervisor
property to support mapping employee entities to managers - Added some grace to namespace configuration to allow for
jupiterone.bamboohr.com
andhttps://jupiterone.bamboohr.com
as well asjupiterone
- Fixed authentication validation check that failed when there is no employee
0
Google Cloud
Added support for ingesting the following new resources:
Service Resource / Entity Cloud SQL google_cloud_sql_mysql_instance
google_cloud_sql_postgres_instance
google_cloud_sql_sql_server_instance
BigQuery google_cloud_big_query_dataset
Compute google_compute_project
DNS google_dns_managed_zone
New properties added to various existing resources for CIS benchmarks:
Service Resource / Entity Properties Compute google_compute_disk
isCustomerSuppliedKeysEncrypted
google_compute_instance
usesDefaultServiceAccount
usesFullAccessDefaultServiceAccount
blockProjectSSHKeys
isSerialPortEnabled
isShieldedVM
publicIpAddress
privateIpAddress
isOSLoginEnabled
Networking google_compute_subnetwork
flowLogsEnabled
google_compute_network
IPv4Range
KMS google_kms_crypto_key
public
Google Workspaces
Fix execution timeouts for some larger Google Workspaces accounts
Update the following properties on
google_user
entities:- Updated
active
to true when the user is not suspended and not archived and agreed to terms - Updated
mfaEnabled
to true when user is enrolled in 2SV (removed check forisEnforcedIn2Sv
) - Removed
thumbnailPhotoEtag
since it is not a useful property to index/query on - Added normalized timestamp properties:
admin
,createdOn
,deletedOn
, andlastLoginOn
- Set
employeeType
fromemployeeInfo.description
, which corresponds to "Type of Employee" in the Google Admin UI under "Employee Information" section
- Updated
Jamf
- Fixed failure to handle Jamf hosts such as
https://jss.myjamf.com:8443/?failover
Qualys
- Adjusted pagination settings for host details fetching to address frequent connection errors
Rapid7
- Fixed execution timeout by migrating integration to latest SDK and runtime environment
Slack
- Changed
displayName
ofslack_user
to usedisplay_name
orreal_name
orname
, fallback toid
only when those are undefined. - Changed
username
property to use value fromuser.name
instead ofuser.id
. - Added
userId
property using value fromuser.id
. - Added
admin
boolean property toslack_user
, as it is a normalized property on theUser
class entity. - Added normalized boolean properties
active
,archived
,public
,private
to theslack_channel
entity.
Other Improvements and Bug Fixes
- Improved Landing page performance when the query results contain large data sets
- UX improvement to increased pagination limit for the Users and Access modal
- Disabled edit/delete of an entity from the Alerts view when the entity data is historic
- Fixed an issue with vulnerability findings sorting
- Fixed an issue with sorting by severity in the alert rules table
- Fixed an issue with the alert rules edit modal that caused it to not reset on close
- Fixed an issue where navigating to a url of a deleted insights board caused nothing to render
- Fixed a UI alignment issue in the Settings menu
- Added invalid characters check to policy/procedure id input
Comments
0 comments
Please sign in to leave a comment.