You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added location to the managed_entity object. #1169
Added unmanned_system_operator to the dictionary, extends user. #1169
Added locations to the dictionary, an array type of the location object, used within the new operating_area object. #1169
Added altitude_ceiling, altitude_floor, geodetic_altitude, aerial_height, horizontal_accuracy, pressure_altitude, radius, speed, track_direction, and vertical_speed all to support operating_area and unmanned_aerial_system objects. #1169
Added is_encrypted as boolean_t; column_name, cell_name, storage_class, key_uid, json_path as string_t & column_number, row_number, page_number, record_index_in_array as integer_t. #1245
Added group_provisioning_enabled, scim_group_schema, user_provisioning_enabled, scim_user_schema, scopes, idle_timeout, login_endpoint, logout_endpoint, and metadata_url entries to the dictionary to support the new scim and sso objects. #1239
Added new 11: Basic Authentication enum value to auth_protocol_id. #1239
Added evidences to compliance_finding class. #1157
Added is_alert to detection_finding and data_security_finding classes. #1178
Added risk_details to data_security_finding class. #1178
Removed constraint from group_management class. #1193
Added Archived|5 as an enum item to status_id attribute in Findings classes. #1219
Added a Traceactivity_id to the Email Activity class. #1252
Added a message_trace_uid to the Email Activity class. #1259
Added vendor_attributes to all Findings Category classes. #1257
Added sbom to Software Inventory Info class. #1262
Relaxed requirements on the dst_endpoint attribute in the network_activity event class and added an at_least_one constraint with src_endpoint and dst_endpoint. #1274
Relaxed requirements on the http_request and http_response attributes in the http_activity event class and added an at_least_one constraint with these attributes. #1274
Added host profile to base_event and removed this profile elsewhere in the event hierarchy. #1280
Added the actor attribute to the IAM base event. #1280
Added security_control profile to base_event and removed this profile elsewhere in the event hierarchy. #1281
Added Unlock activity to account_change class. #1285
Added incident profile to finding to affect classes that extend it. #1293
Added keyboard_info object to RDP event class. #1313
Added attributes and a new Activity ID to the File Hosting Activity class for network file share services and authorization check result. Activity ID added: 17 - "Access Check". Optional context group attributes added: access_list, access_mask, access_result, share, share_type, and share_type_id. #1315
Added command and protocol_name to Email Activity event class. #1307
Profiles
Added is_alert, confidence_id, confidence, confidence_score attributes to the security_control profile. #1178
Added risk_level_id, risk_level, risk_score, risk_details attributes to the security_control profile. #1178
Added policy attribute to the security_control profile. #1178
Added enum values to action_id of 'Observed', 'Modified', and 'Unknown'. #1265
Updated action_id optionality to recommended in the security_control profile #1281
Objects
Added phone_number to user and ldap_person objects. #1155
Added tls and ja4_fingerprint_list object to the evidences object. #1244
Added storage_class & is_public as cloud profile attributes to file object. Also added is_encrypted, encryption_details, tags to the file object. #1245
Added discovery_details, occurrence_details, status trio, total, uid, size, & src_url to the data_classification object. #1245
data_bucket object now inherits resource_details instead of _entity. Also, added encryption_details object to the data_bucket object. #1245
Added auth_factors, domain, fingerprint, has_mfa, issuer, protocol_name, scim, sso, state, state_id, tenant_uid, and uid to idp. #1239
Added hostname, ip, and name to resource_details for purposes of assigning an Observable number. #1250
Added flag_history attribute to the network_connection_info object. #1316
Added bytes_missed attribute to the network_traffic object. #1316
Bugfixes
Added sibling definition to confidence_id in dictionary, accurately associating confidence as its sibling. #1180
Added a fix (profile: null) to OSINT Inventory Info so that the osint attribute is present w/o the OSINT profile, per the class definition.
Added http_response to all classes that have http_request, but no http_response object. #1200
Removed redundant name attribute from Windows extension to the startup_item object for consistency with other extensions. #1203
Changed activity_id requirement from optional to required in email_activity, email_file_activity and email_url_activity classes. #1307
Deprecated
Deprecated project_uid in favor of account.uid. #1166
Deprecated kb_article_list in favor of advisory in the vulnerability object. #1176
Deprecated cwe in favor of related_cwes in the cve object. #1176
Deprecated tag in favor of labels or tags in image & container object. #1207
Deprecated status_detail in favor of status_details in compliance object. #1219
Deprecated imei in favor of imei_list in device object. #1225
Deprecated data_classification in favor of data_classifications in the data_classification profile. #1245
Deprecated activity_id 4|Suppressed in the Data Security Finding event class. This shouldn't have been added when we first created it, as the right place for this info is status_id. #1245
Deprecated email_file_activity and email_url_activity in favor of updated email_activity. #1259
Deprecated package in Software Inventory Info in favour of sbom. #1262
Deprecated product_uid in favor of the product object. #1271
Deprecated policy in favor of policies in Account Change class. #1282
Deprecated smtp_hello, smtp_from, smtp_to, delivered_to and reply_to in favor of command, from, to, delivered_to_list and reply_to_mailboxes respectively. #1307
Deprecated tls.sans array in favor of added tls.certificate.sans array. #1325
Misc
Added user.uid as an Observable type - type_id: 31. #1155
Added group.name and group.uid as Observable types - type_id: 32 and type_id: 33, respectively. #1155
Added account.name and account.uid as Observable types - type_id: 34 and type_id: 35, respectively. #1155
Added new enumeration items to account.type_id. #1166
Cleaned up event class definition files, removed /includes dir, simplified definition of base_event. #1167, #1171
Relaxed data-type constraints for file_hash_t, resource_uid_t & string_t. Fixed regex for datetime_t. #1174
Added new Email Account enum to account.type_id. #1179
Removing regex for hostname_t, considering the vast variance in its values. #1182
In the metaschema, added support for additional metadata fields: source and references. #1189#1237
The source attribute is a string for describing the location where an attribute's value comes from.
The references attribute is a list objects with url and description fields. These are intended to for reference to external resources. The url and description attributes are used to construct anchor (a) tags with the url used in the anchor's href attribute, and description used in the entity portion of the tag.
The source field can be used in attributes defined anywhere in the schema, specifically:
Dictionary attributes
Event class attributes
Object attributes
Profile attributes
Enum values in all places where attributes occur (the 4 cases above)
The references field can also be used in attributes anywhere in the schema, as well as for event classes, objects, and enum values; specifically:
Dictionary attributes
Event class attributes
Object attributes
Profile attributes
Enum values in all places where attributes occur
Event classes; top level attribute allowing link(s) about an event class
Objects; top level attribute allowing link(s) about an object
The source and references attributes are also supported in when extending or patching event classes and objects.
Fixed minor spelling mistakes in attribute descriptions in dictionary.json. #1213
In the metaschema, added support for @deprecated in enum values. #1237
Fixed some more formatting of attribute descriptions in dictionary.json and idp.json. #1239
Added resource_details.name as an Observable type type_id: 38. #1250
Added 3 new enums (Registry Value, Registry Key, Command Line) to osint.type_id and added TLP:WHITE to osint.tlp enums. #1264
Relaxed attribute requirement for name in observables object; title in finding_info object. #1271
Relaxed attribute requirement for vendor_name in the product object. #1300