<?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 Custom Report Query Building Help Needed in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/custom-report-query-building-help-needed/m-p/179221#M55655</link>
    <description>&lt;P&gt;I'm having a hard time getting my URL report built and sorted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to accomplish the following&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. category must match ADULT or NUDITY&lt;/P&gt;&lt;P&gt;2. source user must not be a member of FILT_STAFF or M_FILT_STAFF active directory groups (basically students)&lt;/P&gt;&lt;P&gt;3. search all IPs in 10.0.0.0/8 EXCEPT the following subnets&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.10.0.0/21&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; 10.10.8.0/22&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.7.48.0/21&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.7.56.0/21&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.9.0.0/21&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.9.8.0/21&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another way of prhasing it:&lt;/P&gt;&lt;P&gt;show me all students who went to PORN or NUDITY sites.&amp;nbsp; Don't show me any IPs which don't have "domain\&amp;lt;student id&amp;gt;" listed as the source user.&amp;nbsp; I don't want to see our BYOD wireless or Chromebook subnets because there is no authentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;Dannon&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Sep 2017 20:59:53 GMT</pubDate>
    <dc:creator>dannon</dc:creator>
    <dc:date>2017-09-28T20:59:53Z</dc:date>
    <item>
      <title>Custom Report Query Building Help Needed</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-report-query-building-help-needed/m-p/179221#M55655</link>
      <description>&lt;P&gt;I'm having a hard time getting my URL report built and sorted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to accomplish the following&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. category must match ADULT or NUDITY&lt;/P&gt;&lt;P&gt;2. source user must not be a member of FILT_STAFF or M_FILT_STAFF active directory groups (basically students)&lt;/P&gt;&lt;P&gt;3. search all IPs in 10.0.0.0/8 EXCEPT the following subnets&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.10.0.0/21&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; 10.10.8.0/22&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.7.48.0/21&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.7.56.0/21&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.9.0.0/21&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.9.8.0/21&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another way of prhasing it:&lt;/P&gt;&lt;P&gt;show me all students who went to PORN or NUDITY sites.&amp;nbsp; Don't show me any IPs which don't have "domain\&amp;lt;student id&amp;gt;" listed as the source user.&amp;nbsp; I don't want to see our BYOD wireless or Chromebook subnets because there is no authentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;Dannon&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 20:59:53 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-report-query-building-help-needed/m-p/179221#M55655</guid>
      <dc:creator>dannon</dc:creator>
      <dc:date>2017-09-28T20:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Report Query Building Help Needed</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-report-query-building-help-needed/m-p/179254#M55657</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;((category eq adult) or (category eq nudity)) and (user.src neq FILT_STAFF ) and (user.src neq M_FILT_STAFF ) and ( addr.src in 10.0.0.0/8 ) and !(( addr.src in &lt;SPAN&gt;10.10.0.0/21&lt;/SPAN&gt;&amp;nbsp;) or ( addr.src in &lt;SPAN&gt;10.10.8.0/22&lt;/SPAN&gt;&amp;nbsp;)&lt;SPAN&gt;&amp;nbsp;or ( addr.src in 10.7.48.0/21&amp;nbsp;)&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;or ( addr.src in 10.7.56.0/21&amp;nbsp;)&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;or ( addr.src in 10.9.0.0/21&amp;nbsp;)&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;or ( addr.src in 10.9.8.0/21&amp;nbsp;)&lt;/SPAN&gt;)&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2017 01:52:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-report-query-building-help-needed/m-p/179254#M55657</guid>
      <dc:creator>Raido_Rattameister</dc:creator>
      <dc:date>2017-09-29T01:52:26Z</dc:date>
    </item>
  </channel>
</rss>

