<?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 Re: Search Proofpoint Logs Part II in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-Proofpoint-Logs-Part-II/m-p/30484#M6184</link>
    <description>&lt;P&gt;Proofpoint now has a beta app that will allow you report on and visualze your Proofpoint Protection Server and TAP data! Check out the new app here:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/3727/#/details"&gt;https://splunkbase.splunk.com/app/3727/#/details&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Be sure to follow the instructions listed in the details to get all the needed TA's etc that the app needs to work correctly.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Oct 2017 21:38:49 GMT</pubDate>
    <dc:creator>eckolp2003</dc:creator>
    <dc:date>2017-10-09T21:38:49Z</dc:date>
    <item>
      <title>Search Proofpoint Logs Part II</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-Proofpoint-Logs-Part-II/m-p/30482#M6182</link>
      <description>&lt;P&gt;Per a previous question/post:   "Search Proofpoint Logs", I did get that working, thanks again Kristian.   I now want to add one more caveat to it, if possible.  The current search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=xyz |  eval time=strftime(_time, "%m-%d-%y") | rex "env_from\s+value=(?&amp;lt;sender&amp;gt;\S+)" | rex "env_rcpt\s+r=\d+\s+value=(?&amp;lt;receiver&amp;gt;\S+)"
| stats first(time) as Date list(sender) as Sender values(receiver) as Receivers first(subject) as Subject max(spamscore) as Spamscore by s
| where (Receivers="abc@xyz.com" OR Receivers="123@xyz.com") 
| table Date Sender Receivers Subject Spamscore
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Where I have the 'where clause' above:   where (Receivers="&lt;A href="mailto:abc@xyz.com" target="_blank"&gt;abc@xyz.com&lt;/A&gt;" OR Receivers="&lt;A href="mailto:123@xyz.com" target="_blank"&gt;123@xyz.com&lt;/A&gt;") &lt;/P&gt;

&lt;P&gt;I want to instead pull the list of possible Receivers from a large list.   I created a 'Lookup Definition' so that I could use:    inputlookup &lt;ADDRESS_LIST&gt;.&lt;/ADDRESS_LIST&gt;&lt;/P&gt;

&lt;P&gt;From all the postings I read, I may need to use a subquery.  I have gotten that to work such that records are chosen only if they contain an address in the Address_List &lt;BR /&gt;
but as you can see from the sample below, I also need the Sender, SpamScore, etc. that are on different lines.&lt;/P&gt;

&lt;P&gt;So basically, I want to pull ONLY Receivers in the Address List.    I couldn't make that happen.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Bob&lt;BR /&gt;
[2011-10-23 16:05:59.502387 +0000] rprt s=10kch03n9t mod=session cmd=connect ip=209.85.210.182  perlwait=0.085&lt;BR /&gt;
[2011-10-23 16:06:26.251606 +0000] rprt s=10kch03n9t m=3 x=p9NG5xMt010615 mod=mail cmd=env_from value=&lt;A href="mailto:uvh@gmail.com" target="_blank"&gt;uvh@gmail.com&lt;/A&gt; qid=p9NG5xMt010615  ip=209.85.210.182&lt;BR /&gt;
[2011-10-23 16:06:26.405437 +0000] rprt s=10kch03n9t m=3 x=p9NG5xMt010615 mod=mail cmd=env_rcpt r=1 value=&lt;A href="mailto:abc@xyz.com" target="_blank"&gt;abc@xyz.com&lt;/A&gt; verified= routes=&lt;BR /&gt;
[2011-10-23 16:06:26.875486 +0000] rprt s=10kch03n9t m=3 x=p9NG5xMt010615 mod=spam cmd=run score=0 spamscore=0 ipscore=0 suspectscore=3 phishscore=0 bulkscore=0 adultscore=0 duration=0.091&lt;BR /&gt;
[2011-10-23 16:06:26.879828 +0000] rprt s=10kch03n9t m=3 x=p9NG5xMt010615 mod=mail cmd=msg module=spf rule=pass action=continue attachments=0 rcpts=1 subject="Hi" spamscore=0&lt;BR /&gt;
[2011-10-23 16:06:56.927722 +0000] rprt s=10kch03n9t mod=session cmd=disconnect module= rule= action= helo=mail-iy0-f182.google.com msgs=3 rcpts=3 routes= duration=1.119 elapsed=57.43&lt;/P&gt;

