Skip to content

Instantly share code, notes, and snippets.

@mayitbeegh
Last active June 20, 2018 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mayitbeegh/e60bac7694f54c7dd59405f0d32b247d to your computer and use it in GitHub Desktop.
Save mayitbeegh/e60bac7694f54c7dd59405f0d32b247d to your computer and use it in GitHub Desktop.
Blacklist/block every single IPV4 address in AWS WAF
# Because AWS WAF doesn't allow 0.0.0.0/0. /8 and /16 through /32 are legal.
# You will need to edit the UUIDs
# Run "aws waf-regional get-change-token" first to get a change token
# The value of "--ip-set-id" is the ID of your blacklist
# AWS cli is required
aws waf-regional update-ip-set --ip-set-id bf67cf7d-5300-442a-b9c0-6d782b216a4b --change-token 093abce2-8260-4ed8-9524-3b8b6ced9706 --updates '[
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "0.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "1.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "2.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "3.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "4.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "5.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "6.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "7.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "8.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "9.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "10.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "11.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "12.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "13.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "14.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "15.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "16.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "17.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "18.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "19.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "20.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "21.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "22.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "23.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "24.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "25.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "26.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "27.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "28.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "29.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "30.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "31.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "32.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "33.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "34.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "35.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "36.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "37.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "38.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "39.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "40.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "41.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "42.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "43.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "44.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "45.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "46.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "47.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "48.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "49.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "50.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "51.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "52.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "53.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "54.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "55.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "56.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "57.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "58.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "59.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "60.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "61.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "62.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "63.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "64.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "65.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "66.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "67.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "68.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "69.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "70.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "71.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "72.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "73.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "74.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "75.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "76.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "77.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "78.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "79.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "80.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "81.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "82.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "83.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "84.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "85.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "86.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "87.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "88.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "89.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "90.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "91.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "92.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "93.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "94.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "95.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "96.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "97.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "98.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "99.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "100.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "101.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "102.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "103.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "104.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "105.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "106.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "107.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "108.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "109.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "110.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "111.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "112.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "113.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "114.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "115.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "116.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "117.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "118.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "119.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "120.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "121.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "122.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "123.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "124.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "125.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "126.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "127.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "128.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "129.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "130.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "131.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "132.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "133.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "134.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "135.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "136.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "137.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "138.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "139.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "140.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "141.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "142.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "143.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "144.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "145.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "146.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "147.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "148.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "149.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "150.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "151.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "152.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "153.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "154.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "155.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "156.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "157.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "158.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "159.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "160.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "161.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "162.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "163.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "164.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "165.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "166.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "167.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "168.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "169.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "170.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "171.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "172.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "173.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "174.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "175.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "176.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "177.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "178.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "179.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "180.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "181.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "182.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "183.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "184.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "185.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "186.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "187.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "188.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "189.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "190.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "191.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "192.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "193.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "194.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "195.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "196.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "197.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "198.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "199.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "200.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "201.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "202.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "203.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "204.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "205.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "206.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "207.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "208.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "209.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "210.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "211.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "212.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "213.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "214.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "215.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "216.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "217.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "218.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "219.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "220.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "221.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "222.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "223.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "224.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "225.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "226.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "227.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "228.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "229.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "230.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "231.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "232.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "233.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "234.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "235.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "236.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "237.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "238.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "239.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "240.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "241.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "242.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "243.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "244.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "245.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "246.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "247.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "248.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "249.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "250.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "251.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "252.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "253.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "254.0.0.0/8"}},
{"Action": "INSERT","IPSetDescriptor": {"Type": "IPV4", "Value": "255.0.0.0/8"}}]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment