Security::IPIntelligenceBlacklistCategory¶
Introduced : BIG-IP_v11.5.0
The BlacklistCategory interface enables you to update the global list
of blacklist categories. The IP Intelligence blacklist categories are
a single global list of up to 62 entries maintained in the Common
partition. There&aposre 9 categories predefined in the system:
/Common/spam_sources (Spam Sources), /Common/windows_exploits (Windows
Exploits), /Common/web_attacks (Web Attacks), /Common/botnets
(BotNets), /Common/scanners (Scanners), /Common/denial_of_service
(Denial of Service), /Common/infected_sources (Infected Sources),
/Common/phishing (Phishing), /Common/proxy (Proxy),
/Common/illegal_websites (Illegal Websites),
/Common/cloud_provider_networks (Cloud Provider Networks) and
/Common/application_denial_of_service (dosl7). There are 2 ways the
global list can be updated: 1) Automatically by the system: when new
categories are auto-learned from the downloaded feeds they&aposre
added into the list so a user could use it when configuring IP
Intelligence policies. 2) You can use the blacklist category component
to add or remove blacklist categories which can then be used in IP
intelligence policies to configure specific enforcement and logging
settings per each blacklist category. Note: system predefined
categories can never be removed.
Methods¶
Method | Description | Introduced |
add_ip_ttl | Adds specific IP, TTL combinations to the specified blacklist categories. | BIG-IP_v11.6.0 |
create | Creates a set of blacklist categories. | BIG-IP_v11.5.0 |
delete_all_blacklist_categories | Deletes all user defined blacklist categories. | BIG-IP_v11.5.0 |
delete_blacklist_category | Deletes the specified blacklist categories. | BIG-IP_v11.5.0 |
get_default_match_direction | Gets the default match directions for the specified blacklist categories. | BIG-IP_v12.0.0 |
get_description | Gets the descriptions for the specified blacklist categories. | BIG-IP_v11.5.0 |
get_list | Gets a list of all blacklist categories. You can use the blacklist category component to configure a sharable and reusable blacklist category. | BIG-IP_v11.5.0 |
get_version | Gets the version information for this interface. | BIG-IP_v11.5.0 |
is_predefined | Checks if the blacklist categories listed are predefined. If they are predefined, then they cannot be deleted in a delete_blacklist_category call. | BIG-IP_v11.5.0 |
remove_ip_ttl | Removes specific IP, TTL combinations from the specified blacklist categories. | BIG-IP_v11.6.0 |
set_default_match_direction | Sets the default match directions for the specified blacklist categories. This match direction will be used by default when adding a blacklist category to an IP Intelligence policy. This may be changed after it is added by using the set_blacklist_category_match_direction method from IPIntelligencePolicy. | BIG-IP_v12.0.0 |
set_description | Sets the descriptions for the specified blacklist categories. This is an arbitrary field which can be used for any purpose. | BIG-IP_v11.5.0 |
Enumerations¶
Enumeration | Description |
IPIntelligenceClassMatchDirection | A list of match directions for blacklist categories. |
Aliases¶
Alias | Type | Description |
IPIntelligenceClassMatchDirectionSequence | IPIntelligenceClassMatchDirection [] | A sequence of IP intelligence policy match directions. |
IPIntelligenceClassMatchDirectionSequenceSequence | IPIntelligenceClassMatchDirection [] [] | A sequence of sequence of IP intelligence policy match directions. |
See Also¶
Warning
The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.
Sample Code¶
The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.