IBM QRadar SOAR

IBM QRadar

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  LDAP Utilities Search Function

    Posted Mon October 04, 2021 03:10 AM
    Dears

    I would like to search for User groups & OU using LDAP LDAP Utilities Search

    inputs.ldap_search_filter =

    inputs.ldap_search_attributes = 

    Thanks

    ------------------------------
    M R
    ------------------------------


  • 2.  RE: LDAP Utilities Search Function

    Posted Wed October 13, 2021 05:05 PM
    Have you checked the documentation?

    ------------------------------
    BENOIT ROSTAGNI
    ------------------------------



  • 3.  RE: LDAP Utilities Search Function

    Posted Wed October 13, 2021 05:21 PM
    Thanks Benoit,


    this the Documentation


    I would like t o add OU & Member of to the LDAP table



    ## LDAP Utilities: Search - pre-processing script ##
    inputs.ldap_search_base = "#########"
    inputs.ldap_search_filter = "(&(objectClass=person)(mail=%ldap_param%))"
    inputs.ldap_search_attributes = "samaccountName,cn,company,mail,telephoneNumber,ou,memberof"
    inputs.ldap_search_param = artifact.value

    ================

    ENTRY_TO_DATATABLE_MAP = {
    "uid": "uid",
    "cn": "fullname",
    "sn": "surname",
    "mail": "email_address",
    "telephoneNumber": "telephone_number",
    "distinguishedName": "ou",
    "memberof": "memberof"


    ------------------------------
    M R
    ------------------------------