<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cyscon GmbH </title>
	<atom:link href="http://blog.cyscon.de/?feed=rss2&#038;p=416&#038;lang=de&#038;lang=de" rel="self" type="application/rss+xml" />
	<link>http://blog.cyscon.de</link>
	<description>Individuell. Hochwertig. Sicher.</description>
	<lastBuildDate>Tue, 26 Feb 2013 04:11:24 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Description of webservice to check URLs against our dataset</title>
		<link>http://blog.cyscon.de/?p=1165&#038;lang=de</link>
		<comments>http://blog.cyscon.de/?p=1165&#038;lang=de#comments</comments>
		<pubDate>Tue, 26 Feb 2013 02:22:07 +0000</pubDate>
		<dc:creator>tkraft</dc:creator>
				<category><![CDATA[Service]]></category>

		<guid isPermaLink="false">http://blog.cyscon.de/?p=1165</guid>
		<description><![CDATA[We have been asked many time, how to check URLs against our (cyscon SIRT) dataset. The answer is simple: We offer a free to use webservice. The only thing you have to do is simply throwing the URL &#8211; base64 encoded &#8211; against it. Sample: echo &#8220;http://ftp.icq.com/pub/ICQ7/install_icq7_f.exe&#8221; &#124;openssl enc -base64 aHR0cDovL2Z0cC5pY3EuY29tL3B1Yi9JQ1E3L2luc3RhbGxfaWNxN19mLmV4ZQo= Once queried (sample from [...]]]></description>
				<content:encoded><![CDATA[<p>We have been asked many time, how to check URLs against our (<a href="http://www.c-sirt.org/">cyscon SIRT</a>) dataset. The answer is simple: We offer a free to use webservice. <img src='http://blog.cyscon.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> <a href="http://www.c-sirt.org/lang/en-us/contact-us-legal-notice"><br />
</a></p>
<p>The only thing you have to do is simply throwing the URL &#8211; base64 encoded &#8211; against it. Sample:</p>
<blockquote><p>echo &#8220;http://ftp.icq.com/pub/ICQ7/install_icq7_f.exe&#8221; &#124;openssl enc -base64<br />
aHR0cDovL2Z0cC5pY3EuY29tL3B1Yi9JQ1E3L2luc3RhbGxfaWNxN19mLmV4ZQo=</p></blockquote>
<p>Once queried (<a href="http://interface.csirt.cyscon.net/checkurl.gen.php?url=aHR0cDovL2Z0cC5pY3EuY29tL3B1Yi9JQ1E3L2luc3RhbGxfaWNxN19mLmV4ZQ==">sample from above</a>), the webservice responds in a JSON format, like follows:</p>
<blockquote><p>{&#8220;code&#8221;:&#8221;200&#8243;,&#8221;message&#8221;:&#8221;actively malicious&#8221;,&#8221;signature&#8221;:&#8221;ADWARE\/Adware.Gen&#8221;}</p></blockquote>
<p>Possible answers are:</p>
<ul>
<li>$response['code'] = &#8217;403&#8242;; $response['message'] = &#8216;parameter value missing&#8217;;</li>
<li>$response['code'] = &#8217;402&#8242;; $response['message'] = &#8216;parameter must be base64 encoded&#8217;;</li>
<li>$response['code'] = &#8217;404&#8242;; $response['message'] = &#8216;no incident known&#8217;;</li>
<li>$response['code'] = &#8217;200&#8242;; $response['message'] = &#8216;actively malicious&#8217;; $response['signature'] = $row-&#62;info;</li>
<li>$response['code'] = &#8217;201&#8242;; $response['message'] = &#8216;previously malicious but solved within the last 24 hours&#8217;; $response['signature'] = $row-&#62;info;</li>
<li>$response['code'] = &#8217;202&#8242;; $response['message'] = &#8216;previously malicious but solved within the last 7 days&#8217;; $response['signature'] = $row-&#62;info;</li>
<li>$response['code'] = &#8217;203&#8242;; $response['message'] = &#8216;previously malicious but solved within the last 30 days&#8217;; $response['signature'] = $row-&#62;info;</li>
</ul>
<p><strong>Please note:</strong> The webservice itself caches the answer of each previously requested URL for 15 minutes.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyscon.de/?feed=rss2&#038;p=1165&#038;lang=de</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C-SIRT: Processing URLs of the famous NiX spam project</title>
		<link>http://blog.cyscon.de/?p=1148&#038;lang=de</link>
		<comments>http://blog.cyscon.de/?p=1148&#038;lang=de#comments</comments>
		<pubDate>Thu, 04 Oct 2012 18:45:48 +0000</pubDate>
		<dc:creator>tkraft</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://blog.cyscon.de/?p=1148</guid>
		<description><![CDATA[A couple of weeks ago (at the Internet Security Days) I met Marcel Lohmann, one of the admins of the famous NiX spam project of the Geman IT magazine iX. It contains IP addresses of spam senders and hash values (fuzzy checksums) of incoming spam, based on spamtraps. Details about the DNS-based blacklist can be [...]]]></description>
				<content:encoded><![CDATA[<p>A couple of weeks ago (at the <a href="http://www.internet-security-days.com/">Internet Security Days</a>) I met <a href="https://twitter.com/mailq">Marcel Lohmann</a>, one of the admins of the famous <a href="http://www.dnsbl.manitu.net/?language=en">NiX spam project</a> of the Geman IT magazine <a href="http://www.ix.de/nixspam">iX</a>. It contains IP addresses of spam senders and hash values (fuzzy checksums) of incoming spam, based on spamtraps. Details about the <a href="http://www.dnsbl.manitu.net/?language=en">DNS-based blacklist can be found here</a>.</p>
<p>Having talked about both our projects, Marcel agreed to setup a live URL feed for us by querying a webservice we provide. After checking and categorising the requested and/or alerted URLs, we trigger our take-down measurements to shut down each kind of abuse we detect: phishing sites, infected websites, canadian pharmacy (landing) pages and so on. Additionally we add them to our URL blacklist and spread the information about the malicious content widely.</p>
<p>Thanks again, Marcel. You guys have enhanced our project with your contribution.</p>
<p>Wanna do same? <a href="http://www.c-sirt.org/contact-us-legal-notice">Get in contact with us and let&#8217;s talk about</a> it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyscon.de/?feed=rss2&#038;p=1148&#038;lang=de</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C-SIRT: It happens every 6 seconds &#8230;</title>
		<link>http://blog.cyscon.de/?p=1137&#038;lang=de</link>
		<comments>http://blog.cyscon.de/?p=1137&#038;lang=de#comments</comments>
		<pubDate>Thu, 27 Sep 2012 07:00:19 +0000</pubDate>
		<dc:creator>tkraft</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Service]]></category>

		<guid isPermaLink="false">http://blog.cyscon.de/?p=1137</guid>
		<description><![CDATA[&#8230; that the C-SIRT&#8217;s infrastructure detects malicious content on a website. Every 6 seconds, the security experts of cyscon GmbH, blacklists an URL and informs the responsible hosting ISPs. The beginning of cyscon SIRT&#8217;s mitigation process of the cyber threat. In an average, phishing sites are tackled down by us within 1.4 days, regardless of [...]]]></description>
				<content:encoded><![CDATA[<p>&#8230; that the <a href="http://www.cyscon-sirt.org/">C-SIRT&#8217;s infrastructure</a> detects malicious content on a website. Every 6 seconds, the <a href="http://www.cyscon.de">security experts of cyscon GmbH</a>, blacklists an URL and informs the responsible hosting ISPs. The beginning of <a href="http://www.c-sirt.org">cyscon SIRT&#8217;s</a> mitigation process of the cyber threat.</p>
<p>In an average, phishing sites are tackled down by us within 1.4 days, regardless of the country, the ISP or domain owner.</p>
<p>As part of our mitigation processes, we feed the toolbars of big brands, like <a href="https://produkte.web.de/mailcheck/">WEB.DE</a> &#38; <a href="http://service.gmx.net/de/cgi/g.fcgi/products/mailcheck">GMX</a>, to protect millions of customers against phishing attacks or other fraudulent websites. So, more than 6.000 fraudsters URLs (on a regular base) are blocked during the take-down efforts of cyscon&#8217;s Security Incident Response Team. <strong>A value added service to protect your brand!</strong></p>
<p>Feeded and supported by <a href="http://www.c-sirt.org/friends-partners">multiple partners</a>, via <a href="http://blog.botfrei.de/malwaresamples/">webform submissions</a>, <a href="mailto:random.spam@feeds.c-sirt.org">spamtrap data</a> and other sensors, we process a couple of tenthousand URLs every day. With our Anti-Abuse Perfomance Index, we provide a <a href="http://en.wikipedia.org/wiki/Performance_indicator" target="_blank">KPI (Key Performance Indicator)</a> toolset to measure the effectiness of the responsible network owner. All of these values are independent, hard facts, based on data of malicious URL content (malware, phishing, command &#38; control servers) <a href="http://www.cyscon-sirt.org">cyscon SIRT</a> detects, classifies and have previously been reported over to the responsible security contact of the given network.</p>
<p>Give it a try! <a href="http://www.c-sirt.org/contact-us-legal-notice">Join our community and contact us today</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyscon.de/?feed=rss2&#038;p=1137&#038;lang=de</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C-SIRT: SamsungImaging.net doesn&#8217;t seem to be a secure place!</title>
		<link>http://blog.cyscon.de/?p=1130&#038;lang=de</link>
		<comments>http://blog.cyscon.de/?p=1130&#038;lang=de#comments</comments>
		<pubDate>Fri, 14 Sep 2012 22:45:14 +0000</pubDate>
		<dc:creator>tkraft</dc:creator>
				<category><![CDATA[Ankündigung]]></category>
		<category><![CDATA[Information]]></category>
		<category><![CDATA[Know-How]]></category>
		<category><![CDATA[Sicherheitshinweise]]></category>

		<guid isPermaLink="false">http://blog.cyscon.de/?p=1130</guid>
		<description><![CDATA[Some of you guys might know it: SamsungImaging.net, a corporate blog of Samsung Electronics has been previously hacked, spreading the &#8220;famous&#8221; JAVA zero-day exploit. For all of you haven&#8217;t heard about, here are the facts: Regarding our records (C-SIRT report) the wordpress based blog was owned a very short time after the exploit came out, [...]]]></description>
				<content:encoded><![CDATA[<p>Some of you guys might know it: <strong>SamsungImaging.net</strong>, a corporate blog of <strong>Samsung Electronics</strong> has been previously hacked, spreading the &#8220;famous&#8221; <a href="http://www.oracle.com/technetwork/topics/security/alert-cve-2012-4681-1835715.html">JAVA zero-day exploit</a>. For all of you haven&#8217;t heard about, here are the facts:</p>
<p>Regarding our records (<a href="http://www.c-sirt.org/incidents-on-domain?domain=www.samsungimaging.net">C-SIRT report</a>) the wordpress based blog was owned a very short time after the exploit came out, via a security leak in the CMS or broken/stolen/bruteforced access credentials (like FTP). The attackers add the following Java applet code:</p>
<p><a href="http://blog.cyscon.de/wp-content/uploads/2012/09/samsungimages_net-700x62.png"><img class="aligncenter  wp-image-1131" title="samsungimages_net-700x62" src="http://blog.cyscon.de/wp-content/uploads/2012/09/samsungimages_net-700x62.png" alt="" width="619" height="54" /></a></p>
<p>The payload (the linked JavaX.jar) &#8211; hosted on exportidaho.com (see <a href="http://www.c-sirt.org/incidents-on-domain?domain=exportidaho.com">C-SIRT reports</a>) &#8211; added to the source code, have been uploaded to another wordpress installation (currently still online) what bring us to the conlcusion, that from an external view it seems that they use a WordPress security hole to break in.</p>
<p>With more than <a href="https://www.facebook.com/samsungnx">2 million facebook followers</a>, frequently updated content redirecting the people to the thematical blog, we expect that especially due to the fact, that at the same time the <a href="http://b2b.ifa-berlin.com/en/">IFA exhibition took place in Berlin</a>, a lot of people got infected as it is likely that most of them haven&#8217;t closed the Java security leak in time!</p>
<p><strong>We strongly recommend</strong> and ask/advice Samsung to inform their visitors and Facebook fans about the potential risk of a possible infection!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyscon.de/?feed=rss2&#038;p=1130&#038;lang=de</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C-SIRT: Anti-Abuse Performance Index &#8211; how professional is your abuse work?</title>
		<link>http://blog.cyscon.de/?p=1122&#038;lang=de</link>
		<comments>http://blog.cyscon.de/?p=1122&#038;lang=de#comments</comments>
		<pubDate>Thu, 26 Jul 2012 17:54:43 +0000</pubDate>
		<dc:creator>tkraft</dc:creator>
				<category><![CDATA[Ankündigung]]></category>
		<category><![CDATA[AAHT]]></category>
		<category><![CDATA[AAPI]]></category>
		<category><![CDATA[anti-abuse performance index]]></category>
		<category><![CDATA[internet provider]]></category>
		<category><![CDATA[network owner]]></category>
		<category><![CDATA[reputation]]></category>

		<guid isPermaLink="false">http://blog.cyscon.de/?p=1122</guid>
		<description><![CDATA[cyscon SIRT provides a new feature: the &#8220;Anti Abuse Performance Index&#8220;, rating three different criteria&#8217;s, that measures the effectiveness of the responsible&#8217;s abuse contact of a given network owner: percentage of open / unhanded incidents percentage of recurring incidents speed of taken action All of these criteria&#8217;s fits the main goal of each serious network [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.cyscon-sirt.org/">cyscon SIRT</a> provides a new feature: the &#8220;<strong>Anti Abuse Performance Index</strong>&#8220;, rating three different criteria&#8217;s, that measures the effectiveness of the responsible&#8217;s abuse contact of a given network owner:</p>
<ul>
<li>percentage of open / unhanded incidents</li>
<li>percentage of recurring incidents</li>
<li>speed of taken action</li>
</ul>
<p>All of these criteria&#8217;s fits the main goal of each serious network owner: &#8220;<strong>Tracking down malicious content: reliable, fast &#38; sustainable</strong>&#8220;.</p>
<p>The Top 10 of  them are namely mentioned on cyscon SIRT&#8217;S reputation page, day by day fresh and out of all networks we monitor, based on the data our &#8220;Incident Reporting Team&#8221; detects and classifies with the help and assistance of our <a href="http://www.c-sirt.org/friends-partners">partners &#38; friends</a>!<br />
<a href="http://www.c-sirt.org/reputation">Check out your &#8220;Anti-Abuse Reputation Values&#8221;</a> and get in competition the Best &#8230;</p>
<p><strong>Ludi incipiant:<br />
</strong>Show your competitor, that you are a &#8220;non-abuse tolerant network owner&#8221; &#8211; responsible for a trustworthy internet within your borders &#8211;  and get a frequently guest on our reputation &#8220;landing page&#8221;:  <a href="http://www.c-sirt.org/reputation">http://www.c-sirt.org/reputation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyscon.de/?feed=rss2&#038;p=1122&#038;lang=de</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C-SIRT: Sustainability &#8230;</title>
		<link>http://blog.cyscon.de/?p=1115&#038;lang=de</link>
		<comments>http://blog.cyscon.de/?p=1115&#038;lang=de#comments</comments>
		<pubDate>Fri, 20 Jul 2012 11:43:57 +0000</pubDate>
		<dc:creator>tkraft</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[serious abuse handling]]></category>
		<category><![CDATA[Sustainability]]></category>

		<guid isPermaLink="false">http://blog.cyscon.de/?p=1115</guid>
		<description><![CDATA[&#8230; is defined as:  (&#8230;) the capacity to endure. For humans, sustainability is the long-term maintenance of responsibility, which has environmental, economic, and social dimensions, and encompasses the concept of stewardship, the responsible management of resource use. (&#8230;) (source: Wikipedia) So let&#8217;s have a look on some &#8220;special cases&#8221;, we have tracked over the past [...]]]></description>
				<content:encoded><![CDATA[<p>&#8230; is defined as:</p>
<blockquote><p> (&#8230;) the capacity to endure. For humans, sustainability is the long-term maintenance of responsibility, which has environmental, economic, and social dimensions, and encompasses the concept of stewardship, the responsible management of resource use. (&#8230;)<br />
(source: <a href="http://en.wikipedia.org/wiki/Sustainability">Wikipedia</a>)</p></blockquote>
<p>So let&#8217;s have a look on some &#8220;special cases&#8221;, we have tracked over the past month:</p>
<p><a href="http://www.c-sirt.org/incident/?incident=21aa85bf0e489eb5a7d90a7c2a23b7b0">http://www.c-sirt.org/incident/?incident=21aa85bf0e489eb5a7d90a7c2a23b7b0</a><br />
<a href="http://www.c-sirt.org/incident/?incident=ab841f293cb3955d3e84afac4807d774">http://www.c-sirt.org/incident/?incident=ab841f293cb3955d3e84afac4807d774</a><br />
<a href="http://www.c-sirt.org/incident/?incident=6196ffdacd8f50857d65e935b984f4c0">http://www.c-sirt.org/incident/?incident=6196ffdacd8f50857d65e935b984f4c0</a></p>
<p>All of these cases are PayPal-Phishing cases, classified <a href="http://www.c-sirt.org/" target="_blank">by us</a> as &#8220;CYSC.PHISH.PAYPAL-40&#8243; and all of them have been reported again, and again, and again, after they have been marked as resolved and were appearingly offline. And indeed, they were offline for some hours, but after the ISP &#8220;unlocked&#8221; the contract, the customer didn&#8217;t take down the malicious stuff &#8230; either the customer is unable to understand what to do, or the customer itself is &#8220;part of this activities&#8221;.</p>
<p><strong>So my question today:</strong><br />
Hey, do you as an ISP monitor the actions of your customers? Or do you just work on the model: &#8220;<strong>FIRE &#38; FORGET</strong>&#8220;?</p>
<p>Neither from an economic perspective, nor from a securtity point of view, a single phishing site should be reviewed and processed 22 times (like those above), as this costs a lot of money, for both: The ISP and the phished brand! So why don&#8217;t do abuse serious and save time, money and reputational damages, by simply act with the focus: <strong>&#8220;ONCE &#38; DONE&#8221;?</strong></p>
<p><strong>So how&#8217;s about you?</strong> Do you take abuse serious?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyscon.de/?feed=rss2&#038;p=1115&#038;lang=de</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C-SIRT: Spamfilters suck &#8230;</title>
		<link>http://blog.cyscon.de/?p=1106&#038;lang=de</link>
		<comments>http://blog.cyscon.de/?p=1106&#038;lang=de#comments</comments>
		<pubDate>Tue, 17 Jul 2012 23:14:54 +0000</pubDate>
		<dc:creator>tkraft</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[abuse reports]]></category>
		<category><![CDATA[Google SafeBrowsing]]></category>
		<category><![CDATA[RBLs]]></category>
		<category><![CDATA[reject emails]]></category>
		<category><![CDATA[spamfilters]]></category>
		<category><![CDATA[SURBL]]></category>

		<guid isPermaLink="false">http://blog.cyscon.de/?p=1106</guid>
		<description><![CDATA[&#8230; if they are used to block e-mails, addressed to the responsible abuse department. Here are some samples: abuse@****.**: host antispam4.xxx.xxx.xx [xx.xxx.xx.xxx] said: 521 A URL in the email is Blacklisted by SURBL: multi.surbl.org. Blocked, xxx.xx.xxx.xxx on lists [ws], See: http://www.surbl.org/lists.html (in reply to end of DATA command) This made it impossible to shut down [...]]]></description>
				<content:encoded><![CDATA[<p>&#8230; if they are <strong>used to block e-mails</strong>, addressed to the responsible abuse department. </p>
<p>Here are some samples:</p>
<blockquote><p> abuse@****.**: host antispam4.xxx.xxx.xx [xx.xxx.xx.xxx] said: 521 A URL in<br />
   the email is Blacklisted by SURBL: multi.surbl.org. Blocked, xxx.xx.xxx.xxx<br />
   on lists [ws], See: http://www.surbl.org/lists.html (in reply to end of<br />
   DATA command)</p></blockquote>
<p>This made it impossible to shut down a very heavily spamvertized cutwail botnet &#8220;landing page&#8221;. </p>
<blockquote><p> abuse@****.**: host filter.xxx.xx [xx.xxx.xxx.xx] said: 550 Message<br />
   contained unsafe content (Heuristics.Safebrowsing.Suspected-phishing_safebrowsing.clamav.net)<br />
   (in reply to end of DATA command)</p></blockquote>
<p>That&#8217;s right: The reported phish hosted here was also listed in Google Safebrowsing.</p>
<blockquote><p> abuse@****.***.**: host mxin3.xxx.xxx.xx [xxx.xxx.xx.xx] said: 554 rejected<br />
   due to spam content (in reply to end of DATA command)</p></blockquote>
<p>Jepp. And the spamvertized malware was the reason, why we have tried to reach this ISP out. </p>
<blockquote><p> abuse@****.**: host maildrop1.xxxxxxxx.xx [xxx.xxx.xx.xx] said: 550<br />
   An address in this message is listed on inv-uri.rbl.spamrl.com. Please<br />
   organise removal and retry. (in reply to end of DATA command)</p></blockquote>
<p>Why not shutting down the malicious content? The mentioned URL in our abuse report is heavily and widely blacklisted.</p>
<blockquote><p> abuse@***.**.**: 550 5.7.1 Message rejected due to content restrictions</p></blockquote>
<p>That&#8217;s true it is a phishing site against the paypals users base.</p>
<blockquote><p> abuse@*****.**: host xxxxx.xxxxxx.xxxxxx.xxx [xx.xxx.xx.xxx] said: 550<br />
   5.7.1 Message rejected due to content restrictions (in reply to end of DATA<br />
   command)</p></blockquote>
<p>Sure thing. Same like above &#8230; but just against Chase Online banking users.</p>
<blockquote><p> 5.3.0 &#8211; Other mail system problem 550-&#8217;5.7.1 Message rejected due to content restrictions&#8217;<br />
Reporting-MTA: dns; xxxxxxx.xxxxxx.xx.xx</p></blockquote>
<p>Isn&#8217;t it your customers domain, hosted on your shared infrastructure that is spreading FakeAV?</p>
<blockquote><p> abuse@xxxxx.xx: host mail.xxxx.xx [xxx.xxx.xxx.xxx] said: 550 5.7.1<br />
   Command rejected (in reply to end of DATA command)</p></blockquote>
<p>Yes, we are doing the same, if our customers get phish emails pointing to your host. But why do you reject our complaint about that offending content?</p>
<p>I can write down hundreds of further samples. And all will lead to the same conclusion: Spamfilters are in a wrong use if they are configured to reject emails in front of an abuse mailbox! Why don&#8217;t you use them to verify an incoming complaint (by simply tagging them) and will save a lot of human ressources?</p>
<p>So if you are an ISP, please check if your spamfilters are rejecting complaints to your abuse mailbox! It doesn&#8217;t make any sense for us, to use them there! And BTW: We track these kind of behaviors &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyscon.de/?feed=rss2&#038;p=1106&#038;lang=de</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>C-SIRT: Shutting the fuck up &#8211; cyscon SIRT is now part of VirusTotals URL scan engine!</title>
		<link>http://blog.cyscon.de/?p=1087&#038;lang=de</link>
		<comments>http://blog.cyscon.de/?p=1087&#038;lang=de#comments</comments>
		<pubDate>Sun, 08 Jul 2012 12:38:29 +0000</pubDate>
		<dc:creator>tkraft</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://blog.cyscon.de/?p=1087</guid>
		<description><![CDATA[Being quiet, does not mean that nothing happens here. Since our last update, we have classified and alerted more than 450.000 malicious URLs, letting the resonsible abuse departments review and track down malware spreading websites, phishing sites, fake pharmacy sites and a lot of more illegal stuff. A life view on the last 10 tracked [...]]]></description>
				<content:encoded><![CDATA[<p>Being quiet, does not mean that nothing happens here. Since our <a href="http://blog.cyscon.de/?p=1078" target="_blank">last update</a>, we have classified and alerted more than 450.000 malicious URLs, letting the resonsible abuse departments review and track down malware spreading websites, phishing sites, fake pharmacy sites and a lot of more illegal stuff.</p>
<p>A life view on the last 10 tracked down incidents is always available at:<br />
<a href="http://www.c-sirt.org/incident/" target="_blank">http://www.c-sirt.org/incident/</a></p>
<p>Further, we have improved the customer / ISP self care system. By simple clicking on customized &#8220;perfom a reckeck&#8221;-links, the alerted abuse departments and/or end customers are able to &#8220;solve&#8221; an incident within our database/blacklist. Here is a sample:<br />
<a href="http://www.c-sirt.org/incident/?incident=8e41d6597322873f311fe8f9cd651a72" target="_blank">http://www.c-sirt.org/incident/?incident=8e41d6597322873f311fe8f9cd651a72</a></p>
<p>If the incident is solved, the output is &#8220;green&#8221;. An unresolved and still open issue appears &#8220;red&#8221; (last check within 24 hours) or &#8220;orange&#8221; (our last re-scan is longer than 24 hours back, and it might be solved). In case of &#8220;red&#8221; or &#8220;orange&#8221;, the customer / ISP can perform a &#8220;rescan&#8221; and get an instant feedback, if he revisits the given URL. Depending on the load of our system, this only takes a few seconds.</p>
<p>As you might have mentioned, we use an own pattern basis (e.g. CYSC.PHISH.PAYPAL-27), to detect and alert webhosting related threads. In case of any false positives, we&#8217;d like to refer to: <a href="http://www.c-sirt.org/false-positive/" target="_blank">http://www.c-sirt.org/false-positive/</a>, where we describe, how to proceed in case of any false alerts.</p>
<p>On 27th June 2012, <a href="http://www.cyscon-sirt.org" target="_blank">cyscon SIRT</a>, provides VirusTotal a webinterface to check if a given URL is listed in <a href="http://www.c-sirt.org" target="_blank">c-sirt.org</a>&#8216;s database, and displaying the result (C-SIRT) of this life check within <a href="https://www.virustotal.com/url" target="_blank">their &#8220;URL scan&#8221;</a> section. </p>
<p>Here are 2 samples:<br />
<a href="https://www.virustotal.com/url/e83ee381b76f29e5fa4f4e8bd74e69bfd96746edf5d98a9c1d19d3692477b41f/analysis/1341748321/">VirusTotal result for: http://bbdzrhho.maydoctor.ru/ (CYSC.FRAUD.PHARMACY-4)</a><br />
<a href="https://www.virustotal.com/url/0c5376e301ebe55084926159b45f9fe163e7b7ed954b1a35bc27b5c3f2b47674/analysis/1341743506/">VirusTotal result for: http://packstation-kundendienst.com/ (CYSC.PHISH.DHL-3)</a></p>
<p>By clicking on &#8220;Additional information&#8221; the threat description is displayed, where we distinguish between 4 different answers:</p>
<p>- current threat<br />
- solved within the last 24 hours<br />
- solved within the last 7 hours<br />
- solved within the last 30 days</p>
<p>If you are interested in using this webservice, e.g. to enhance your product with our dataset, feel free <a href="http://www.c-sirt.org/contact-us-legal-notice/" target="_blank">to reach us out</a>.</p>
<p>Wanna get involved? <a href="http://cysconsirt.org/" target="_blank">cyscon SIRT</a> could not exist without <a href="http://www.c-sirt.org/friends-partners/" target="_blank">sponsors</a> who donate hardware, software, bandwidth, data feeds and other services. <a href="http://www.c-sirt.org/contact-us-legal-notice/" target="_blank">Contact us</a> to talk about sponsorship opportunities if you believe there is a way your company can help. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyscon.de/?feed=rss2&#038;p=1087&#038;lang=de</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C-SIRT: More than 130.000 incidents classified within 4 weeks! Gimme more!</title>
		<link>http://blog.cyscon.de/?p=1078&#038;lang=de</link>
		<comments>http://blog.cyscon.de/?p=1078&#038;lang=de#comments</comments>
		<pubDate>Fri, 16 Mar 2012 06:41:33 +0000</pubDate>
		<dc:creator>tkraft</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[abuse handling]]></category>
		<category><![CDATA[C-SIRT]]></category>
		<category><![CDATA[collector]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[take-down]]></category>
		<category><![CDATA[URL scanner]]></category>

		<guid isPermaLink="false">http://blog.cyscon.de/?p=1078</guid>
		<description><![CDATA[C-SIRT, cyscon&#8217;s Security Incident Reporting Team, is currently dealing with thousands of URLs checking them against anti-virus products and it&#8217;s own scanner for manipulation (stand-alone malware files, drive-by-downloads, phishing, website defacements, etc.). Since our last application and database restart on 10th February 2012, we have identified around 130.000 incidents in 3000 different networks (based on [...]]]></description>
				<content:encoded><![CDATA[<p>C-SIRT, cyscon&#8217;s Security Incident Reporting Team, is currently dealing with thousands of URLs checking them against anti-virus products and it&#8217;s own scanner for manipulation (stand-alone malware files, drive-by-downloads, phishing, website defacements, etc.).</p>
<p>Since our last application and database restart on 10th February 2012, we have identified around 130.000 incidents in 3000 different networks (based on AS). By informing the responsible security departments in a standardized way (via easy to process X-ARF complaint) with all relevant data to resolve the issue on their end, C-SIRT was able to generate and <a href="http://blog.cyscon.de/?p=1066&#38;lang=de">publish some statistics about the take-down-practices of the involved abuse departments</a>.</p>
<p>As our infrastructure is in idle mode all the day, and can&#8217;t get enough URLs to check and verify, we are looking for more URL data to proceed!</p>
<p>Our scanners are really hungry. So feed them. <img src='http://blog.cyscon.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  To do so, please get in contact with us: <a href="mailto:sitesecurity@cyscon.de">sitesecurity@cyscon.de</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyscon.de/?feed=rss2&#038;p=1078&#038;lang=de</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>C-SIRT: Average Abuse Handling Time (AAHT) &#8211; Abuse Departments in competition (20 generic networks)!</title>
		<link>http://blog.cyscon.de/?p=1066&#038;lang=de</link>
		<comments>http://blog.cyscon.de/?p=1066&#038;lang=de#comments</comments>
		<pubDate>Mon, 27 Feb 2012 17:42:56 +0000</pubDate>
		<dc:creator>tkraft</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[AAHT]]></category>
		<category><![CDATA[Abuse Average Handling Time]]></category>
		<category><![CDATA[Abuse Departments]]></category>
		<category><![CDATA[abuse handling]]></category>
		<category><![CDATA[C-SIRT]]></category>
		<category><![CDATA[Competition]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[take-down]]></category>

		<guid isPermaLink="false">http://blog.cyscon.de/?p=1066</guid>
		<description><![CDATA[More data give us a better view. 7 days after our first report (see here), we now publish an update on our statistics regarding: AS32244 resolves reported malware/phishing issues in an average take-down time of 269 hours AS14618 resolves reported malware/phishing issues in an average take-down time of 261 hours AS26496 resolves reported malware/phishing issues in an average take-down time [...]]]></description>
				<content:encoded><![CDATA[<p>More data give us a better view. 7 days after <a href="http://blog.cyscon.de/?p=1050&#38;lang=de">our first report (see here)</a>, we now publish an update on our statistics regarding:</p>
<ol>
<li>AS32244 resolves reported malware/phishing issues in an average take-down time of 269 hours</li>
<li>AS14618 resolves reported malware/phishing issues in an average take-down time of 261 hours</li>
<li>AS26496 resolves reported malware/phishing issues in an average take-down time of 193 hours</li>
<li>AS33182 resolves reported malware/phishing issues in an average take-down time of 168 hours</li>
<li>AS28753 resolves reported malware/phishing issues in an average take-down time of 178 hours</li>
<li>AS32613 resolves reported malware/phishing issues in an average take-down time of 169 hours</li>
<li>AS16276 resolves reported malware/phishing issues in an average take-down time of 157 hours</li>
<li>AS32475 resolves reported malware/phishing issues in an average take-down time of 157 hours</li>
<li>AS33626 resolves reported malware/phishing issues in an average take-down time of 155 hours</li>
<li>AS16626 resolves reported malware/phishing issues in an average take-down time of 154 hours</li>
<li>AS26347 resolves reported malware/phishing issues in an average take-down time of 151 hours</li>
<li>AS21844 resolves reported malware/phishing issues in an average take-down time of 147 hours</li>
<li>AS36351 resolves reported malware/phishing issues in an average take-down time of 142 hours</li>
<li>AS8972 resolves reported malware/phishing issues in an average take-down time of 138 hours</li>
<li>AS21788 resolves reported malware/phishing issues in an average take-down time of 132 hours</li>
<li>AS6724 resolves reported malware/phishing issues in an average take-down time of 132 hours</li>
<li>AS16265 resolves reported malware/phishing issues in an average take-down time of 131 hours</li>
<li>AS8560 resolves reported malware/phishing issues in an average take-down time of 128 hours</li>
<li>AS24940 resolves reported malware/phishing issues in an average take-down time of 115 hours</li>
<li>AS46606 resolves reported malware/phishing issues in an average take-down time of 109 hours</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyscon.de/?feed=rss2&#038;p=1066&#038;lang=de</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
