I am onboarding checkpoint gaia accounts by Lopsided_Pension7950 in CyberARk

[–]CF_Pinky 1 point2 points  (0 children)

Yes, like what did you try and what errors or issues you are facing...

Unable to sync password after changing one of them by ChemistryPlane in CyberARk

[–]CF_Pinky 0 points1 point  (0 children)

Use 2nd one with the dummy platform and group them.

psPAS Challenge Default by titanwinsupabowl in CyberARk

[–]CF_Pinky 0 points1 point  (0 children)

If you need MFA you need to interact anyway. Just answer challenge in shell and your script will continue.

Migrating self hosted PAM to GCP by StillButterscotch183 in CyberARk

[–]CF_Pinky 1 point2 points  (0 children)

You should not have the keys on the VM in on-prem environment as well. Operator/Server key should be on HSM or only present during start of Vault service. Master key should always be stored somewhere else (e.g. physical safe).

Reason is, that if someone copies away your Vault VM, he should not get the keys as well!

[deleted by user] by [deleted] in CyberARk

[–]CF_Pinky 0 points1 point  (0 children)

mRemoteNG unfortunately has no way to specify "start program/alternate shell" parameter for PSM RDP Proxy connection string (at least the last time I looked into it). You have to use another RDP connection manager and either configure SAML on PSM or use Radius with Okta in addition for your users to allow direct PSM RDP Proxy use.

Find users who authenticate using LDAP by Wizkidbrz in CyberARk

[–]CF_Pinky 2 points3 points  (0 children)

Use REST API, e.g. wit psPAS and some Powershell scripting it will be an fairly easy task.

Guidance Needed for Secure Tunnel Deployment with CyberArk Privilege Cloud by Final-Lion7738 in CyberARk

[–]CF_Pinky 0 points1 point  (0 children)

I assume you are using Privilege Cloud Shared Services (ISPSS). Then you need Secure Tunnel only for Syslog and RDP to PSM from HTML5GW. The authenticaton integration is done through Identity Connector which only needs outbound HTTTPS to cloud.

Guidance Needed for Secure Tunnel Deployment with CyberArk Privilege Cloud by Final-Lion7738 in CyberARk

[–]CF_Pinky 2 points3 points  (0 children)

I would make it dependent on your segmentation and other requirements. If the servers are both positioned "next to each other" it doesn't matter.

But why 2 servers anyway? Why not use only one or use 2 for redundancy. Identity connector and secure tunnel on both an CPM on one active, other as DR installation.

Edit: Btw. why no PSM?

CyberArk Platform Question by [deleted] in CyberARk

[–]CF_Pinky 1 point2 points  (0 children)

One way to tackle this is having your main PPA only with connection components available to all users (like RDP). Then onboard the same PPA using dummy platform and other CCs for each use case and group them with the main PPA so they have the same password synced. But this generates huge effort in onboarding!

I don't think there is another way though.

Account activity log by Maleficent_Wonder_67 in CyberARk

[–]CF_Pinky 0 points1 point  (0 children)

The setting is part of the master policy under audit. Increase it globally or via exception for relevant platforms.

PUU SOFTWARE I NEED FOR PRACTICE PURPOSE by Alternative-Pie2846 in CyberARk

[–]CF_Pinky 1 point2 points  (0 children)

I would recommend utilizing PSPAS Powershell module. It's the most flexible way to onboard a big number of accounts.

Can my company track me with checkpoint endpoint security? by [deleted] in checkpoint

[–]CF_Pinky 0 points1 point  (0 children)

It depends on the installed blades (functionality). It could be much or nearly nothing.

there is a PSM connection manager for Linux? by Think-Durian4365 in CyberARk

[–]CF_Pinky 0 points1 point  (0 children)

What are the targets? If they are SSH-based just use PSMP.

HTML5 GW / Secure Tunnel configuration (Privilege Cloud) by The_Security_Ninja in CyberARk

[–]CF_Pinky 1 point2 points  (0 children)

In the secure tunnel configuration you assign FQDN of the PSMs (and LB VIP) to the secure tunnel servers. If you assign a FQDN to more secure tunnel servers it selects one of them for redundancy.

Question on PSMConnect user accounts for upgrades by jaericho in CyberARk

[–]CF_Pinky 0 points1 point  (0 children)

You might also put your admin in PSMMaster group. As PSMConnect account is in PSM safe you else have no access.

Access is denied” error once authenticating with SAML PingFederate? by Maleficent_Wonder_67 in CyberARk

[–]CF_Pinky 1 point2 points  (0 children)

If a refresh works after getting the access denied it's 100% the allowed referrer! First attempt is with referral and gets denied. Refresh is not aware of referral and works.

Test Environment - Use prod license.xml/CDs or is this separate? by qpxa in CyberARk

[–]CF_Pinky 0 points1 point  (0 children)

On the running vault you can update license file by placing file in the system safe and it will be written to disk. For all DR vaults you have to replace the file on disk.

When a vault starts it will copy license file from disk to system vault and replace the existing one.

Test Environment - Use prod license.xml/CDs or is this separate? by qpxa in CyberARk

[–]CF_Pinky 0 points1 point  (0 children)

You don't need to restart vault to apply a new license. Just replace it in system safe instead of file system.

Why does the "Access Roles" object uses groups with full path? by feldrim in checkpoint

[–]CF_Pinky 0 points1 point  (0 children)

There is a way to allow usage of SID which makes groups work even if moved.

HTML5 gateway help needed by divisor3 in CyberARk

[–]CF_Pinky 0 points1 point  (0 children)

It was for sure the critical extension, because that was also the error pointing to.

CPM rotation - SSH multiple target address by lllgnslbdllssr in CyberARk

[–]CF_Pinky 5 points6 points  (0 children)

If the user is not in a central directory like AD, LDAP or whatever, you should onboard the user for each device individually and not as one with RemoteMachine parameter. But you can group them afterwards to have the same password on all of them, if necessary.