<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Create/Update AWS Network/Group Objects for Public IP Space (R77.30-Below) in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-Update-AWS-Network-Group-Objects-for-Public-IP-Space-R77/m-p/38842#M2337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H2 style="font-weight: bold; font-size: 20px; padding: 0px;"&gt;Overview&lt;/H2&gt;&lt;P style="padding: 0px;"&gt;The purpose of this code is to generate objects based on the AWS Public IP;&amp;nbsp;&lt;A class="link-titled" href="https://ip-ranges.amazonaws.com/ip-ranges.json" title="https://ip-ranges.amazonaws.com/ip-ranges.json"&gt;https://ip-ranges.amazonaws.com/ip-ranges.json&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;The scripts were made for users of the R77 code that have to maintain AWS objects for rules.&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;H2 style="font-weight: bold; font-size: 20px; padding: 0px;"&gt;Description&lt;/H2&gt;&lt;P style="padding: 0px;"&gt;The code is to be used on systems 77.30 and below. For the R80 code please go here;&lt;A href="https://community.checkpoint.com/docs/DOC-2032"&gt;Create/Update a network group object with AWS public IP addresses&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;There are 3&amp;nbsp;scripts contained in the attached ZIP file. They are all Bash scripts;&lt;/P&gt;&lt;UL style="padding: 0px 0px 0px 30px;"&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;Aws-cp-obj-maker.sh –&amp;nbsp;This is the main script you will execute. It will automatically download the latest IP list from AWS.&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;Cp-grp-maker.sh – is called by the main script. This puts all the network objects into the dbedit format for a Simple Group&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;Cp-net-maker.sh – is called by the main script. Puts all subnets into the dbedit format for network objects.&lt;/LI&gt;&lt;/UL&gt;&lt;P style="padding: 0px;"&gt;Requires curl, awk, cat, sed, &lt;STRONG&gt;JQ&lt;/STRONG&gt; (this is used to parse AWS’s JSON Format)&lt;BR /&gt;The script will generate 3&amp;nbsp;dbedit&amp;nbsp;files per Azure&amp;nbsp;region;&lt;/P&gt;&lt;UL style="padding: 0px 0px 0px 30px;"&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;&lt;EM&gt;Regionname-&lt;/EM&gt;net-import.txt - Will create&amp;nbsp;all the network objects for that region&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;&lt;EM&gt;Regionname-&lt;/EM&gt;group-import.txt - Will create a simple group for that region and put all network objects for that region into the group.&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;&lt;EM style="color: #333333; background-color: #ffffff; border: 0px; margin: 0px;"&gt;Regionname-&lt;/EM&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;group-import-update.txt - This file is to be used to update groups that have already been built using the&amp;nbsp;&lt;/SPAN&gt;&lt;EM style="color: #333333; background-color: #ffffff; border: 0px; margin: 0px;"&gt;Regionname-&lt;/EM&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; border: 0px; margin: 0px;"&gt;net-import.txt script previously.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;H2 style="font-weight: bold; font-size: 20px; padding: 0px;"&gt;Instructions&lt;/H2&gt;&lt;P style="padding: 0px;"&gt;Download the attached zip file.&lt;/P&gt;&lt;P style="padding: 0px;"&gt;Unzip the contents into a folder.&amp;nbsp;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;The script requires; curl, awk, cat, sed, &lt;STRONG&gt;JQ&lt;/STRONG&gt; (this is used to parse AWS’s JSON Format)&lt;/P&gt;&lt;UL style="padding: 0px 0px 0px 30px;"&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;&lt;SPAN&gt;Ubuntu - apt-get install jq&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;&lt;SPAN&gt;Mac - Use Homebrew - 'brew install jq'&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="padding: 0px;"&gt;&lt;SPAN&gt;Exectute the script (make sure you have internet access) - ./Aws-cp-obj-maker.sh&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="padding: 0px 0px 0px 30px;"&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;&lt;SPAN&gt;The script will clean up any previous files from previous imports.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;&lt;SPAN&gt;The script will call out to AWS to download the latest IPs list. Parses the json for regions/subnets and puts them into a named file for each subnet and translates the Mask-length&lt;SPAN&gt; into a dotted format. &lt;/SPAN&gt;Lastly&lt;SPAN&gt;, it runs those region files through the other scripts to create the &lt;/SPAN&gt;dbedit&lt;SPAN&gt; outputs.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;Default naming convention; NETWORK objects are named aws&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;EM&gt;regionname&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;EM&gt;x.x.x.x&lt;/EM&gt;. GROUP objects are named&amp;nbsp;aws&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;EM&gt;regionname&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;NOTE:&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;EM&gt;The script queries Amazon subnets that include all ranges for EC2, S3, CLOUDFRONT. If you just want one of those types you can edit the query.&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;The output is 3&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;dbedit&amp;nbsp;files per AWS region;&lt;/P&gt;&lt;UL style="padding: 0px 0px 0px 30px;"&gt;&lt;LI style="margin: 0.2em 0px;"&gt;&lt;EM&gt;Regionname-&lt;/EM&gt;net-import.txt - Will create&amp;nbsp;all the network objects for that region&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px;"&gt;&lt;EM&gt;Regionname-&lt;/EM&gt;group-import.txt - Will create a simple group for that region and put all network objects for that region into the group.&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px;"&gt;&lt;EM style="color: #333333; background-color: #ffffff; border: 0px; margin: 0px;"&gt;Regionname-&lt;/EM&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;group-import-update.txt - This file is to be used to update groups that have already been built using the&amp;nbsp;&lt;/SPAN&gt;&lt;EM style="color: #333333; background-color: #ffffff; border: 0px; margin: 0px;"&gt;Regionname-&lt;/EM&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; border: 0px; margin: 0px;"&gt;net-import.txt script previously.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;Move both files for each region you wish to create over to your Managment server. Follow the instructions in&amp;nbsp;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;sk30383;&amp;nbsp;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk30383&amp;amp;partition=Advanced&amp;amp;product=Security" style="color: #2989c5; text-decoration: none;" title="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk30383&amp;amp;partition=Advanced&amp;amp;product=Security"&gt;Using a dbedit script to create new network objects and network object groups&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;NOTE:&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;EM&gt;You must always import the NETWORK file before importing the GROUP file.&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;STRONG style="border: 0px;"&gt;You can run this &amp;nbsp;NETWORK script multiple times for updates. Each time the script is run dbedit will skip over objects that are already made. The&amp;nbsp;&lt;EM style="border: 0px; font-weight: inherit;"&gt;Regionname-group-import-update.txt&amp;nbsp;&lt;/EM&gt;file will be used to update group objects that are already created.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;H2 style="font-weight: bold; font-size: 20px; padding: 0px;"&gt;Code Version&lt;/H2&gt;&lt;P style="padding: 0px;"&gt;Code version 1.0.0&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;H2 style="font-weight: bold; font-size: 20px; padding: 0px;"&gt;Tested on version&lt;/H2&gt;&lt;P style="padding: 0px;"&gt;R77 and below DBEDIT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jun 2017 13:47:29 GMT</pubDate>
    <dc:creator>Adam_Forester</dc:creator>
    <dc:date>2017-06-26T13:47:29Z</dc:date>
    <item>
      <title>Create/Update AWS Network/Group Objects for Public IP Space (R77.30-Below)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-Update-AWS-Network-Group-Objects-for-Public-IP-Space-R77/m-p/38842#M2337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H2 style="font-weight: bold; font-size: 20px; padding: 0px;"&gt;Overview&lt;/H2&gt;&lt;P style="padding: 0px;"&gt;The purpose of this code is to generate objects based on the AWS Public IP;&amp;nbsp;&lt;A class="link-titled" href="https://ip-ranges.amazonaws.com/ip-ranges.json" title="https://ip-ranges.amazonaws.com/ip-ranges.json"&gt;https://ip-ranges.amazonaws.com/ip-ranges.json&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;The scripts were made for users of the R77 code that have to maintain AWS objects for rules.&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;H2 style="font-weight: bold; font-size: 20px; padding: 0px;"&gt;Description&lt;/H2&gt;&lt;P style="padding: 0px;"&gt;The code is to be used on systems 77.30 and below. For the R80 code please go here;&lt;A href="https://community.checkpoint.com/docs/DOC-2032"&gt;Create/Update a network group object with AWS public IP addresses&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;There are 3&amp;nbsp;scripts contained in the attached ZIP file. They are all Bash scripts;&lt;/P&gt;&lt;UL style="padding: 0px 0px 0px 30px;"&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;Aws-cp-obj-maker.sh –&amp;nbsp;This is the main script you will execute. It will automatically download the latest IP list from AWS.&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;Cp-grp-maker.sh – is called by the main script. This puts all the network objects into the dbedit format for a Simple Group&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;Cp-net-maker.sh – is called by the main script. Puts all subnets into the dbedit format for network objects.&lt;/LI&gt;&lt;/UL&gt;&lt;P style="padding: 0px;"&gt;Requires curl, awk, cat, sed, &lt;STRONG&gt;JQ&lt;/STRONG&gt; (this is used to parse AWS’s JSON Format)&lt;BR /&gt;The script will generate 3&amp;nbsp;dbedit&amp;nbsp;files per Azure&amp;nbsp;region;&lt;/P&gt;&lt;UL style="padding: 0px 0px 0px 30px;"&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;&lt;EM&gt;Regionname-&lt;/EM&gt;net-import.txt - Will create&amp;nbsp;all the network objects for that region&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;&lt;EM&gt;Regionname-&lt;/EM&gt;group-import.txt - Will create a simple group for that region and put all network objects for that region into the group.&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;&lt;EM style="color: #333333; background-color: #ffffff; border: 0px; margin: 0px;"&gt;Regionname-&lt;/EM&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;group-import-update.txt - This file is to be used to update groups that have already been built using the&amp;nbsp;&lt;/SPAN&gt;&lt;EM style="color: #333333; background-color: #ffffff; border: 0px; margin: 0px;"&gt;Regionname-&lt;/EM&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; border: 0px; margin: 0px;"&gt;net-import.txt script previously.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;H2 style="font-weight: bold; font-size: 20px; padding: 0px;"&gt;Instructions&lt;/H2&gt;&lt;P style="padding: 0px;"&gt;Download the attached zip file.&lt;/P&gt;&lt;P style="padding: 0px;"&gt;Unzip the contents into a folder.&amp;nbsp;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;The script requires; curl, awk, cat, sed, &lt;STRONG&gt;JQ&lt;/STRONG&gt; (this is used to parse AWS’s JSON Format)&lt;/P&gt;&lt;UL style="padding: 0px 0px 0px 30px;"&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;&lt;SPAN&gt;Ubuntu - apt-get install jq&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;&lt;SPAN&gt;Mac - Use Homebrew - 'brew install jq'&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="padding: 0px;"&gt;&lt;SPAN&gt;Exectute the script (make sure you have internet access) - ./Aws-cp-obj-maker.sh&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="padding: 0px 0px 0px 30px;"&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;&lt;SPAN&gt;The script will clean up any previous files from previous imports.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;&lt;SPAN&gt;The script will call out to AWS to download the latest IPs list. Parses the json for regions/subnets and puts them into a named file for each subnet and translates the Mask-length&lt;SPAN&gt; into a dotted format. &lt;/SPAN&gt;Lastly&lt;SPAN&gt;, it runs those region files through the other scripts to create the &lt;/SPAN&gt;dbedit&lt;SPAN&gt; outputs.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;Default naming convention; NETWORK objects are named aws&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;EM&gt;regionname&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;EM&gt;x.x.x.x&lt;/EM&gt;. GROUP objects are named&amp;nbsp;aws&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;EM&gt;regionname&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;NOTE:&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;EM&gt;The script queries Amazon subnets that include all ranges for EC2, S3, CLOUDFRONT. If you just want one of those types you can edit the query.&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;The output is 3&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;dbedit&amp;nbsp;files per AWS region;&lt;/P&gt;&lt;UL style="padding: 0px 0px 0px 30px;"&gt;&lt;LI style="margin: 0.2em 0px;"&gt;&lt;EM&gt;Regionname-&lt;/EM&gt;net-import.txt - Will create&amp;nbsp;all the network objects for that region&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px;"&gt;&lt;EM&gt;Regionname-&lt;/EM&gt;group-import.txt - Will create a simple group for that region and put all network objects for that region into the group.&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px;"&gt;&lt;EM style="color: #333333; background-color: #ffffff; border: 0px; margin: 0px;"&gt;Regionname-&lt;/EM&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;group-import-update.txt - This file is to be used to update groups that have already been built using the&amp;nbsp;&lt;/SPAN&gt;&lt;EM style="color: #333333; background-color: #ffffff; border: 0px; margin: 0px;"&gt;Regionname-&lt;/EM&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; border: 0px; margin: 0px;"&gt;net-import.txt script previously.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;Move both files for each region you wish to create over to your Managment server. Follow the instructions in&amp;nbsp;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;sk30383;&amp;nbsp;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk30383&amp;amp;partition=Advanced&amp;amp;product=Security" style="color: #2989c5; text-decoration: none;" title="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk30383&amp;amp;partition=Advanced&amp;amp;product=Security"&gt;Using a dbedit script to create new network objects and network object groups&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;NOTE:&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;EM&gt;You must always import the NETWORK file before importing the GROUP file.&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;STRONG style="border: 0px;"&gt;You can run this &amp;nbsp;NETWORK script multiple times for updates. Each time the script is run dbedit will skip over objects that are already made. The&amp;nbsp;&lt;EM style="border: 0px; font-weight: inherit;"&gt;Regionname-group-import-update.txt&amp;nbsp;&lt;/EM&gt;file will be used to update group objects that are already created.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;H2 style="font-weight: bold; font-size: 20px; padding: 0px;"&gt;Code Version&lt;/H2&gt;&lt;P style="padding: 0px;"&gt;Code version 1.0.0&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;H2 style="font-weight: bold; font-size: 20px; padding: 0px;"&gt;Tested on version&lt;/H2&gt;&lt;P style="padding: 0px;"&gt;R77 and below DBEDIT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 13:47:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-Update-AWS-Network-Group-Objects-for-Public-IP-Space-R77/m-p/38842#M2337</guid>
      <dc:creator>Adam_Forester</dc:creator>
      <dc:date>2017-06-26T13:47:29Z</dc:date>
    </item>
  </channel>
</rss>

