<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Threathunting on clo.ng</title>
    <link>https://clo.ng/categories/threathunting/</link>
    <description>Recent content in Threathunting on clo.ng</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Mon, 13 Jul 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://clo.ng/categories/threathunting/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Working Through Splunk&#39;s Boss of the SOC - Part 6</title>
      <link>https://clo.ng/blog/bots-part6/</link>
      <pubDate>Mon, 13 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://clo.ng/blog/bots-part6/</guid>
      <description>&lt;h3 id=&#34;question-51-325&#34;&gt;Question 51 (325)&lt;/h3&gt;&#xA;&lt;p&gt;&lt;strong&gt;Microsoft cloud services often have a delay or lag between &amp;ldquo;index time&amp;rdquo; and &amp;ldquo;event creation time&amp;rdquo;. For the entire day, what is the max lag, in minutes, for the sourcetype: ms:aad:signin? Answer guidance: Round to the nearest minute without the unit of measure.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This is an excellent question! Let&amp;rsquo;s start putting together a query to show the time and indextime.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://community.splunk.com/t5/Splunk-Search/How-to-display-index-time-in-table/m-p/84022/highlight/true#M21417&#34;&gt;You can&amp;rsquo;t just &lt;code&gt;table&lt;/code&gt; the &amp;ldquo;_indextime&amp;rdquo; field&lt;/a&gt;, so we&amp;rsquo;ll use eval to create a field:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Working Through Splunk&#39;s Boss of the SOC - Part 5</title>
      <link>https://clo.ng/blog/bots-part5/</link>
      <pubDate>Sun, 12 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://clo.ng/blog/bots-part5/</guid>
      <description>&lt;h3 id=&#34;question-41-315&#34;&gt;Question 41 (315)&lt;/h3&gt;&#xA;&lt;p&gt;&lt;strong&gt;During the attack, two files are remotely streamed to the /tmp directory of the on-premises Linux server by the adversary. What are the names of these files? Answer guidance: Comma separated without spaces, in alphabetical order, include the file extension where applicable.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;We know it&amp;rsquo;s likely that we&amp;rsquo;ll be able to find these files in the &lt;code&gt;/tmp&lt;/code&gt; directory based on the question, so I&amp;rsquo;m going to start pretty broad here:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Working Through Splunk&#39;s Boss of the SOC - Part 4</title>
      <link>https://clo.ng/blog/bots-part4/</link>
      <pubDate>Tue, 07 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://clo.ng/blog/bots-part4/</guid>
      <description>&lt;h3 id=&#34;question-31-304&#34;&gt;Question 31 (304)&lt;/h3&gt;&#xA;&lt;p&gt;&lt;strong&gt;What is the name of the user that was created after the endpoint was compromised?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;I have no idea what &amp;ldquo;the endpoint&amp;rdquo; is referring to here, so basically I&amp;rsquo;m stuck looking for anything user-creation related.&lt;/p&gt;&#xA;&lt;p&gt;I wish I could tell you I had some surefire way of finding the answer, but here&amp;rsquo;s how I solved this one. I started with this query becuase it captured any event that had both &amp;ldquo;user&amp;rdquo; and &amp;ldquo;add&amp;rdquo;:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Working Through Splunk&#39;s Boss of the SOC - Part 3</title>
      <link>https://clo.ng/blog/bots-part3/</link>
      <pubDate>Sun, 28 Jun 2020 00:00:00 +0000</pubDate>
      <guid>https://clo.ng/blog/bots-part3/</guid>
      <description>&lt;h3 id=&#34;question-21-220&#34;&gt;Question 21 (220)&lt;/h3&gt;&#xA;&lt;p&gt;&lt;strong&gt;AWS access keys consist of two parts: an access key ID (e.g., AKIAIOSFODNN7EXAMPLE) and a secret access key (e.g., wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY). What is the secret access key of the key that was leaked to the external code repository?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;No SPL needed here. Answer this question by following the link to the Github commit mentioned in the email from Question 20.&lt;/p&gt;&#xA;&lt;details&gt;&#xA;&lt;summary&gt;Question 21 answer: &lt;/summary&gt;&#xA;&lt;br&gt;Bx8/gTsYC98T0oWiFhpmdROqhELPtXJSR9vFPNGk&lt;br&gt;&#xA;&lt;/details&gt;&#xA;&lt;hr&gt;&#xA;&lt;h3 id=&#34;question-22-221&#34;&gt;Question 22 (221)&lt;/h3&gt;&#xA;&lt;p&gt;&lt;strong&gt;Using the leaked key, the adversary makes an unauthorized attempt to create a key for a specific resource. What is the name of that resource? Answer guidance: One word.&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Working Through Splunk&#39;s Boss of the SOC - Part 2</title>
      <link>https://clo.ng/blog/bots-part2/</link>
      <pubDate>Sat, 27 Jun 2020 00:00:00 +0000</pubDate>
      <guid>https://clo.ng/blog/bots-part2/</guid>
      <description>&lt;p&gt;I hope you enjoyed &lt;a href=&#34;https://clo.ng/blog/bots-part1/&#34;&gt;part 1&lt;/a&gt; of this series and learned a few things along the way. I&amp;rsquo;m going to jump right into questions for part 2.&lt;/p&gt;&#xA;&lt;h3 id=&#34;question-11-214&#34;&gt;Question 11 (214)&lt;/h3&gt;&#xA;&lt;p&gt;&lt;strong&gt;What is the short hostname of the only Frothly endpoint to actually mine Monero cryptocurrency? (Example: ahamilton instead of ahamilton.mycompany.com)&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;NOTE: This answer writeup contains spoilers for question 9!&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Wow, that&amp;rsquo;s a broad question. To me, the question implies that the attempt to mine cryptocurrency was actually successful and proof of work may have been submitted over the network. However, it&amp;rsquo;s not totally clear how the word &amp;ldquo;actually&amp;rdquo; is being used here.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Working Through Splunk&#39;s Boss of the SOC - Part 1</title>
      <link>https://clo.ng/blog/bots-part1/</link>
      <pubDate>Fri, 26 Jun 2020 00:00:00 +0000</pubDate>
      <guid>https://clo.ng/blog/bots-part1/</guid>
      <description>&lt;center&gt;&lt;img src=&#34;https://clo.ng/img/2020/06/bots.png&#34; width=&#34;300&#34;&gt;&lt;/center&gt;&#xA;&lt;p&gt;It occurred to me yesterday as I was updating documentation for DetectionLab that although it includes a script to install Boss of the SOC, I&amp;rsquo;ve never actually partipated in it or tried it out.&#xA;I thought this could be a great place to document how I walk through the series of questions to help other people understand my methodology.&lt;/p&gt;&#xA;&lt;p&gt;If you&amp;rsquo;d like to follow along, you can quickly spin up BOTS in DetectionLab as well: &lt;a href=&#34;https://github.com/clong/DetectionLab/wiki/Install-the-Splunk-Boss-of-the-SOC-(BOTS)-Dataset(s)&#34;&gt;https://github.com/clong/DetectionLab/wiki/Install-the-Splunk-Boss-of-the-SOC-(BOTS)-Dataset(s)&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
