Abusehq how to prepare & configure API customer resolver

·

AbuseHQ: How to prepare and configure your API Customer Resolver

When you just start using AbuseHQ, events are assigned to cases based on the IP-address. In that starting setup, AbuseHQ is configured to use the IP address of the incoming event (or report) as the Customer Identifier.

The Inbound Processing workflow allows you to build a decision tree that uses metadata from the event to determine which customer is responsible for an event (e.g. a spam message), and to assign an identifier.

AbuseHQ provides a toolbox of “Customer Resolvers” that can extract various metadata and use it as the Customer Identifier. One of these is the API Customer Resolver. This Resolver allows you to pass information from the incoming event to a RESTful API endpoint, and return an appropriate identifier based on that information.

A common use-case for the API resolver is to pass in IP Address and the Event Timestamp to look up the customer that a dynamic IP address was assigned to at the time of the event.

To configure an API Resolver, click the “Action” button in an Inbound Processing workflow item, and select the “Resolver” item type, and fill in the name and description.

apiresolver-desc.png

Next, provide the endpoint details, including authentication credentials, for your API endpoint:

apiresolver-params.png

You can add multiple parameter keys that your endpoint will use to determine the Customer Identifier to return.

See also: “What information should an API Customer Resolver Return?”

Note:

Your endpoint should generally be capable of understanding URL-encoded field values for Customer Resolver Requests and treat most values as strings.

Date, DateTime, and Timestamp fields will be formatted as ISO8601 timestamps with the following format: [YYYY]-[MM]-[DD]T[hh]:[mm]:[ss]Z (which is in the UTC timezone).

Read More

·

Enterprises, universities, and service providers (like; ISPs, marketing email service providers, application services, <a class="glossaryLink" aria-describedby="tt" data-cmtooltip="cmtt_92ce09b6df84c8766ee68f4f5e4a0701" href="https://abusix.com/glossary/software-as-a-service/" data-mobile-support="0" data-gt-translate-attributes='[{"attribute":"data-cmtooltip",...

·

How do you handle threats to your network and protect your customers from malicious exploits? Your customers are being attacked...

·

When it comes to mail server protection, most people only think about inbound protection, meaning that only incoming messages will...