Use this operation to get the the recommendations provided by Mosaic's Detection and Response services for sensitive user actions performed on your app. You can limit the number of recommendation retrieved and apply filters on time frames, metadata, ecc...to customize your search.
Note
For the purpose of getting recommendations, the following fields should be set as follows:
- Credentials to connect with: The
Client IDandClient Secretof any application in your tenant. Retrieve the credentials from any application in your tenant (available in the application settings). These credentials are not scoped to a specific app—they grant access to the entire tenant. Once saved, the credentials are stored as aMosaic accountand can be updated at any time. - Resource:
Detection and Response - Operation:
Get Many Recommendations
- Return all: Returns all recommendations provided for the app. You can couple this setting with filters to refine the search.
- Limit: Sets the max number of recommendations to retrieve. If set, it retrieves the last specified amount of results in time,
- Filters:
- Acting Type Names or IDs: The name or ID of the recommendation's action type
- End Date: The end date for the search
- Start Date: The start date for the search
- IP Country: The recommendation's origin IP country
- Recommendation Type: The recommendation type. Choose
Trust,Allow,Challengeand/orDeny - Reason Type Names or IDs: The name or ID of the recommendation's reason type
- Application ID Names or IDs: The application name or ID
- User ID: The ID of the user that performed the action
- Device Finger Print: The fingerprint of the device where the action was performed from
- Device ID: The ID of the device
- IP: The recommendation's origin IP
- Campaign ID: The ID of the fraudulent campaign
- Correlation ID: The ID that relates the action with a session
- Label: The label indicating the resolution of the recommendation. Choose one or more values from:
Action ID Known MaliciousAction ID Suspected MaliciousAction ID Known LegitAction ID UnknownCorrelation ID Known MaliciousCorrelation ID Suspected MaliciousCorrelation ID Known LegitCorrelation ID UnknownCampaign ID Known MaliciousCampaign ID Suspected MaliciousCampaign ID Known LegitCampaign ID UnknownUser ID Known MaliciousUser ID Suspected MaliciousUser ID Known LegitUser ID Unknown
As the Transmit node is run, it returns a JSON-formatted list of recommendations specifically filtered by the query.