<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Topic &#x27;Log from RouterOS&#x27; in forum &#x27;Wireless Service Providers&#x27; - dslreports.com</title>
<link>http://www.dslreports.com/forum/Log-from-RouterOS-23312431</link>
<description></description>
<language>en</language>
<pubDate>Sat, 11 Feb 2012 07:01:11 EDT</pubDate>
<lastBuildDate>Sat, 11 Feb 2012 07:01:11 EDT</lastBuildDate>

<item>
<title>Re: Log from RouterOS</title>
<link>http://www.dslreports.com/forum/Re-Log-from-RouterOS-23315939</link>
<description><![CDATA[gunther_01 posted : you could just deny FTP from everyone but your camera.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Log-from-RouterOS-23315939</guid>
<pubDate>Mon, 09 Nov 2009 16:51:11 EDT</pubDate>
</item>

<item>
<title>Re: Log from RouterOS</title>
<link>http://www.dslreports.com/forum/Re-Log-from-RouterOS-23315878</link>
<description><![CDATA[livewireless posted : So In my case the solution would be to change ports.<br>I have a camera on motion detection sending images via ftp to the RouterOS H-drive. I'm trying to pack as much as I can on that box. The location is Tiny. Small knik-nack tourist shop probably 15 ft x 20 ft. So as one can imagine, one needs to conserve space.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Log-from-RouterOS-23315878</guid>
<pubDate>Mon, 09 Nov 2009 16:41:58 EDT</pubDate>
</item>

<item>
<title>Re: Log from RouterOS</title>
<link>http://www.dslreports.com/forum/Re-Log-from-RouterOS-23315236</link>
<description><![CDATA[slipstream1 posted : On my RouterOS installs, I turn off ssh and ftp, because I don't generally need those services.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Log-from-RouterOS-23315236</guid>
<pubDate>Mon, 09 Nov 2009 14:40:01 EDT</pubDate>
</item>

<item>
<title>Re: Log from RouterOS</title>
<link>http://www.dslreports.com/forum/Re-Log-from-RouterOS-23314737</link>
<description><![CDATA[Inssomniak posted : <div class="bquote"><small>said by <a href="/profile/655955" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=655955');">viperm</a>:</small><br><br>in winbox go into IP/services and turn off FTP. SSH etc and that wont happen. Now if you need FTP or SSH access to you mikrotik just use NON standard ports..<br><br>We see this all the time we dont turn on FTP or SSH at all and if we do we do it only for as long as we need it open..<br> </div>Ya this a good option, I only turn on FTP when I need it.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Log-from-RouterOS-23314737</guid>
<pubDate>Mon, 09 Nov 2009 13:08:38 EDT</pubDate>
</item>

<item>
<title>Re: Log from RouterOS</title>
<link>http://www.dslreports.com/forum/Re-Log-from-RouterOS-23314639</link>
<description><![CDATA[viperm posted : in winbox go into IP/services and turn off FTP. SSH etc and that wont happen. Now if you need FTP or SSH access to you mikrotik just use NON standard ports..<br><br>We see this all the time we dont turn on FTP or SSH at all and if we do we do it only for as long as we need it open..<br><small>--<br>ComTrain Certified Tower Climber. American Tower Certified approved contractor. Wireless consultants.</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Log-from-RouterOS-23314639</guid>
<pubDate>Mon, 09 Nov 2009 12:51:28 EDT</pubDate>
</item>

<item>
<title>Re: Log from RouterOS</title>
<link>http://www.dslreports.com/forum/Re-Log-from-RouterOS-23314572</link>
<description><![CDATA[livewireless posted : Interesting. Yeah, I hadn't yet pulled the Shotgun out of the closet. Didn't really think it was harmfull. I'd just like to get a hold of these goons for exercise.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Log-from-RouterOS-23314572</guid>
<pubDate>Mon, 09 Nov 2009 12:36:33 EDT</pubDate>
</item>

<item>
<title>Re: Log from RouterOS</title>
<link>http://www.dslreports.com/forum/Re-Log-from-RouterOS-23314395</link>
<description><![CDATA[tx_tower posted : we usually see these start within 12-24 hours of the device being connected. <br><br>once you set up the blacklist script you should be fine, like gunther mentioned its not a specific concentrated attack just a script running on some box.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Log-from-RouterOS-23314395</guid>
<pubDate>Mon, 09 Nov 2009 12:08:59 EDT</pubDate>
</item>

<item>
<title>Re: Log from RouterOS</title>
<link>http://www.dslreports.com/forum/Re-Log-from-RouterOS-23313924</link>
<description><![CDATA[livewireless posted : Thanks gunther-01, Inssomniak :D]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Log-from-RouterOS-23313924</guid>
<pubDate>Mon, 09 Nov 2009 10:43:26 EDT</pubDate>
</item>

<item>
<title>Re: Log from RouterOS</title>
<link>http://www.dslreports.com/forum/Re-Log-from-RouterOS-23313576</link>
<description><![CDATA[Inssomniak posted : you can add ssh/ftp rules into your firewall that automatically blacklist 3 unsuccessful attempts to login.<br><br><pre class="brush: text">/ip firewall filter&#012; &#012;add chain=input src-address-list=sshblacklist action=drop \&#012;comment="drop all traffic brute force attack sources" disabled=no&#012; &#012;add chain=input protocol=tcp dst-port=22 connection-state=new \&#012;src-address-list=sshdarkgreylist action=add-src-to-address-list \&#012;address-list=sshblacklist address-list-timeout=1h \&#012;comment="add new failed sshdarkgreylist to sshblacklist" \&#012;disabled=no&#012; &#012;add chain=input protocol=tcp dst-port=22 connection-state=new \&#012;src-address-list=sshgreylist action=add-src-to-address-list \&#012;address-list=sshdarkgreylist address-list-timeout=1m \&#012;comment="add new failed sshgreylist to sshdarkgreylist" \&#012;disabled=no&#012; &#012;add chain=input protocol=tcp dst-port=22 connection-state=new \&#012;src-address-list=sshlightgreylist action=add-src-to-address-list \&#012;address-list=sshgreylist address-list-timeout=1m \&#012;comment="add new failed sshlightgreylist to sshgreylist" \&#012;disabled=no&#012; &#012;add chain=input protocol=tcp dst-port=22 connection-state=new \&#012;action=add-src-to-address-list \&#012;address-list=sshlightgreylist address-list-timeout=1m \&#012;comment="new connections to sshlightgreylist" \&#012;disabled=no&#012; &#012;</pre><!--end code block--><br>ftp is the same, just change the port and address list name<br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Log-from-RouterOS-23313576</guid>
<pubDate>Mon, 09 Nov 2009 09:29:03 EDT</pubDate>
</item>

<item>
<title>Re: Log from RouterOS</title>
<link>http://www.dslreports.com/forum/Re-Log-from-RouterOS-23312610</link>
<description><![CDATA[gunther_01 posted : You will be fighting logs like that for a while until you lock those ports down or place something automatic in there to block the attempts.<br><br>It's un-avoidable... Prob just some scanner program/hack/virus etc.. going about it's daily grind ;) ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Log-from-RouterOS-23312610</guid>
<pubDate>Sun, 08 Nov 2009 23:46:01 EDT</pubDate>
</item>

<item>
<title>Log from RouterOS</title>
<link>http://www.dslreports.com/forum/Log-from-RouterOS-23312431</link>
<description><![CDATA[livewireless posted : Anbody get hack attempts like these?<br>I've got some filters and can probably get one going for this.<br>Just thought I'd post this to get this IP known.<div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#FFFFFF nwrap COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/23312431?c=1487774&ret=L2ZvcnVtL3IyMzMxMjQzMS54bWw%3D"><IMG class="apic" BORDER=0 TITLE="129979 bytes" WIDTH=600 HEIGHT=397 SRC="/r0/download/1487774.thumb600~8662cd718cd73af8ba93641d7b54e21c/Hackers.JPG/thumb.jpg" ALT="Click for full size"></A><br>Hackers IP</TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Log-from-RouterOS-23312431</guid>
<pubDate>Sun, 08 Nov 2009 22:46:59 EDT</pubDate>
</item>

</channel>
</rss>

