Reputation profile

akamai_appsec_reputation_profile

Creates or modifies a reputation profile. Reputation profiles grade the security risk of an IP address based on previous activities associated with that address.

Depending on the reputation score and how your configuration has been set up, requests from a specific IP address can trigger an alert or even be blocked.

resource "akamai_appsec_reputation_profile" "my_reputation_profile" {
  config_id          = 12345
  reputation_profile = file("${path.module}/reputation_profile.json")
}

Arguments

ArgumentRequiredDescription
config_id✔️A security configuration ID.
reputation_profile✔️Path to a JSON file containing a definition of the reputation profile.

Attributes

Returned is a reputation_profile_id for the reputation profile.