<?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>Hanfis Weg in die Hölle &#187; security</title>
	<atom:link href="http://blog.spahan.ch/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.spahan.ch</link>
	<description>oder zumindest in deren Nähe</description>
	<lastBuildDate>Sun, 25 Dec 2011 23:31:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Switch Firefox google search to use ssl on MacOSX</title>
		<link>http://blog.spahan.ch/2010/07/switch-firefox-google-search-to-use-ssl-on-macosx/</link>
		<comments>http://blog.spahan.ch/2010/07/switch-firefox-google-search-to-use-ssl-on-macosx/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 14:48:52 +0000</pubDate>
		<dc:creator>hanfi</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://blog.spahan.ch/?p=255</guid>
		<description><![CDATA[Firefox comes with a set of predefined search plugins. Those are stored inside the Application bundle. Go to /Applications (or wherever your Firefox.app is), right click and choose "Show package content".
This will open a new window with the Application Data and Binaries. Inside "Content/MacOS/searchplugins" you can find the preset search plugins. You may want ...]]></description>
			<content:encoded><![CDATA[<p>Firefox comes with a set of predefined search plugins. Those are stored inside the Application bundle. Go to /Applications (or wherever your Firefox.app is), right click and choose &#8220;Show package content&#8221;.<br />
This will open a new window with the Application Data and Binaries. Inside &#8220;Content/MacOS/searchplugins&#8221; you can find the preset search plugins. You may want remove those not used, I don&#8217;t think this has any speed impact, but you never use the wrong one then.</p>
<p>The searchplugins use a <a href="http://www.opensearch.org/Specifications/OpenSearch/1.1#OpenSearch_description_document">open standard</a> which works for multiple Browsers. The default file on my System one see below:</p>
<blockquote><p><span>&lt;SearchPlugin xmlns=&#8221;<a href="http://www.mozilla.org/2006/browser/search/">http://www.mozilla.org/2006/browser/search/</a>&#8220;&gt;</span><br />
&lt;ShortName&gt;Google&lt;/ShortName&gt;<br />
&lt;Description&gt;Google Search&lt;/Description&gt;<br />
&lt;InputEncoding&gt;UTF-8&lt;/InputEncoding&gt;<br />
<span> &lt;Image width=&#8221;16&#8243; height=&#8221;16&#8243;&gt;<a href="data:image/png;base64">data:image/png;base64</a>,[long base64 encoded image]&lt;/Image&gt;</span><br />
<span> &lt;Url type=&#8221;application/x-suggestions+json&#8221; method=&#8221;GET&#8221; template=&#8221;<a href="http://suggestqueries.google.com/complete/search?output=firefox&amp;amp;client=firefox&amp;amp;hl">http://suggestqueries.google.com/complete/search?output=firefox&amp;amp;client=firefox&amp;amp;hl</a>={moz:locale}&amp;amp;q={searchTerms}&#8221;/&gt;</span><br />
<span> &lt;Url type=&#8221;text/html&#8221; method=&#8221;GET&#8221; template=&#8221;<a href="http://www.google.com/search">http://www.google.com/search</a>&#8220;&gt;</span><br />
&lt;Param name=&#8221;q&#8221; value=&#8221;{searchTerms}&#8221;/&gt;<br />
&lt;Param name=&#8221;ie&#8221; value=&#8221;utf-8&#8243;/&gt;<br />
&lt;Param name=&#8221;oe&#8221; value=&#8221;utf-8&#8243;/&gt;<br />
&lt;Param name=&#8221;aq&#8221; value=&#8221;t&#8221;/&gt;<br />
&lt;!&#8211; Dynamic parameters &#8211;&gt;<br />
&lt;Param name=&#8221;rls&#8221; value=&#8221;{moz:distributionID}:{moz:locale}:{moz:official}&#8221;/&gt;<br />
&lt;MozParam name=&#8221;client&#8221; condition=&#8221;defaultEngine&#8221; trueValue=&#8221;firefox-a&#8221; falseValue=&#8221;firefox&#8221;/&gt;<br />
&lt;/Url&gt;<br />
<span> &lt;SearchForm&gt;<a href="http://www.google.com/firefox">http://www.google.com/firefox</a>&lt;/SearchForm&gt;</span><br />
&lt;/SearchPlugin&gt;</p></blockquote>
<p>This is a xml file, and one can use any text editor to edit. We need change 3 lines.</p>
<ol>
<li><span>In the second last line starting with &lt;SearchForm&gt; replace <a href="http://www.google.com/firefox">http://www.google.com/firefox</a> by <a href="https://encrypted.google.com/">https://encrypted.google.com/</a> (important! NO firefox at end!)</span></li>
<li><span>In the line starting with &lt;Url type=&#8221;text/html&#8221; replace <a href="http://www.google.com/search">http://www.google.com/search</a> by <a href="https://encrypted.google.com/search">https://encrypted.google.com/search</a> (including the /search!)</span></li>
<li>Remove the first Url tag (the one which has suggestqueries in it). Unfortunately it looks like google doesnt offer suggestqueries over https for now. If you do not remove this line, all your typing will search for suggestions at google without https, therefore rendering all the other changes unneeded. Your final query would be https encrypted, but before that it will check for suggestions unencrpyted. If your concerned enough to switch google to https, i assume you dont miss the suggestions anyway.</li>
</ol>
<p>Thats it. Now your search field uses https. Don&#8217;t feel bad about google servers have more load because of this. <a href="http://www.imperialviolet.org/2010/06/25/overclocking-ssl.html">Google is working on lower the footprint of ssl</a>. So help them debug their stuff.</p>
<p>Side notes: IF you are paranoid, think about remove the 2 Lines after &#8220;&lt;!&#8211; Dynamic parameters &#8211;&gt;&#8221;. The first will tell google your FF version, your language setting, and if your FF is the official one. The second one is used to show google if your using google as default search engine. I assume both lines are used to allow Mozilla get money from Google. Since google is a big source of income for Mozilla, I actually suggest to at lest keep the MozParam. They deserve some money for their good work. Setting those lines to static values may help too.</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://blog.spahan.ch/2010/07/switch-firefox-google-search-to-use-ssl-on-macosx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mail von der Polizei?</title>
		<link>http://blog.spahan.ch/2009/03/mail-von-der-polizei/</link>
		<comments>http://blog.spahan.ch/2009/03/mail-von-der-polizei/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 10:47:30 +0000</pubDate>
		<dc:creator>hanfi</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[polizei]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tor]]></category>

		<guid isPermaLink="false">http://blog.spahan.ch/?p=60</guid>
		<description><![CDATA[Wir kennen das ja alle, Mails mit dem Betreff "FBI: URGENT reply or go jail!", "POLIZEI: Tauschbörse" etc. Im allgemeinen verschiebt man sowas ja direkt in den Spamordner. Die folgende Mail von heute Morgen war aber doch etwas verwirrend.


X-Account-Key: account2
X-UIDL: UID60118-1158173284
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
X-Mozilla-Keys:
Return-Path:
Delivered-To: spahan00@mbx.unibas.ch
Received: from smtp2pub.unibas.ch (smtp2pub.unibas.ch )
by imap1.urz.unibas.ch (Postfix) with ESMTP id D168038C046
for ...]]></description>
			<content:encoded><![CDATA[<p>Wir kennen das ja alle, Mails mit dem Betreff &#8220;FBI: URGENT reply or go jail!&#8221;, &#8220;POLIZEI: Tauschbörse&#8221; etc. Im allgemeinen verschiebt man sowas ja direkt in den Spamordner. Die folgende Mail von heute Morgen war aber doch etwas verwirrend.</p>
<p><code><br />
X-Account-Key: account2<br />
X-UIDL: UID60118-1158173284<br />
X-Mozilla-Status: 0001<br />
X-Mozilla-Status2: 00000000<br />
X-Mozilla-Keys:<br />
Return-Path:<br />
Delivered-To: spahan00@mbx.unibas.ch<br />
Received: from smtp2pub.unibas.ch (smtp2pub.unibas.ch [131.152.227.82])<br />
by imap1.urz.unibas.ch (Postfix) with ESMTP id D168038C046<br />
for ; Fri,  6 Mar 2009 09:45:24 +0100 (CET)<br />
X-IronPort-Anti-Spam-Filtered: true<br />
X-IronPort-Anti-Spam-Result: AlgCAJZxsEnDkaC4mWdsb2JhbACCJiuRdDoBAQEBAQgLCgcRwh+ECAY<br />
X-IronPort-AV: E=Sophos;i="4.38,313,1233529200";<br />
d="scan'208,217";a="12532162"<br />
Received: from relay2.lds.nrw.de ([195.145.160.184])<br />
by smtp2pub.unibas.ch with ESMTP; 06 Mar 2009 09:45:24 +0100<br />
Received: from gg43.gg.nrw.de (gw43.nrw.de [93.184.136.60])<br />
by relay2.lds.nrw.de  with ESMTP id n268jJMI002984<br />
for ; Fri, 6 Mar 2009 09:45:19 +0100<br />
Received: from gg43.gg.nrw.de (localhost [127.0.0.1])<br />
by gg43.gg.nrw.de (8.14.0/8.14.0) with ESMTP id n268jYlP018798<br />
for ; Fri, 6 Mar 2009 09:45:34 +0100 (CET)<br />
Received: from MAILHUB1.nrw.de (10.64.112.141) by gg43.gg.nrw.de (smtprelay) with ESMTP Fri Mar  6 09:45:22 2009.<br />
Received: from s564uxg0201.polizei.nrw.de (POLIZEI-MAILER [10.216.241.1])<br />
by MAILHUB1.nrw.de  with ESMTP id n268jAC0005480<br />
for ; Fri, 6 Mar 2009 09:45:10 +0100<br />
Received: from smtp-gw-1.polizei.nrw.de (unknown [1.4.112.69])<br />
by s564uxg0201.polizei.nrw.de (Postfix) with ESMTP id 01C8F6F957<br />
for ; Fri,  6 Mar 2009 09:56:59 +0100 (CET)<br />
Received: from smtp-gw-1.polizei.nrw.de (localhost [127.0.0.1])<br />
by smtp-gw-1.polizei.nrw.de (Postfix) with ESMTP id DEDF723CC5<br />
for ; Fri,  6 Mar 2009 09:45:10 +0100 (CET)<br />
Received: from S00PAABEX01.polizei.nrw.de (s00paabex01.polizei.nrw.de [1.1.20.228])<br />
by smtp-gw-1.polizei.nrw.de (Postfix) with ESMTP id D399B23CC4<br />
for ; Fri,  6 Mar 2009 09:45:10 +0100 (CET)<br />
Received: from S00PAADEX02.polizei.nrw.de ([2.1.1.229]) by S00PAABEX01.polizei.nrw.de with Microsoft SMTPSVC(6.0.3790.2668);<br />
Fri, 6 Mar 2009 09:45:10 +0100<br />
Content-class: urn:content-classes:message<br />
MIME-Version: 1.0<br />
Content-Type: multipart/alternative;<br />
boundary="----_=_NextPart_001_01C99E37.DB7C750C"<br />
X-MimeOLE: Produced By Microsoft Exchange V6.5<br />
Subject: Internetzugang<br />
Date: Fri, 6 Mar 2009 09:45:09 +0100<br />
Message-ID: &lt;45200EA5B54F7A4EB22907EC6E37ADF9114AFB@S00PAADEX02.polizei.nrw.de&gt;<br />
X-MS-Has-Attach:<br />
X-MS-TNEF-Correlator:<br />
Thread-Topic: Internetzugang<br />
Thread-Index: AcmeN9tUNgsH6BsLT3W+IoEgm2d21w==<br />
From: "Kuschwart, Herbert"<br />
To:<br />
X-OriginalArrivalTime: 06 Mar 2009 08:45:10.0493 (UTC) FILETIME=[DBCEE8D0:01C99E37]</code></p>
<p>This is a multi-part message in MIME format.</p>
<p>&#8212;&#8212;_=_NextPart_001_01C99E37.DB7C750C<br />
Content-Type: text/plain;<br />
charset=&#8221;iso-8859-1&#8243;<br />
Content-Transfer-Encoding: quoted-printable</p>
<p>Sehr geehrter Herrr Spalinger,</p>
<p>=20</p>
<p>bei der Staatsanwaltschaft K=F6ln / Deutschland ist unter dem =<br />
Aktenzeichen 119 UJs77/09 ein Ermittlungsverfahren wegen Betrug =<br />
anh=E4ngig. Der Betrug wurde unter Verwendung des Internets ver=FCbt. Es =<br />
konnte folgende IP-Adresse festgestellt werden:</p>
<p>=20</p>
<p>08.12.2008 =<br />
um 19:38 UTC / 20:35:48 MEZ</p>
<p>IP =<br />
88.198.56.140</p>
<p>=20</p>
<p>Lt. Auskunft der Fa. Hetzner Online AG, Gunzenhausen, geh=F6rt diese IP =<br />
zu einem Rootserver, den Sie angemietet haben.=20</p>
<p>=20</p>
<p>Ich bitte Sie, mir die verantwortlichen Personaldaten f=FCr den oben =<br />
genannten Internetzugang mitzuteilen.=20</p>
<p>=20</p>
<p>=20</p>
<p>Mit freundlichen Gr=FC=DFen</p>
<p>=20</p>
<p>Herbert Kuschwart</p>
<p>Regionalkommissariat</p>
<p>Telegrafenstra=DFe 35</p>
<p>42929 Wermelskirchen</p>
<p>Tel.:  02196/941441</p>
<p>Fax:   02196/94110441</p>
<p>Mail: herbert.kuschwart@polizei.nrw.de =<br />
=20</p>
<p>=20</p>
<p>&#8212;&#8212;_=_NextPart_001_01C99E37.DB7C750C<br />
Content-Type: text/html;<br />
charset=&#8221;iso-8859-1&#8243;<br />
Content-Transfer-Encoding: quoted-printable</p>
<p>xmlns:w=3D&#8221;urn:schemas-microsoft-com:office:word&#8221; =<br />
xmlns=3D&#8221;http://www.w3.org/TR/REC-html40&#8243;&gt;<br />
charset=3Diso-8859-1&#8243;&gt;</p>
<p><!--<br />
<!<br />
/* Font Definitions */<br />
@font-face<br />
{font-family:Tahoma;<br />
panose-1:2 11 6 4 3 5 4 4 2 4;}<br />
/* Style Definitions */<br />
p.MsoNormal, li.MsoNormal, div.MsoNormal<br />
{margin:0cm;<br />
margin-bottom:.0001pt;<br />
font-size:12.0pt;<br />
font-family:"Times New Roman";}<br />
a:link, span.MsoHyperlink<br />
{color:blue;<br />
text-decoration:underline;}<br />
a:visited, span.MsoHyperlinkFollowed<br />
{color:#606420;<br />
text-decoration:underline;}<br />
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate<br />
{margin:0cm;<br />
margin-bottom:.0001pt;<br />
font-size:8.0pt;<br />
font-family:Tahoma;}<br />
span.E-MailFormatvorlage17<br />
{mso-style-type:personal-compose;<br />
font-family:"Times New Roman";<br />
color:windowtext;<br />
font-weight:bold;<br />
font-style:normal;<br />
text-decoration:none none;}<br />
@page Section1<br />
{size:595.3pt 841.9pt;<br />
margin:70.85pt 70.85pt 2.0cm 70.85pt;}<br />
div.Section1<br />
{page:Section1;}<br />
--><br />
&#8211;&gt;</p>
<div class="3DSection1">
<p class="3DMsoNormal"><span style="font-size: small;"><span> style=3D&#8217;font-size:<br />
12.0pt&#8217;&gt;Sehr geehrter Herrr Spalinger,</span></span></p>
<p class="3DMsoNormal"><span style="font-size: small;"><span> style=3D&#8217;font-size:<br />
12.0pt&#8217;&gt; </span></span></p>
<p class="3DMsoNormal"><span style="font-size: small;"><span> style=3D&#8217;font-size:<br />
12.0pt&#8217;&gt;bei der Staatsanwaltschaft K=F6ln / Deutschland ist unter dem<br />
Aktenzeichen 119 UJs77/09 ein Ermittlungsverfahren wegen Betrug =<br />
anh=E4ngig. Der<br />
Betrug wurde unter Verwendung des Internets ver=FCbt. Es konnte folgende<br />
IP-Adresse festgestellt werden:</span></span></p>
<p class="3DMsoNormal"><span style="font-size: small;"><span> style=3D&#8217;font-size:<br />
12.0pt&#8217;&gt; </span></span></p>
<p class="3DMsoNormal"><span style="font-size: small;"><span> style=3D&#8217;font-size:<br />
12.0pt&#8217;&gt;=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=<br />
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=<br />
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 08.12.2008<br />
um 19:38 UTC / 20:35:48 MEZ</span></span></p>
<p class="3DMsoNormal"><span style="font-size: small;"><span> style=3D&#8217;font-size:<br />
12.0pt&#8217;&gt;=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=<br />
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=<br />
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 IP<br />
88.198.56.140</span></span></p>
<p class="3DMsoNormal"><span style="font-size: small;"><span> style=3D&#8217;font-size:<br />
12.0pt&#8217;&gt; </span></span></p>
<p class="3DMsoNormal"><span style="font-size: small;"><span> style=3D&#8217;font-size:<br />
12.0pt&#8217;&gt;Lt. Auskunft der Fa. Hetzner Online AG, Gunzenhausen, geh=F6rt =<br />
diese IP<br />
zu einem Rootserver, den Sie angemietet haben. =<br />
</span></span></p>
<p class="3DMsoNormal"><span style="font-size: small;"><span> style=3D&#8217;font-size:<br />
12.0pt&#8217;&gt; </span></span></p>
<p class="3DMsoNormal"><span style="font-size: small;"><span> style=3D&#8217;font-size:<br />
12.0pt&#8217;&gt;Ich bitte Sie, mir die verantwortlichen Personaldaten f=FCr den =<br />
oben<br />
genannten Internetzugang mitzuteilen. </span></span></p>
<p class="3DMsoNormal"><span style="font-size: small;"><span> style=3D&#8217;font-size:<br />
12.0pt&#8217;&gt; </span></span></p>
<p class="3DMsoNormal"><span style="font-size: small;"><span> style=3D&#8217;font-size:<br />
12.0pt&#8217;&gt; </span></span></p>
<p class="3DMsoNormal"><span style="font-size: small;"><span> style=3D&#8217;font-size:<br />
12.0pt&#8217;&gt;Mit freundlichen Gr=FC=DFen</span></span></p>
<p class="3DMsoNormal"><strong><span style="font-size: small;"><span><br />
style=3D&#8217;font-size:12.0pt;font-weight:bold&#8217;&gt; </span><br />
t&gt;</span></strong></p>
<p class="3DMsoNormal"><span style="font-size: small;"><strong><strong><span style="font-size: small;"> Roman&#8221;&gt;<span><br />
style=3D&#8217;font-size:12.0pt&#8217;&gt;Herbert =<br />
Kuschwart</span></span></strong></strong></span></p>
<p class="3DMsoNormal"><span style="font-size: small;"><span style="font-size: small;"><span> style=3D&#8217;font-size:<br />
10.0pt&#8217;&gt;Regionalkommissariat</span></span></span></p>
<p class="3DMsoNormal"><span style="font-size: small;"><span style="font-size: small;"><span> style=3D&#8217;font-size:<br />
10.0pt&#8217;&gt;Telegrafenstra=DFe 35</span></span></span></p>
<p class="3DMsoNormal"><span style="font-size: small;"><span style="font-size: small;"><span> style=3D&#8217;font-size:<br />
10.0pt&#8217;&gt;42929 Wermelskirchen</span></span></span></p>
<p class="3DMsoNormal"><span style="font-size: small;"><span style="font-size: small;"><span> style=3D&#8217;font-size:<br />
10.0pt&#8217;&gt;Tel.:  02196/941441</span></span></span></p>
<p class="3DMsoNormal"><span style="font-size: small;"><span style="font-size: small;"><span> style=3D&#8217;font-size:<br />
10.0pt&#8217;&gt;Fax:   02196/94110441</span></span></span></p>
<p class="3DMsoNormal"><span style="font-size: small;"><span style="font-size: small;"><span> style=3D&#8217;font-size:<br />
10.0pt&#8217;&gt;Mail: </span></span><a></a> href=3D&#8221;mailto:herbert.kuschwart@polizei.nrw.de&#8221;&gt;<span><br />
size=3D2 color=3Dblack&gt;<span> style=3D&#8217;font-size:10.0pt;color:black&#8217;&gt;herbert.kuschwart@polizei.nrw.de<!--=<br /--> span&gt;</span></span></span></p>
<p class="3DMsoNormal"><span style="font-size: small;"><span style="font-size: small;"><span> style=3D&#8217;font-size:<br />
12.0pt&#8217;&gt; </span></span></span></p>
</div>
<p><span style="font-size: small;"><br />
</span></p>
<p><span style="font-size: small;">Folgende Gründe sprechen für die Echtheit:</span></p>
<ol>
<li><span style="font-size: small;">Heder: Die Mail stammt offensichtlich von der Domain polizei.nrw.de, die auf http://www.robtex.com/dns/www.polizei-nrw.de.html verweist, was die Domain der Polizei NRW ist.</span></li>
<li><span style="font-size: small;">Keine Viren in der Mail (keine Anhänge)</span></li>
<li><span style="font-size: small;">Herbert Kuschwart wohnt in Wermelskirchen</span></li>
<li><span style="font-size: small;">Es giebt einen Wermelskirchen bei der Polizei NRW</span></li>
</ol>
<p><span style="font-size: small;">Sollte die Mail echt sein ergeben sich mehrere Fragen:</span></p>
<ol>
<li><span style="font-size: small;">Wie authentiziert man Mails von Behörden, wenn diese nicht signiert sind?</span></li>
<li><span style="font-size: small;">Was will Herbert Kuschwart von mir?</span></li>
<li><span style="font-size: small;">Was meint Herbert Kuschwart mit &#8220;Internetzugang&#8221; ?</span></li>
</ol>
<p><span style="font-size: small;">Ich habe die Polizei NRW angemailt und eine Bestätigung erbeten. Bis ich weitere Infos habe, werde ich mal nichts tun und abwarten.</span></p>
<p><span style="font-size: small;"><strong>update</strong>: Wie gedacht war die Mail echt. Heute morgen hat mich H. </span><span style="font-size: small;">Kuschwart angerufen. Nach einer Erklärung meinerseits wegen des Anhangs (die pgp-Signatur), kam er dann zum Thema. Ob auf dem Server eine Anonymisierungssoftware abreitet? </span></p>
<p><span style="font-size: small;">Bisher hatte ich mit Tor nur mit Urheberrechtsverdrehern Probleme. Aber auf der Tor-Seite wird ja gesagt, dass sich früher oder später auch staatliche Ermittler melden würden.</span></p>
<p><span style="font-size: small;">Ich denke mal, dass ich nicht wirklich in Schwierigkeiten stecke. Herr </span><span style="font-size: small;">Kuschwart wollte nicht mehr viel mehr Wissen, als ich ihm vom Tor-Node erzählt habe, er wird wohl wissen, dass da nichts zu finden ist.</span></p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://blog.spahan.ch/2009/03/mail-von-der-polizei/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>upgrade hell</title>
		<link>http://blog.spahan.ch/2008/12/upgrade-hell/</link>
		<comments>http://blog.spahan.ch/2008/12/upgrade-hell/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 15:56:36 +0000</pubDate>
		<dc:creator>hanfi</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[lilo]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://blog.spahan.ch/?p=55</guid>
		<description><![CDATA[Today I went over and had to enable the testing tree of debian.

This was actualy very easy, just adding the correct repository to the sources.list in /etc/ap. One little trouble with this was aptitude crushing with not enough memory. This i solved by add APT::Cache-Limit:26777216 to the apt config. I did this by (dirty ...]]></description>
			<content:encoded><![CDATA[<p>Today I went over and had to enable the testing tree of debian.</p>
<p>This was actualy very easy, just adding the correct repository to the sources.list in /etc/ap. One little trouble with this was aptitude crushing with not enough memory. This i solved by add APT::Cache-Limit:26777216 to the apt config. I did this by (dirty ) add the line to the /etc/apt/apt.conf.d/70debconf file (i tried make a new file in the conf directory, but apt ignored my file).</p>
<p>Next was to run aptitude and update my packages. This took quiet some time since a big load of packages got updated, and i had to resolve some conflicts manualy. Actualy i just had to remove a obsolete package that hold a lot of other packages back.</p>
<p>As i was doing maintenance anyway i checked out uname -a to see what my kernel is. Big surprise, even if i had installed about 5 more recent kernes on my Harddisk, it seems i never actualy loaded those! So i headed over to /boot and linked vmlinuz and initrd.img to the most recent ones, run lilo and rebooted.</p>
<p>This was where all went bad. Somehow it didnt installed my lilo, and my system refused to boot. After about 10 reboots into the hetzner rescue system later, i finaly managed to install a working version of the kernel.But finaly i run a 2.26 linux kernel now.</p>
<p>One more problem was to install newest version of VMware. I needed to export a old gcc (4.1 instead 4.3) and ignore complaints about minor version differences. Some time in the future i need try run this shitty legacy server only running on windows with wine again, but guess what..their debian repository just went down today so im out of luck with this (Why don&#8217;t those big Software Vendors at least publish their old non-continued software under some open-to-use licence? so at least we could make it run on modern systems like linux,bsd instead need run emulations? Fuck you Adobe!).</p>
<p>Long talk, short outcome..all is back and running now. Yay me!</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://blog.spahan.ch/2008/12/upgrade-hell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wiping Harddisks</title>
		<link>http://blog.spahan.ch/2008/12/wiping-harddisks/</link>
		<comments>http://blog.spahan.ch/2008/12/wiping-harddisks/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 15:21:23 +0000</pubDate>
		<dc:creator>hanfi</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[dban]]></category>
		<category><![CDATA[harddisk]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[wipe]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.spahan.ch/?p=47</guid>
		<description><![CDATA[At work, we use the very nice and easy to use DBAN tool to wipe Harddisks before give them out of our reach. This ensures our Users Data are save from restoring by bad people.

However, with the recent growing of Hard-disk sizes up to 1TB this became somewhat hard to do.

Usually we use the ...]]></description>
			<content:encoded><![CDATA[<p>At work, we use the very nice and easy to use <a href="http://www.dban.org/">DBAN</a> tool to wipe Harddisks before give them out of our reach. This ensures our Users Data are save from restoring by bad people.</p>
<p>However, with the recent growing of Hard-disk sizes up to 1TB this became somewhat hard to do.</p>
<p>Usually we use the DoD-short algorithm, since it provides fair cost/revenue ratio. A 40GB Hard-disk can be wiped in about 8-10h without trouble. Usually i start it near end of day and when i come back next Morning, its done wiping.</p>
<p>Now, Today i have to wipe a Hard-disk from a User concerned about security (A User concerned about security? Actually a very good thing.) So i thought i wont use the DoD-Short but the standard DoD algorithm. Guess how long it takes to wipe those 80GB&#8230;. <strong>50</strong> hours.</p>
<p><a href="http://en.wikipedia.org/wiki/TGIF">TGiF</a>, so i can go home and it will be done when i come back next week.</p>
<p>This made me think about 2 things:</p>
<ol>
<li>I think the DoD standard should be used always. If the US Government doesn&#8217;t trust DoD-short algorithm fully, why should we trust it? So if possible always use the standard. But that actually means 2-3 times the time we need now.</li>
<li>This was a 80GB Hard-disk. Today&#8217;s HDs are up to 1TB.</li>
</ol>
<p>Conclusion: Soon Administrators will face the Problem of securely erase much bigger Hard-disks than today. In addition, i don&#8217;t think it will be harder to restore Data from Hard-disks than it is now (more likely it will be easier due to improvements in technology). If such a wiping takes more than 1 week, it becomes troubling work with it. In the end I can only see one useful solution: shredding Hard-disk into pieces. Sure this isn&#8217;t good for the environment.</p>
<p>The problemis, that we get bigger HDs and better technology, making security growing more painful. A great debacle. I think we will soon see more of those &#8220;mistakenly sold HD with Data on it on ebay&#8221;-News.</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://blog.spahan.ch/2008/12/wiping-harddisks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mindestvoraussetzung für das Internet</title>
		<link>http://blog.spahan.ch/2008/01/mindestvoraussetzung-fur-das-internet/</link>
		<comments>http://blog.spahan.ch/2008/01/mindestvoraussetzung-fur-das-internet/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 20:06:27 +0000</pubDate>
		<dc:creator>hanfi</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[social]]></category>

		<guid isPermaLink="false">http://blog.spahan.ch/2008/01/mindestvoraussetzung-fur-das-internet/</guid>
		<description><![CDATA[heise online - Urteil: Kein Mitverschulden eines Phishing-OpfersDer Titel des Heise Artikels ist sehr Misslungen. Wie wir lesen können muss das Opfer nämlich einge Voraussetzungen erfüllen, die nicht nur trivial sind.
Als Mindestvoraussetzungen für einen solchen Schutz nennt das Gericht die Verwendung einer aktuellen Virenschutzsoftware und einer Firewall sowie das regelmäßige Einspielen von Sicherheitsupdates für ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.heise.de/newsticker/meldung/101552">heise online &#8211; Urteil: Kein Mitverschulden eines Phishing-Opfers</a>Der Titel des Heise Artikels ist <strong>sehr</strong> Misslungen. Wie wir lesen können muss das Opfer nämlich einge Voraussetzungen erfüllen, die nicht nur trivial sind.</p>
<blockquote><p>Als Mindestvoraussetzungen für einen solchen Schutz nennt das Gericht die Verwendung einer aktuellen Virenschutzsoftware und einer Firewall sowie das regelmäßige Einspielen von Sicherheitsupdates für das Betriebssystem sowie die verwendete Software.</p></blockquote>
<p>Ich kenne selbst viele Menschen die auf automatische Updates vertrauen. Das wäre ja toll wenn es denn auch richtig funktionieren würde. Leider tut es das nicht. Das sehe ich beinahe täglich.</p>
<p>Die meisten meiner Freunde verwenden mitlerweile eine AV-Software. Das man für für die Standart installierte AV aber manchmal ein Abo kaufen muss wissen die wenigsten. Zumindest hier warnt Windows den Anwender.</p>
<p>Dieser Artikel stellt damit auch die Frage nach AV Software auf Linux/Mac. Tatsächlich gibt es solche. Sie wird meist für Fimren angebotn in denen einfach <strong>jeder</strong> Computer ein AV haben muss. Im allgemeinen werden diese AVs aber als  <em>nutzlos</em> angesehen. Im besten Fall helfen sie die Weitergabe eines bereits infizierten Dokuments zu verhindern. Man darf diese AVs auch nicht mit Server-Produkten verwechseln welche Mail und FileServer schützen. Diese sind aber in den wenigsten Fällen für Desktop-Anwendung gedacht.</p>
<blockquote><p>Außerdem müsse man erwarten können, dass er deutliche Hinweise auf gefälschte E-Mails und Internetseiten seiner Bank erkennt, so etwa &#8220;sprachliche Mängel, deutlich falsche Internet-Adresse,</p></blockquote>
<p><em>vertipper</em> Domains fallen mir da ein&#8230;.. passiert jedem einmal&#8230;</p>
<blockquote><p>Adresse ohne https://,</p></blockquote>
<p>mit https ist das so eine Sache&#8230; es fällt auf <strong>wenn</strong> es Eingesetzt wird. Wird es nicht Eingesetzt, vermisst man es nicht.</p>
<blockquote><p>kein Schlüsselsymbol in der Statusleiste&#8221;.</p></blockquote>
<p>forget this!</p>
<p>Positiv ist der letzte Absatz :</p>
<blockquote><p>Es lägen daher keine Anhaltspunkte dafür vor, dass die Täter die Kontodaten erlangt haben, weil der Kläger seinen Sorgfaltsmaßstab nicht eingehalten habe.</p></blockquote>
<p>Endlich können sich die Banken nicht mehr länger hinter ihrer AGB verstecken und immer den Kunden anschwärzen. Sie müssen schon etwas genauer darlegen <strong>wo</strong> der Kunde die Sorgfaltspflicht nicht eingehalten hat.</p>
<p>Definitiv ein Schritt in die richtige Richtung. Ein Teil der Anforderungen ist Nachvollziehbar. Ich hoffe die Richter werden von Fall zu Fall die <em>Medienfähigkeit</em> des Opfers in betracht ziehen.</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://blog.spahan.ch/2008/01/mindestvoraussetzung-fur-das-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

