- 27 Dec 2024
- 1 Minute to read
- Print
- DarkLight
PhishID Integration
- Updated on 27 Dec 2024
- 1 Minute to read
- Print
- DarkLight
The Security Manager PhishID Integration monitors PhishID incidents to provide the PhishID Alerts
Prerequisites
A PhishID Subscription
Admin Access to the PhishID Console
Integration Setup
Create PhishID SOC Integration Key
In the PhishID Console click the profile dropdown and select SOC Integration
Under SOC integration select Generate API Key
Copy generated API Key. This will be used later
Enable PhishID Integration
In RapidIdentity go to the Connect Module
In the Connect project dropdown select the
sec_mgr
projectSelect Files and in the root directory select
Globals.properties
and click editUpdate the
phishIdApiKey
with the API Key generated in the Create PhishID SOC Integration Key steps aboveSave
Globals.properties
fileSelect Jobs, and click the checkbox for the
PhishIDIntegration
jobClick Enable
The PhishID Integration has now been setup and you will start seeing the alerts generated from PhishID in the Security Manager Console
Encrypting Global Properties
When updating the
phishIdApiKey
property ensure to wrap the key with theencrypt(<your API key>)
. This will encrypt the value, and the next time you open the file you will seedecrypt(<your encrypted API key>)
.