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

Cyberark Privileged Access Security module #24803

Merged
merged 102 commits into from
Apr 19, 2021
Merged

Commits on Apr 19, 2021

  1. Cyberarkpas module skeleton

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    1da5826 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    599b7aa View commit details
    Browse the repository at this point in the history
  3. XSL: Escape some control characters

    Technically it should escape all control characters (0-0x1f) but
    I can't find a way to do that in XSLT v1.0. Only TAB, CR and LF
    can be represented.
    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    c6d2ac0 View commit details
    Browse the repository at this point in the history
  4. Mage update

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    79c4752 View commit details
    Browse the repository at this point in the history
  5. WIP

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    f94039e View commit details
    Browse the repository at this point in the history
  6. proper failure modes

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    6152e86 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c505016 View commit details
    Browse the repository at this point in the history
  8. Set event.code

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    8174cf7 View commit details
    Browse the repository at this point in the history
  9. Debug: Add raw key to JSON

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    e25ed29 View commit details
    Browse the repository at this point in the history
  10. Save raw fields

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    e17d706 View commit details
    Browse the repository at this point in the history
  11. Initial test data

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    43bb357 View commit details
    Browse the repository at this point in the history
  12. add samples from Cyberark

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    1d44d3a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8020472 View commit details
    Browse the repository at this point in the history
  14. Remove empty fields

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    5df1836 View commit details
    Browse the repository at this point in the history
  15. Fix missing timestamp in log

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    2895edd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    28f34c0 View commit details
    Browse the repository at this point in the history
  17. Convert fields to snake_case

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    e380166 View commit details
    Browse the repository at this point in the history
  18. Make population of ExtraDetails more efficient

    No need to create a copy.
    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    99249be View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f14e3af View commit details
    Browse the repository at this point in the history
  20. Improve @timestamp calculation

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    e91ab8b View commit details
    Browse the repository at this point in the history
  21. Remove empty fields faster

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    950285e View commit details
    Browse the repository at this point in the history
  22. small cleanup

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    09ab3a5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    558d37f View commit details
    Browse the repository at this point in the history
  24. Populate observer fields

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    f75e411 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9e8d1af View commit details
    Browse the repository at this point in the history
  26. Enrich events by message ID

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    3d9f2e2 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f788eeb View commit details
    Browse the repository at this point in the history
  28. Support 22 - Verify Password

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    fa865e0 View commit details
    Browse the repository at this point in the history
  29. Save message (temporary?)

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    3f0e931 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a0a0011 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9361652 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b1e2c3c View commit details
    Browse the repository at this point in the history
  33. 24 - CPM Change password

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    40578d5 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    322cf7e View commit details
    Browse the repository at this point in the history
  35. 31 - CPM Reconcile Password (unsure)

    Needs review
    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    f865a86 View commit details
    Browse the repository at this point in the history
  36. 32 - Add Owner to Safe

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    6067668 View commit details
    Browse the repository at this point in the history
  37. 33 - Same as 32

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    2e2b93e View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    68b00e2 View commit details
    Browse the repository at this point in the history
  39. small cleanup

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    77de899 View commit details
    Browse the repository at this point in the history
  40. Populate related.user

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    2c04a9e View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    3367e5a View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    cefa95d View commit details
    Browse the repository at this point in the history
  43. temporary comment

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    27fed9a View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    13c8e31 View commit details
    Browse the repository at this point in the history
  45. 130 - CPM Disable Password

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    16656a8 View commit details
    Browse the repository at this point in the history
  46. s/failed/failure/g

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    e069684 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    eb8416f View commit details
    Browse the repository at this point in the history
  48. 300 - PSM Connect

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    86468c8 View commit details
    Browse the repository at this point in the history
  49. 302 - PSM Disconnect

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    f3618c6 View commit details
    Browse the repository at this point in the history
  50. 300 - PSM Connect

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    ae9b0bc View commit details
    Browse the repository at this point in the history
  51. 308 - Use Password

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    5818216 View commit details
    Browse the repository at this point in the history
  52. 361 - Keystroke Logging

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    59136b3 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    32fbbee View commit details
    Browse the repository at this point in the history
  54. 411 - Window Title

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    1efdca2 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    0215811 View commit details
    Browse the repository at this point in the history
  56. Set pipeline_error on error

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    5125c17 View commit details
    Browse the repository at this point in the history
  57. set user.name from source.user.name

    When source and destination user names are used, user.name should also
    be populated with the user performing the action.
    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    51520f2 View commit details
    Browse the repository at this point in the history
  58. 414 - CPM Verify SSH Key

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    1ff264f View commit details
    Browse the repository at this point in the history
  59. 428 - Retrive SSH Key

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    ed90394 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    55ee830 View commit details
    Browse the repository at this point in the history
  61. 309 - Undefined User Logon

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    bae9ff2 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    74957b5 View commit details
    Browse the repository at this point in the history
  63. Remove known unknowns

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    8ba68ae View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    e78a7cb View commit details
    Browse the repository at this point in the history
  65. Fix

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    db134ee View commit details
    Browse the repository at this point in the history
  66. Make update

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    0836391 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    eb0eb5d View commit details
    Browse the repository at this point in the history
  68. Remove comment

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    546fed6 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    c50242b View commit details
    Browse the repository at this point in the history
  70. Missing file

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    cc0b7d7 View commit details
    Browse the repository at this point in the history
  71. Add geoip processors

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    81f91ef View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    a32e95c View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    953693d View commit details
    Browse the repository at this point in the history
  74. Sample dashboard

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    6a0e481 View commit details
    Browse the repository at this point in the history
  75. Docs

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    f1d7b84 View commit details
    Browse the repository at this point in the history
  76. Update docs

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    ad79790 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    f026c60 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    c142c74 View commit details
    Browse the repository at this point in the history
  79. Update dashboard

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    e9d8528 View commit details
    Browse the repository at this point in the history
  80. New dashboard image

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    238da18 View commit details
    Browse the repository at this point in the history
  81. User IAM events

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    757d59a View commit details
    Browse the repository at this point in the history
  82. Update dashboard again

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    be6cb78 View commit details
    Browse the repository at this point in the history
  83. Fix double backslashes

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    03002d2 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    43a1cb8 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    0fd761b View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    d565794 View commit details
    Browse the repository at this point in the history
  87. Remove duplicated message_id

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    b71a273 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    552d9e4 View commit details
    Browse the repository at this point in the history
  89. Mage update

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    6f3a77d View commit details
    Browse the repository at this point in the history
  90. Comment improvements

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    d846f02 View commit details
    Browse the repository at this point in the history
  91. Disable debug in XSL file

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    68ecae8 View commit details
    Browse the repository at this point in the history
  92. Update XSL link.

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    d7b0bd2 View commit details
    Browse the repository at this point in the history
  93. Add changelog entry

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    11dc572 View commit details
    Browse the repository at this point in the history
  94. Remove redundant test logs

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    86dceae View commit details
    Browse the repository at this point in the history
  95. Add network_direction

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    57123d2 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    1685391 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    adfc531 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    4a958f2 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    0a02a6b View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    1e807b3 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    0fabc9f View commit details
    Browse the repository at this point in the history
  102. Make rfc5424 field a boolean

    adriansr committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    d739863 View commit details
    Browse the repository at this point in the history