<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" 
  xmlns:content="http://purl.org/rss/1.0/modules/content/" 
  xmlns:dc="http://purl.org/dc/elements/1.1/" 
  xmlns:atom="http://www.w3.org/2005/Atom" 
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
  xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>Exchange on Untrusted Network</title>
    <link>https://untrustednetwork.net/en/tag/exchange/</link>
    <description>Recent content in Exchange on Untrusted Network</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>&amp;copy; Jan Kopriva 2015 - {year}</copyright>
    <lastBuildDate>Mon, 09 Aug 2021 12:25:00 +0200</lastBuildDate>
    <sy:updatePeriod>weekly</sy:updatePeriod>
    <sy:updateFrequency>weekly</sy:updateFrequency>
    
        <atom:link href="https://untrustednetwork.net/en/tag/exchange/index.xml" rel="self" type="application/rss+xml" />
    
    
    

      
      <item>
        <title>SANS ISC Diary - ProxyShell - how many Exchange servers are affected and where are they?</title>
        <link>https://untrustednetwork.net/en/2021/08/09/proxyshell/</link>
        <pubDate>Mon, 09 Aug 2021 12:25:00 +0200</pubDate>
        
        <atom:modified>Mon, 09 Aug 2021 12:25:00 +0200</atom:modified>
        <guid>https://untrustednetwork.net/en/2021/08/09/proxyshell/</guid>
        <description>A new Diary of mine was published today on the SANS Internet Storm Center website. In this one, we&amp;rsquo;ll take a look at the number of Exchange serveres vulnerable to the ProxyShell attack&amp;hellip;</description>
        <content:encoded>&lt;p&gt;A new &lt;a href=&#34;https://isc.sans.edu/diary/27732&#34;&gt;Diary&lt;/a&gt; of mine was published today on the &lt;a href=&#34;https://isc.sans.edu/&#34;&gt;SANS Internet Storm Center&lt;/a&gt; website. In this one, we&amp;rsquo;ll take a look at the number of Exchange serveres vulnerable to the ProxyShell attack&amp;hellip;&lt;/p&gt;
&lt;img src=&#34;https://untrustednetwork.net/images/isc/isc-diary.jpg&#34; alt=&#34;ISC diary&#34;&gt;</content:encoded>
        <dc:creator>Jan Kopriva</dc:creator>
        <media:content url="https://untrustednetwork.netimages/isc.png" medium="image"><media:title type="html">featured image</media:title></media:content>
        
        
        
          
            
              <category>SANS</category>
            
          
            
              <category>Vulnerability</category>
            
          
            
              <category>Microsoft</category>
            
          
            
              <category>Exchange</category>
            
          
        
        
          
            
              <category>News</category>
            
          
            
              <category>2021</category>
            
          
        
        
          
            
              <category>SANS ISC Diary</category>
            
          
        
      </item>
      
      <item>
        <title>TriOp update - version 1.1</title>
        <link>https://untrustednetwork.net/en/2021/03/08/triop-update-version-1.1/</link>
        <pubDate>Mon, 08 Mar 2021 11:00:00 +0100</pubDate>
        
        <atom:modified>Mon, 08 Mar 2021 11:00:00 +0100</atom:modified>
        <guid>https://untrustednetwork.net/en/2021/03/08/triop-update-version-1.1/</guid>
        <description>I’ve published version 1.1 of TriOp today. I’ve added CVEs for the recent Exchange vulnerabilities to the vulnerability search list, since Shodan is now capable of detecting systems affected by them. In response to a request from the CSIRT community, I’ve also added the option for use of arbitrary filter along with a list of parameters.
In version 1.0, it was only possible to generate composite searches based on list of countries, however in version 1.</description>
        <content:encoded>&lt;p&gt;I’ve published version 1.1 of &lt;a href=&#34;https://untrustednetwork.net/en/triop/&#34;&gt;TriOp&lt;/a&gt; today. I’ve added CVEs for the recent &lt;a href=&#34;https://msrc-blog.microsoft.com/2021/03/02/multiple-security-updates-released-for-exchange-server/&#34;&gt;Exchange vulnerabilities&lt;/a&gt; to the vulnerability search list, since Shodan is now &lt;a href=&#34;https://twitter.com/shodanhq/status/1367525621065261062&#34;&gt;capable of detecting systems affected by them&lt;/a&gt;. In response to a request from the CSIRT community, I’ve also added the option for use of arbitrary filter along with a list of parameters.&lt;br /&gt;
In version 1.0, it was only possible to generate composite searches based on list of countries, however in version 1.1, one may specify any filter (i.e. not just “country”) for use with the list of parameters.&lt;br /&gt;
Previously, one could specify a list of searches (-s/-S) and a list of countries (-c/-C) and TriOp would run each search for each specified country and even potentially output results for each country into a specific file (&amp;ndash;country_names).&lt;br /&gt;
In the updated version, one may specify an arbitrary filter (&amp;ndash;filter) and a list of parameters for that filter (-p/-P) along with a list of searches (-s/-S) and the result will be the same. The “one output file per parameter” option is available as well (&amp;ndash;filter_names).&lt;br /&gt;
What I assume will be of most useful when it comes to this feature, will be the filter “net” – the following example shows how a command using it might look:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-command&#34; data-lang=&#34;command&#34;&gt;triop.py -s &amp;quot;port:80,port:443&amp;quot; --filter net -p &amp;quot;200.0.0.0/16,200.1.0.0/16&amp;quot;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;in which case, the output might look similar to:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-triop&#34; data-lang=&#34;triop&#34;&gt;Current IP count for query port:80 net:&amp;quot;200.0.0.0/16&amp;quot; is 1643
Current IP count for query port:443 net:&amp;quot;200.0.0.0/16&amp;quot; is 1474
Current IP count for query port:80 net:&amp;quot;200.1.0.0/16&amp;quot; is 819
Current IP count for query port:443 net:&amp;quot;200.1.0.0/16&amp;quot; is 798
&lt;/code&gt;&lt;/pre&gt;&lt;br&gt;
&lt;p&gt;A country search could be done in the following manner:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-command&#34; data-lang=&#34;command&#34;&gt;triop.py -s &amp;quot;port:22,port:23&amp;quot; --filter country -p &amp;quot;CZ,DE&amp;quot;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;and the output would be the same as with the use of the -c option:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-triop&#34; data-lang=&#34;triop&#34;&gt;Current IP count for query port:22 country:&amp;quot;CZ&amp;quot; is 83007
Current IP count for query port:23 country:&amp;quot;CZ&amp;quot; is 21143
Current IP count for query port:22 country:&amp;quot;DE&amp;quot; is 1467418
Current IP count for query port:23 country:&amp;quot;DE&amp;quot; is 31595
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The original “country” options are still present but will be removed in future versions.&lt;/p&gt;
&lt;p&gt;You may download the latest version of TriOp from &lt;a href=&#34;https://github.com/NettleSec/TriOp&#34;&gt;my GitHub&lt;/a&gt;.&lt;/p&gt;
</content:encoded>
        <dc:creator>Jan Kopriva</dc:creator>
        
        
        
        
          
            
              <category>Tool</category>
            
          
            
              <category>TriOp</category>
            
          
            
              <category>Shodan</category>
            
          
            
              <category>Vulnerability</category>
            
          
            
              <category>Exchange</category>
            
          
        
        
          
            
              <category>News</category>
            
          
            
              <category>2021</category>
            
          
        
        
      </item>
      

    
  </channel>
</rss>