You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/command_line_interface/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ Optional arguments for the commands:
100
100
101
101
|||
102
102
|-----------|-|
103
-
|<spanclass="notranslate">`--by-country-code [country_code]`</span>|Filters output by country code.<br>Requires valid country code as argument.<br> Find valid country codes [here](https://www.nationsonline.org/oneworld/country_code_list.htm) in column ISO ALPHA-2 CODE.|
103
+
|<spanclass="notranslate">`--by-country-code [country_code]`</span>|Filters output by country code.<br>Requires valid country code as argument.<br> Find valid country codes [here](https://www.iso.org/obp/ui/#search/code/) in column ISO ALPHA-2 CODE.|
104
104
|<spanclass="notranslate">`--by-ip [ip_address]`</span>|Filters output by abuser's IP or by subnet in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#IPv4_CIDR_blocks).<br>Example: <spanclass="notranslate">`--by-ip 1.2.3.0/24`</span>.|
105
105
|<spanclass="notranslate">`--by-list`</span>|Can be:<br><ul><li><spanclass="notranslate">gray (Gray List)</span></li><li><spanclass="notranslate">white (White List)</span></li><li><spanclass="notranslate">black (Black List)</span></li></ul>Filters output based on the list type.<br>Example: <spanclass="notranslate">`--by-list black`</span>.|
106
106
|<spanclass="notranslate">`--by-comment`</span>|Filters output by comment.|
@@ -770,7 +770,7 @@ Option can be one or few of the optional arguments listed above and one more.
|<spanclass="notranslate">`--limit`</span>|Limits the output with specified number of IPs.<br>Must be a number greater than zero. By default, equals 50.|
773
-
|<spanclass="notranslate">`--by-country-code [country_code]`</span>|Filters output by country code.<br>Requires valid country code as argument.<br>Find valid country codes<br>in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#IPv4_CIDR_blocks) in column ISO ALPHA-2 CODE.|
773
+
|<spanclass="notranslate">`--by-country-code [country_code]`</span>|Filters output by country code.<br>Requires valid country code as argument.<br>Find valid country codes<br>in [CIDR notation](https://www.iso.org/obp/ui/#search/code/) in column ISO ALPHA-2 CODE.|
774
774
|<spanclass="notranslate">`--period [period]`</span>|Timeframe.<br>Allows to specify the amount of time starting from the current day.<br>Should be greater than (or equal to) 1 minute.<br>Can be specified in format:<ul><li><spanclass="notranslate">`<int>m`</span> – minutes, example <spanclass="notranslate">` --period 30m`</span></li><li><spanclass="notranslate">`<int>h`</span> – hours, example <spanclass="notranslate">`--period 4h`</span></li><li><spanclass="notranslate">`<int>d`</span> – days, example <spanclass="notranslate">`--period 7d`</span></li><li><spanclass="notranslate">`today`</span> – for today, example <spanclass="notranslate">`--period today`</span></li><li><spanclass="notranslate">`yesterday`</span> – for yesterday, example <spanclass="notranslate">`--period yesterday`</span></li></ul>For example, <spanclass="notranslate">` --period 5d`</span> will return a list of incidents for 5 days. |
775
775
|<spanclass="notranslate">`--since [timestamp]`</span>|allows to set start time to filter the list of incidents by period|
776
776
|<spanclass="notranslate">`--to [timestamp]`</span>|allows to set finish time to filter the list of incidents by period|
@@ -968,7 +968,7 @@ imunify360-agent ip-list local list [--options] <value>
968
968
|-|-|
969
969
|<spanclass="notranslate">`--by-ip BY_IP`</span>|Filters output by abuser's IP or by subnet in CIDR notation.|
970
970
|<spanclass="notranslate">`--purpose [PURPOSE ...]`</span>|IP List purpose can be:<br> `white` - do not block these IPs. <br>`drop` - deny access on the network level (DROP packets via iptables, and respond with 403 on web ports even when the request comes through a proxy). <br> `captcha` - deny access on the network level for all non-web ports, show a Splash Screen challenge page on web ports. <br> `splashscreen` - check the visitor's browser before allowing access to websites.|
971
-
|<spanclass="notranslate">`-by-country-code BY_COUNTRY_CODE`</span>|Filters output by country code. Requires valid country code as argument. Find valid country codes here[www.nationsonline.org/oneworld/country_code_list.htm](https://www.nationsonline.org/oneworld/country_code_list.htm) in column ISO ALPHA-2 CODE.|
971
+
|<spanclass="notranslate">`-by-country-code BY_COUNTRY_CODE`</span>|Filters output by country code. Requires valid country code as argument. Find [valid country codes here](https://www.iso.org/obp/ui/#search/code/) in column ISO ALPHA-2 CODE.|
972
972
|<spanclass="notranslate">`--by-comment BY_COMMENT`</span>|Filters output by comment|
973
973
|<spanclass="notranslate">`--limit LIMIT`</span>|Limits the output with specified number of incidents|
974
974
|<spanclass="notranslate">`--offset OFFSET`</span>|Offset for pagination|
0 commit comments