Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USER, LDAP Person extension by useful fields + cloud profile added to support Azure AD #1122

Open
PavelJurka opened this issue Jun 26, 2024 · 1 comment
Labels
v1.4.0 or later Changes marked for versions beyond v1.3.0 of OCSF

Comments

@PavelJurka
Copy link
Contributor

PavelJurka commented Jun 26, 2024

This issue is about adding a few useful fields to LDAP user, User object and adding a way how to map Azure ID to it.

USER:

  • bad_password_attempts
  • bad_password_time
  • created_time
  • expiration_time
  • last_login_time
  • lock_out_time
  • logon_count
  • logon_hours
  • modified_time,
  • password_last_set_time
  • password_never_expire
  • is_privileged,
  • status
  • status_id

LDAP Person:

  • allowed_to_act_on_behalf_of_other_identity
  • allowed_to_delegate_to
  • department
  • display_name
  • domain
  • employee_type
  • employee_type_id
  • expiration_time
  • force_change_password_next_sign_in
  • force_change_password_next_sign_in_with_mfa
  • parent_dn
  • proxy_addresses
  • last_known_parent
  • member_of"
  • member_of_guid"
  • member_of_transitive"
  • object_category
  • object_class
  • object_guid
  • primary_group_id
  • resultant_pso
  • is_service_account
  • unique_name
  • usn_changed
  • usn_created
  • user_principal_name
  • user_account_control
  • user_password_expiry_computed_time
  • visibility

Active directory profile:

  • is_privileged
  • classification
  • consistency_guid
  • creator_sid
  • email_addr"
  • forest
  • is_deleted
  • object_sid
  • on_premises_distinguished_name
  • on_premises_domain_name
  • on_premises_immutable_id
  • on_premises_last_sync_time
  • on_premises_sam_account_name
  • on_premises_sync_enabled
  • on_premises_user_principal_name
  • is_recycled
  • nt_security_descriptor
  • is_security_group
  • sam_account_type
  • service_principal_name
  • sam_account_name
  • sid_history
  • token_groups
PavelJurka added a commit to PavelJurka/ocsf-schema that referenced this issue Jun 26, 2024
PavelJurka added a commit to PavelJurka/ocsf-schema that referenced this issue Jun 27, 2024
…port added

- wip - status: Ldap person in progress
PavelJurka added a commit to PavelJurka/ocsf-schema that referenced this issue Jun 27, 2024
…port added

- wip - status: LDAP person added + AD profile
PavelJurka added a commit to PavelJurka/ocsf-schema that referenced this issue Jun 28, 2024
…port added

- wip - status: LDAP person added + AD profile

missing on_premises_distinguished_name
        on_premises_domain_name
        on_premises_immutable_id
        on_premises_last_sync_time
        on_premises_sam_account_name
        on_premises_sync_enabled
        on_premises_user_principal_name
PavelJurka added a commit to PavelJurka/ocsf-schema that referenced this issue Jun 28, 2024
…port added

- wip - status: LDAP person added + AD profile

initial shape
PavelJurka added a commit to PavelJurka/ocsf-schema that referenced this issue Jun 28, 2024
…port added

- wip - status: LDAP person added + AD profile

initial shape
PavelJurka added a commit to PavelJurka/ocsf-schema that referenced this issue Jun 28, 2024
…port added

- wip - status: LDAP person added + AD profile

initial shape
PavelJurka added a commit to PavelJurka/ocsf-schema that referenced this issue Jul 1, 2024
…port added

- wip - status: LDAP person added + AD profile

initial shape

PR - expiration_time instead of account_expiry_time
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Jul 3, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Jul 3, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Jul 3, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Jul 3, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Jul 3, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Jul 3, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Jul 3, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Jul 10, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Jul 10, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Jul 10, 2024
@mikeradka
Copy link
Contributor

Could you add some samples of raw data that you are seeking to normalize to OCSF so we can better understand your use case?

PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Jul 26, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Jul 26, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Jul 26, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Jul 26, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Jul 26, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Jul 26, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Jul 26, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Jul 26, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Jul 26, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Jul 26, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 16, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 16, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 16, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 16, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 16, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 16, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 16, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 16, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 16, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 16, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 16, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 16, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 16, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 16, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 16, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 22, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 22, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 22, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 22, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 22, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 22, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 22, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 22, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 22, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 22, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 22, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 22, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 22, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 22, 2024
PavelJurka added a commit to Sentinel-One/ocsf-schema that referenced this issue Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1.4.0 or later Changes marked for versions beyond v1.3.0 of OCSF
Projects
None yet
Development

No branches or pull requests

2 participants