Manual Chapter : Adding JSON Support to an Existing Security Policy

Applies To:

Show Versions Show Versions

BIG-IP ASM

  • 11.6.5, 11.6.4, 11.6.3, 11.6.2, 11.6.1
Manual Chapter

Adding JSON Support to an Existing Security Policy

Overview: Adding JSON support to existing security policies

This implementation describes how to add JSON (JavaScript® Object Notation) support to an existing security policy for an application that uses JSON for data transfer. You create a JSON profile to define what the security policy enforces and considers legal when it detects traffic that contains JSON data.

You can add JSON support to a security policy by completing these tasks.

Task Summary

Creating a JSON profile

Before you can complete this task, you need to have already created a security policy for your application.
This task describes how to create a JSON profile that defines the properties that the security policy enforces for an application sending JSON payloads.
Note: The system supports JSON in UTF-8 and UTF-16 encoding.
  1. On the Main tab, click Security > Application Security > Content Profiles > JSON Profiles .
  2. Click Create.
    The Create New JSON Profile screen opens.
  3. Type the name of the profile.
  4. Adjust the maximum values that define the JSON data for the AJAX application, or use the default values.
  5. In the Attack Signatures tab, in the Global Security Policy Settings list, select any attack signatures that you want to apply to this profile, and then move them into the Overridden Security Policy Settings list.
    Tip: If no attack signatures are listed in the Global Security Policy Settings list, create the profile, update the attack signatures, then edit the profile.
  6. Once you have moved any applicable attack signatures to the Overridden Security Policy Settings list, enable or disable eachthem as needed:
    Option Description
    Enabled Enforces the attack signature for this JSON profile, although the signature might be disabled in general. The system reports the violation Attack Signature Detected when the JSON in a request matches the attack signature.
    Disabled Disables the attack signature for this JSON profile, although the signature might be enabled in general.
  7. To allow or disallow specific meta characters in JSON data (and thus override the global meta character settings), click the Value Meta Characters tab.
    • Select the Check characters check box, if it is not already selected.
    • Move any meta characters that you want allow or disallow from the Global Security Policy Settings list into the Overridden Security Policy Settings list.
    • In the Overridden Security Policy Settings list, change the meta character state to Allow or Disallow.
  8. To mask sensitive JSON data (replacing it with asterisks), click the Sensitive Data Configuration tab.
    • In the Element Name field, type the JSON element whose values you want the system to consider sensitive.
    • Click Add.
    Important: If the JSON data causes violations and the system stops parsing the data part way through a transaction, the system masks only the sensitive data that was fully parsed.
    Add any other elements that could contain sensitive data that you want to mask.
  9. Click Create.
    The system creates the profile and displays it in the JSON Profiles list.
This creates a JSON profile which does not affect the security policy until you associate the profile with a URL or parameter.
Next, you need to associate the JSON profile with any URLs or parameters that might include JSON data.

Associating a JSON profile with a URL

Before you can associate a JSON profile with a URL, you need to have created a security policy with policy elements including application URLs, and the JSON profile.
You can associate a JSON profile with one or more explicit or wildcard URLs.
  1. On the Main tab, click Security > Application Security > URLs .
  2. In the Current edited policy list near the top of the screen, verify that the edited security policy is the one you want to work on.
  3. From the Allowed URLs List, click the name of a URL that might contain JSON data.
    The Allowed URL Properties screen opens.
  4. Next to Allowed URL Properties, select Advanced.
    The screen refreshes to display additional configuration options.
  5. For the Header-Based Content Profiles setting, in the Request Header Name field, type the explicit string or header name that defines when the request is treated as the Parsed As type; for example, content-type.
    This field is not case sensitive.
    Note: If the URL always contains JSON data, just change the default header-based content profile to be Parsed As JSON, then you do not have to specify the header name and value here.
  6. For the Header-Based Content Profiles setting, in the Request Header Value field, type the wildcard (including *, ?, or [chars]) for the header value that must be matched in the Request Header Name field; for example, *json*.
    This field is case sensitive.
  7. From the Parsed As list, select JSON.
  8. From the Profile Name list, either select the JSON profile appropriate for this URL, or click Create to quickly add a new profile to the configuration.
  9. Click Add.
    Add as many header types as you need to secure this URL, clicking Add after specifying each one.
  10. To override the global meta character settings for this URL, adjust the meta character policy settings:
    • In the Meta Characters tab, select the Check characters on this URL check box, if it is not already selected.
    • Move any meta characters that you want allow or disallow from the Global Security Policy Settings list into the Overridden Security Policy Settings list.
    • In the Overridden Security Policy Settings list, change the meta character state to Allow or Disallow.
  11. Click Update.
  12. To put the security policy changes into effect immediately, click Apply Policy.
The JSON profile is associated with the URL.
Continue to associate JSON profiles with any URLs in the application that might contain JSON data.

Associating a JSON profile with a parameter

You need to have created a security policy with policy elements including parameters and a JSON profile before starting this procedure.
You can associate a JSON profile with a parameter.
  1. On the Main tab, click Security > Application Security > Parameters .
  2. In the Current edited policy list near the top of the screen, verify that the edited security policy is the one you want to work on.
  3. In the Parameters List area, click the name of a parameter to which to assign a JSON profile.
    The Parameter Properties screen opens.
  4. For the Parameter Value Type setting, select JSON value.
  5. From the JSON Profile list, select the JSON profile to use for this parameter.
  6. Click Update.
    The system associates the JSON profile with the parameter.
  7. To put the security policy changes into effect immediately, click Apply Policy.
Continue to associate JSON profiles with any parameters in the application that might contain JSON data.

Implementation result

You have manually added JSON support to the active security policy. The policy can now secure applications that use JSON for data transfer between the client and the server. If web application traffic includes JSON data, the system checks that it meets the requirements that you specified in the JSON profile.