&lt;P&gt;[2011-10-23 17:05:59.502387 +0000] rprt s=10kch03n9t mod=session cmd=connect ip=209.85.210.182  perlwait=0.085&lt;BR /&gt;
[2011-10-23 17:06:26.251606 +0000] rprt s=10kch03n9t m=3 x=p9NG5xMt010615 mod=mail cmd=env_from value=&lt;A href="mailto:xyz@hotmail.com" target="_blank"&gt;xyz@hotmail.com&lt;/A&gt; qid=p9NG5xMt010615  ip=209.85.210.182&lt;BR /&gt;
[2011-10-23 17:06:26.405437 +0000] rprt s=10kch03n9t m=3 x=p9NG5xMt010615 mod=mail cmd=env_rcpt r=1 value=&lt;A href="mailto:123@xyz.com" target="_blank"&gt;123@xyz.com&lt;/A&gt; verified= routes=&lt;BR /&gt;
[2011-10-23 17:06:26.875486 +0000] rprt s=10kch03n9t m=3 x=p9NG5xMt010615 mod=spam cmd=run score=0 spamscore=0 ipscore=0 suspectscore=3 phishscore=0 bulkscore=0 adultscore=0 duration=0.091&lt;BR /&gt;
[2011-10-23 17:06:26.879828 +0000] rprt s=10kch03n9t m=3 x=p9NG5xMt010615 mod=mail cmd=msg module=spf rule=pass action=continue attachments=0 rcpts=1 subject="Hi" spamscore=0&lt;BR /&gt;
[2011-10-23 17:06:56.927722 +0000] rprt s=10kch03n9t mod=session cmd=disconnect module= rule= action= helo=mail-iy0-f182.google.com msgs=3 rcpts=3 routes= duration=1.119 elapsed=57.43&lt;/P&gt;

&lt;P&gt;[2011-10-23 18:05:59.502387 +0000] rprt s=10kch03n9t mod=session cmd=connect ip=209.85.210.182  perlwait=0.085&lt;BR /&gt;
[2011-10-23 18:06:26.251606 +0000] rprt s=10kch03n9t m=3 x=p9NG5xMt010615 mod=mail cmd=env_from value=&lt;A href="mailto:123@gmail.com" target="_blank"&gt;123@gmail.com&lt;/A&gt; qid=p9NG5xMt010615  ip=209.85.210.182&lt;BR /&gt;
[2011-10-23 18:06:26.405437 +0000] rprt s=10kch03n9t m=3 x=p9NG5xMt010615 mod=mail cmd=env_rcpt r=1 value=&lt;A href="mailto:xxtt@xyz.com" target="_blank"&gt;xxtt@xyz.com&lt;/A&gt; verified= routes=&lt;BR /&gt;
[2011-10-23 18:06:26.875486 +0000] rprt s=10kch03n9t m=3 x=p9NG5xMt010615 mod=spam cmd=run score=0 spamscore=0 ipscore=0 suspectscore=3 phishscore=0 bulkscore=0 adultscore=0 duration=0.091&lt;BR /&gt;
[2011-10-23 18:06:26.879828 +0000] rprt s=10kch03n9t m=3 x=p9NG5xMt010615 mod=mail cmd=msg module=spf rule=pass action=continue attachments=0 rcpts=1 subject="Hi" spamscore=0&lt;BR /&gt;
[2011-10-23 18:06:56.927722 +0000] rprt s=10kch03n9t mod=session cmd=disconnect module= rule= action= helo=mail-iy0-f182.google.com msgs=3 rcpts=3 routes= duration=1.119 elapsed=57.43&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:53:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-Proofpoint-Logs-Part-II/m-p/30482#M6182</guid>
      <dc:creator>RB5</dc:creator>
      <dc:date>2020-09-28T13:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Search Proofpoint Logs Part II</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-Proofpoint-Logs-Part-II/m-p/30483#M6183</link>
      <description>&lt;P&gt;Coworker came up with a solution:&lt;BR /&gt;
index=xyz | join recipients [inputlookup LIST ] | etc. . . &lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Bob&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2013 19:02:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-Proofpoint-Logs-Part-II/m-p/30483#M6183</guid>
      <dc:creator>RB5</dc:creator>
      <dc:date>2013-05-23T19:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Search Proofpoint Logs Part II</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-Proofpoint-Logs-Part-II/m-p/30484#M6184</link>
      <description>&lt;P&gt;Proofpoint now has a beta app that will allow you report on and visualze your Proofpoint Protection Server and TAP data! Check out the new app here:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/3727/#/details"&gt;https://splunkbase.splunk.com/app/3727/#/details&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Be sure to follow the instructions listed in the details to get all the needed TA's etc that the app needs to work correctly.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 21:38:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-Proofpoint-Logs-Part-II/m-p/30484#M6184</guid>
      <dc:creator>eckolp2003</dc:creator>
      <dc:date>2017-10-09T21:38:49Z</dc:date>
    </item>
  </channel>
</rss>

