Block access to directories or pages on a website with Deny URL in the WAF/WAAP

Often we’ll receive a request from a customer for assistance blocking a specific directory or page on their site from public access. For example, suppose you run WordPress and you want to prevent someone from going to the /wp-admin/ directory. Or perhaps you want to restrict the site from loading if they simply enter the […]

How can I configure a monitor to check a very specific URL?

If you just use one of our built-in monitors, like the Default HTTP, it will simply attempt to load the web page with the IP address of the attached device and look for an HTTP 200 response code. Often, this is a perfectly quick and accurate monitor, but this doesn’t always work. For example, I […]

Create a new Access Control Group Entry

Method:              POST URI:                      ALF/Firewall/AccessControl/{IPType}/{ACLID} This method will create a new Access Control Group Entry (allow/deny rule) within the specified Access Control Group ID specified. The {IPType} is either “IPv4” or “IPv6” The {ACLID} is the ID of the group […]

Obtain the list of Access Control Group Entries

Method:              GET URI:                      /ALF/Firewall/AccessControl/{IPType}/{ACLID}/All?{options} This method will return all Access Control Group Entries (specific allow/block rules) for the specific ACL ID requested. The {IPType} is either “IPv4” or “IPv6” The {ACLID} is the ID of the group which can […]

Obtain the list of Access Control Groups

Method:              GET URI:                      /ALF/Firewall/AccessControlGroup/{IPType}/All?{options} This method will return all Access Control Groups in the account for the specific IP type requested, including all sub-companies, if they exist. The {IPType} is either “IPv4” or “IPv6” The {options} allow you to […]

Cloud Platform Release v23.2.0

Today we released three notable updates that more customers have requested recently, so we’ve expedited their development and release. Below are the details of these exciting enhancements. IP-to-Country Classification: Since the exhaustion of IPv4 Addresses several years ago, IP address blocks have been changing hands at an increasing rate. Not only have they been moving […]

WAF Log Tab

Not interested in reading the manual? We cover the essentials in a video at the bottom of this page! If you subscribe to Web Application and API Protection, you’ll see the WAF Log tab. Here, we provide a visual overview of all traffic hitting your packs. At the top, you can choose the time range […]

Retrieve All Domains with Geo Zone

Method:              GET URI:                      /CloudDNS/Domain/GeoZoneInfo/All This method will return all domains with geo zone within the account, including all sub-companies, if they exist. The parameters allow you to refine the results retrieved from the API. They must be formatted as a query string, e.g. if you […]

Retrieve TSIG for a Specific Domain

Method:              GET URI:                     /CloudDNS/Domain/TSIG/{domainID} This method returns TSIG settings for a specific domain. It requires that the following information be posted in order to successfully return the settings: Parameter Description perpage={value} An integer for number of items you would like returned in this response. E.g. {20} […]

Retrieve All Unassigned IPv6 Addresses

Method:              GET URI:                      /Account/IPAddress/v6/Unused/All This method will retrieve all of the unused IP IPv6 Addresses in your account, if any. An IP address ID is required when publishing your pack. The parameters allow you to refine the results retrieved from the API. They must be […]