<?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 inbound OR outbound communication pattern matched in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/inbound-OR-outbound-communication-pattern-matched/m-p/478680#M99808</link>
    <description>&lt;P&gt;I copied the bad reputed IP address, Hashes and Domains from any.run/malware-trends/remote &lt;BR /&gt;
now how can I find the results that matches bad reputed IP against any source or destination.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Nov 2019 12:43:27 GMT</pubDate>
    <dc:creator>riqbal47010</dc:creator>
    <dc:date>2019-11-05T12:43:27Z</dc:date>
    <item>
      <title>inbound OR outbound communication pattern matched</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inbound-OR-outbound-communication-pattern-matched/m-p/478680#M99808</link>
      <description>&lt;P&gt;I copied the bad reputed IP address, Hashes and Domains from any.run/malware-trends/remote &lt;BR /&gt;
now how can I find the results that matches bad reputed IP against any source or destination.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 12:43:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inbound-OR-outbound-communication-pattern-matched/m-p/478680#M99808</guid>
      <dc:creator>riqbal47010</dc:creator>
      <dc:date>2019-11-05T12:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: inbound OR outbound communication pattern matched</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inbound-OR-outbound-communication-pattern-matched/m-p/478681#M99809</link>
      <description>&lt;P&gt;Hi riqbal47010,&lt;BR /&gt;
could you describe more your request?&lt;BR /&gt;
I think that you're speaking about proxy logs, how do you ingested them?&lt;BR /&gt;
Can you share an example of your proxy logs?&lt;/P&gt;

&lt;P&gt;Anyway, if you have proxy logs in an index called proxy_index and you already extracted a field called ip_dest, you could insert the information you copied by any.run in a lookup called e.g. anyrun.csv that contain three fields (ip, hash, domain).&lt;BR /&gt;
Then you can run something similat to this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=proxy_index ip_dest=* [ | inputlookup anyrun.csv | rename ip AS ip_dest | fields ip_dest ]
| ...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:52:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inbound-OR-outbound-communication-pattern-matched/m-p/478681#M99809</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-30T02:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: inbound OR outbound communication pattern matched</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inbound-OR-outbound-communication-pattern-matched/m-p/478682#M99810</link>
      <description>&lt;P&gt;Hi gcusello,&lt;/P&gt;

&lt;P&gt;the concept mostly based on "threat activity detected" rule. that any value matched either source or destination he should trigger. your query( i believe)  is just one sided.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 05:37:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inbound-OR-outbound-communication-pattern-matched/m-p/478682#M99810</guid>
      <dc:creator>riqbal47010</dc:creator>
      <dc:date>2019-11-06T05:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: inbound OR outbound communication pattern matched</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inbound-OR-outbound-communication-pattern-matched/m-p/478683#M99811</link>
      <description>&lt;P&gt;Hi riqbal47010,&lt;BR /&gt;
If you have to check two fields, you can use the same approach:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=proxy_index ip_dest=* ([ | inputlookup anyrun.csv | rename ip AS ip_dest | fields ip_dest ] OR [ | inputlookup anyrun.csv | rename ip AS ip_source | fields ip_source ])
| ...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 07:36:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inbound-OR-outbound-communication-pattern-matched/m-p/478683#M99811</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-11-06T07:36:56Z</dc:date>
    </item>
  </channel>
</rss>

