<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Redirect attackers back on themselves - Apache Web servers - tribe.net</title>
    <link>http://apacheservers.tribe.net/thread/d0736157-cd6b-4770-a5a6-f5b27c91b11f?format=rss</link>
    <description>Tribe.net. Local Connections</description>
    <item>
      <title>Re: Redirect attackers back on themselves</title>
      <link>http://ApacheServers.tribe.net/thread/d0736157-cd6b-4770-a5a6-f5b27c91b11f#a20cde0a-bf94-4be9-b6d8-b138c00609f4</link>
      <description>Nice. I'll have to try it one of these days.</description>
      <pubDate>Wed, 23 Jun 2004 15:59:18 GMT</pubDate>
      <guid isPermaLink="false">http://ApacheServers.tribe.net/thread/d0736157-cd6b-4770-a5a6-f5b27c91b11f#a20cde0a-bf94-4be9-b6d8-b138c00609f4</guid>
      <dc:creator>robt.</dc:creator>
      <dc:date>2004-06-23T15:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect attackers back on themselves</title>
      <link>http://ApacheServers.tribe.net/thread/d0736157-cd6b-4770-a5a6-f5b27c91b11f#e6d4babc-7c23-419d-a3f1-b782acf80d31</link>
      <description>Thanks!! I've updated my httpd.conf, restarted and tested it and it works perfectly.</description>
      <pubDate>Wed, 23 Jun 2004 15:52:12 GMT</pubDate>
      <guid isPermaLink="false">http://ApacheServers.tribe.net/thread/d0736157-cd6b-4770-a5a6-f5b27c91b11f#e6d4babc-7c23-419d-a3f1-b782acf80d31</guid>
      <dc:creator>$item.owner.firstName</dc:creator>
      <dc:date>2004-06-23T15:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect attackers back on themselves</title>
      <link>http://ApacheServers.tribe.net/thread/d0736157-cd6b-4770-a5a6-f5b27c91b11f#3bbb2c68-086a-4886-9305-8adb0c12cd2e</link>
      <description>google will translate this page.&#xD;
http://lists.linux.it/pipermail/bglug/2004-March/006143.html&#xD;
&#xD;
I used,&#xD;
RedirectMatch permanent */MSADC* http://127.0.0.1 &#xD;
as a search query.&#xD;
One page of results. You will see the link toward the bottom.&#xD;
&#xD;
[bglug] Attacco a server win - [ Translate this page ]&#xD;
&#xD;
Hope it's helpful.</description>
      <pubDate>Thu, 17 Jun 2004 23:44:16 GMT</pubDate>
      <guid isPermaLink="false">http://ApacheServers.tribe.net/thread/d0736157-cd6b-4770-a5a6-f5b27c91b11f#3bbb2c68-086a-4886-9305-8adb0c12cd2e</guid>
      <dc:creator>robt.</dc:creator>
      <dc:date>2004-06-17T23:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect attackers back on themselves</title>
      <link>http://ApacheServers.tribe.net/thread/d0736157-cd6b-4770-a5a6-f5b27c91b11f#5b489d8c-e867-4ed8-9252-c8eb81a57bed</link>
      <description>&gt; RedirectMatch permanent .*/scripts/root.exe.* http://127.0.0.1=20&#xD;
&gt; RedirectMatch permanent .*/MSADC/root.exe.* http://127.0.0.1=20&#xD;
&gt; RedirectMatch permanent .*system32/cmd.exe.* http://127.0.0.1=20&#xD;
&gt; RedirectMatch permanent .*MSOffice/cltreq.asp.* http://127.0.0.1=20&#xD;
&gt; RedirectMatch permanent .*_vti_bin/owssvr.dll.* http://127.0.0.1=20&#xD;
&gt; RedirectMatch permanent .*_vti_bin/shtml.exe/_vti_rpc.* http://127.0.0.1&#xD;
&gt; RedirectMatch permanent .*_vti_inf.html.* http://127.0.0.1&#xD;
&#xD;
&#xD;
all the documentation was in Spanish but if you speak Spanish,&#xD;
&#xD;
https://listas.hispalinux.es/pipermail/linux-madrid/2002-September/001440.html&#xD;
&#xD;
Interesting.</description>
      <pubDate>Thu, 17 Jun 2004 23:39:20 GMT</pubDate>
      <guid isPermaLink="false">http://ApacheServers.tribe.net/thread/d0736157-cd6b-4770-a5a6-f5b27c91b11f#5b489d8c-e867-4ed8-9252-c8eb81a57bed</guid>
      <dc:creator>robt.</dc:creator>
      <dc:date>2004-06-17T23:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect attackers back on themselves</title>
      <link>http://ApacheServers.tribe.net/thread/d0736157-cd6b-4770-a5a6-f5b27c91b11f#be112833-6a95-48c3-a6dd-eed7fc23f474</link>
      <description>/MSADC&#xD;
&#xD;
I've been looking at the Apache docs. This is close, but I haven't tried it yet:&#xD;
&#xD;
RedirectMatch permanent */MSADC*  http://127.0.0.1&#xD;
... and so forth&#xD;
&#xD;
The idea being that the attacker will get a response (if he's running a web server) and will log his own machine as an exploitable target.</description>
      <pubDate>Thu, 17 Jun 2004 22:17:26 GMT</pubDate>
      <guid isPermaLink="false">http://ApacheServers.tribe.net/thread/d0736157-cd6b-4770-a5a6-f5b27c91b11f#be112833-6a95-48c3-a6dd-eed7fc23f474</guid>
      <dc:creator>$item.owner.firstName</dc:creator>
      <dc:date>2004-06-17T22:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect attackers back on themselves</title>
      <link>http://ApacheServers.tribe.net/thread/d0736157-cd6b-4770-a5a6-f5b27c91b11f#3266540f-7209-4242-b00c-6aee32cd5e79</link>
      <description>No, I'm not familiar with that tactic. It looks fun though.&#xD;
I have been using tarpit in iptables.&#xD;
&#xD;
iptables -A INPUT -p tcp -m tcp -dport 137 -j TARPIT&#xD;
&#xD;
&#xD;
&#xD;
Are you going to try it (the redirect) out?&#xD;
If you do please post your findings.</description>
      <pubDate>Thu, 17 Jun 2004 21:29:09 GMT</pubDate>
      <guid isPermaLink="false">http://ApacheServers.tribe.net/thread/d0736157-cd6b-4770-a5a6-f5b27c91b11f#3266540f-7209-4242-b00c-6aee32cd5e79</guid>
      <dc:creator>robt.</dc:creator>
      <dc:date>2004-06-17T21:29:09Z</dc:date>
    </item>
    <item>
      <title>Redirect attackers back on themselves</title>
      <link>http://ApacheServers.tribe.net/thread/d0736157-cd6b-4770-a5a6-f5b27c91b11f#fe901aca-9c79-444d-a703-907cf7438d98</link>
      <description>I once saw a piece of a config script that redirected attackers back to themselves. &#xD;
Something like checking for a request for /MSADC/root.exe?/c+dir then redirecting to 127.0.0.1 . Has anyone seen this?</description>
      <pubDate>Thu, 17 Jun 2004 20:07:45 GMT</pubDate>
      <guid isPermaLink="false">http://ApacheServers.tribe.net/thread/d0736157-cd6b-4770-a5a6-f5b27c91b11f#fe901aca-9c79-444d-a703-907cf7438d98</guid>
      <dc:creator>$item.owner.firstName</dc:creator>
      <dc:date>2004-06-17T20:07:45Z</dc:date>
    </item>
  </channel>
</rss>



