FTC Recommends ISPs Disconnect Spam Zombies
Mike Markley writes "CNN is carrying a story about the the FTC's plans and concerns around spam zombies. They say they will be identifying such zombie hosts and notifying ISPs, and are recommending that the ISPs disconnect indicated users. There's also a recommendation likely to raise the ire of the geekier sorts: that ISPs only permit users to send mail through their own servers (presumably by blocking port 25 outbound)." From the article: "Law enforcers in 25 other countries, from Bulgaria to Peru, are also participating in the campaign, the FTC said. Absent from the list of cooperating countries was China, where experts say rapid growth and a relative lack of technical sophistication have led to a large number of zombie computers."
So nyah!
Oh. They just blocked tunnels, too. Shit.
It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
Just leave 587 open. The 'geek' users should be smart enough to figure that out anyway.
Home users SHOULD be blocked or disconnected, one or the other. I don't actually care which, but as someone who watches mail queues for busy hosting servers, home users infected with viruses become a huge annoyance.
Video Phone Blogs send video messages straight to the web.
If this gets substantial traction, China will get it's collective shit together and do something about it. A few days of null-routing their traffic should do the trick.
"I'd rather be a lightning rod than a seismometer." -Ken Kesey
It's enough that I get spam from life people..
but now spam from the undead?
It will block a huge amount of spam from being injected by broadband zombies and will inconvenience a vanishingly small number of hard core geeks (who probably know someone with a well connected server in a datacenter that they IMAP into from home anyway).
I say we take their computers away then grind, burn, and scatter them in the Atlantic.
Comment removed based on user account deletion
1. Get fcc to 'advise' isps to block 25.
2. wait for futility among the geeks to set in.
3. set up vpn server for aforementioned geeks.
(real verified reg required)(paid service but
(Real Cheap)
4. profit!!!
any takers?
The truth about Led Zep should never be told on
Umm... how does sending to port 80 work? Or... have you configured your mail server to accept mail on port 80... and they're only sending to you?
Why should outlook be connecting to port 25 of a server that is not the ISP's official mail server?
Mmmmm iptables
[0:0] -A PREROUTING -p tcp -m tcp --dport 26 -j REDIRECT --to-port 25
(You have to add that to your server machine, not your client machine)
What has *science* done?!? -- Dr. Weird (ATHF)
Having worked for a university tech department that did this, I would have to say, I can't think of a better way to open peoples eyes to the threat of virii than to revoke their internet privilages.
"There are more important things than stopping terrorism. Upholding the Constitution is one of them." - Ars Forumer.
So, according to this article...
http://news.zdnet.com/2100-3513_22-5230615.html
Comcast is already supposedly doing this. I can't confirm that since I am going through the mail server anyway...
The spammers will figure out a way around it anyway.
Time is the quality of nature that keeps events from happening all at once. Lately it doesn't seem to be working. -Anon
People use their broadband connections for phone and 911 services now -- cutting them off completely could literally cut them off from emergency services.
21st-Century-Citizen
I have been with approximately 15 different ISPs in the past 10 years. Needless to say, all but 2 had horrid SMTP servers (same goes for their POP3's).
Which is why so many choose to use webmail providers such as http://fastmail.fm/ and http://shinyfeet.com/ for their day to day stuff, and only use the ISP given email for very little correspondance.
so I keep thunderbird open for the ISP addy and firefox open for the webmail.
I do like that the FTC is getting other governments involved.
do you have shinyfeet?
I wouldn't mind to much, so long as you could opt out - just call up and say "I have half a clue what I'm doing" or "I'm not running a festering infected OS from Redmond".
...
I'm guessing most of the people who unwittingly harbour zombie machines wouldn't know wtf port 25 was anyway
Maybe a couple of basic networking questions to weed out the chancers?
That's interesting. All of this is unfortunate though, because it does burden someone who isn't doing something wrong if they get blocked by accident. I bet it is a nightmare trying to get it unblocked, also.
What does IMAP have to do with SMTP?
there's more than one way to do me.
Leave it to me to misspell my key words.
"There are more important things than stopping terrorism. Upholding the Constitution is one of them." - Ars Forumer.
Traffic to or from port 25 is dropped at my router. My external email provider gives me SMTP-TLS on a high port, so I lose nothing.
This means that even if a worm gets through the NAT and manages to infect my patched-to current AV-running machines, it can't do what 90% of them want to. Thus, when the patch/AV database update arrives and kills it, I know I've not contribued to the problem.
I guess today is a passable day to die.
That ISPs only permit users to send mail through their own servers (presumably by blocking port 25 outbound)
My ISP doesn't block 25 outgoing but a few spam blacklists have my IP range on their "DSL/Cable/Dialup" listings so I send mail from my internal server through the ISP.
The result? No more "You're on a dynamic IP" bounce messages.
Trolling is a art,
Blocking port 25 would just about kill small business people that use a 3rd party hosting service for their webpages and email.
Guess that means the ISP gets a 'forced market' when it comes to email and hosting domains.
---- Booth was a patriot ----
why not use port 587, which is specifically intended for this purpose?
bgphints - internet routing news, hints and ti
that ISPs only permit users to send mail through their own servers
I am a geekier sort, and this pisses me off. At the same time I'm kinda glad. I only really use my ISP mail server for everything. They relay on even if my From: address is set to something other than my ISP-provided email address.
Anything to bring the amount of SPAM down is good in my books. Even if it means a slight loss of accessibility to other mail servers... That said, SMTP has authorisation capabilities now. They should rethink the blanket block and block only those SMTP servers that don't force authorisation to send mail. At least that way you'd need an account on it to send mail.
I drink to make other people interesting!
But I have played with a few mail servers (mostly hating it the whole way: setting up a non out-of-the-box install of Exim is like asking the University of Cambridge to kick me in the face repeatedly, every time), and there is such a setting as a smart host... Which I believe is to route your mail through their relay.
Any reason why they couldn't allow port 25 traffic, so long as it's destination is their mailserver? Then they can deal with spam on an individual basis, and even catch their own people doing it?
Once again, I'm not certain how well it works, but just a thought.
- - - -
KickingDragon
My ISP blochs port 25 outbound, forcing me to use their mail servers. When I am traveling and connected with a different ISP, I have to go into my email program's (Thunderbird) settings and change the outbound server (or not send mail). Also, what if I had to send an urgent message and my ISP's servers were down (it hasn't happened, but it could).
I'm confused- you mean you act as a relay and run SMTP servers on 3535 and 80? Or you mean source port 25 is blocked, which makes no sense, and would have no effect on web browsing?
The way to block zombies would be to block the customer from port 25 dst for all IP but the ISP.
Nothing the customer could do (short getting the receiver to accept SMTP on some other port) could change that.
If the customer decided to send to port 80, (and assuming they convinced the receiving end to run an SMTP server on 80) it would have no effect on web browsing.
I'm not sure what you're really telling your customers, but what you're telling us is confused.
The ultimate solution is, I'm afraid, blocking of outside port 25 hosts by anything other than actual mail servers. We finally bit the bullet early this year and put a total ban on our regular subscribers sending outside our network via port 25. On one dialup account alone we had major complaints from AOL (it's incredible to think that a 56k connection could do that over a few hours).
I'm not about to start opening up port 25 for individual subscribers, it's a major headache to keep track of, and since I can't guarantee that they'll keep their machines safe, I'm still allowing my network to be fingered. Users have a few choices; they can send through our server, they can use tunneling, or they can use port 587 (and request that their mail provider open that port up).
The world's burning. Moped Jesus spotted on I50. Details at 11.
Earthlink doesn't block outbound on port 25 but does block port 25 to other SMTP servers besides Earthlink's servers. Does SPAM still bounce off other servers anymore?? I know at one time there were lists of open SMTP servers.
Luckily I can bounce my work email off the Earthlink server without it looking any different.
The FTC should stick to trade, and leave the mismanagement of the Internet to the FCC. The FCC just ruled last week VOIP to tell their customers if they provide 911 access or not after a girl died because her mom couldn't call 911 on her VOIP phone.
It wont be long before someone dies because their newly 911 enabled VOIP phone was disconnected because their machine was suspected of being a spam zombie.
Here's Bob. Bob is your boss at a small to mid sized company. He's not what you'd call "technical". You're the company's "tech" guy. You also do other things, but when the computers don't work, you're the go-to guy. Your company isn't that large, or that technical itself, so you host your mail with your company's ISP, PhoneCo. When Bob goes home, however, his ISP at home is CableCo. Bob is perpetually calling you either at home, or into his office because he "damn well can't send that email!" Invariably, the reason is because his account is configured to the wrong SMTP server, depending on where he his located.
Wouldn't it be nice if you could just set up his account to use the company's ISP for SMTP all the time? You used to be able to do that, until the spineless CableCo decided they were just going to blanket-block port 25, no exceptions, instead of doing traffic analysis and chopping off the offenders. But that would take work, and effort, and nobody wants to do that, so just block 25 and call it a day!
Note: Some elements of this story might be based on real experiences, which may explain the negative bias towards blanket policies of any type as bandaids.
Well, it does have the drawback that nobody uses it anymore, but that does mean you never have to worry about your mailbox being flooded AND you get an excuse on why you didn't turn up to that important meeting that was called electronically.
It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
Besides, did you read the article?
So, how are they to filter this w/o reading your mail? *someone* has to verify itMaybe its time to come up with a better RFC for handling mail - one that doesn't allow you to fake the headers, sender, etc. Then also have the ISPs issue static IP addies, so zombies can be identified properly. It's not like this is any "bells and whistles" thing.
um, because the customer has configured outlook to work with another mail server? duh.
Very strange. I do live in Bulgaria and this is the first time I hear of this.
It is nice to have zombies blocked, but on the other side, how long it will take to abuse this power?
There is no need to block computers from internet, all that have to be done is ISP to don't forward mail if user didn't ask for it. When user ask for it then ISP will give him with username and password. (well, they already know that this is you).
Filtering 25 port for whole internet and only allowing ISP mailserver to forward mails is interesting idea.
If you totally block zombies, how are they supposed to clean themselfs. They can not connect to internet and download antivirus/updates/linux.
What is it about all this nagging about China, Brazil et al, when the wast majority of spam still comes from the US? Not only are it sent from US based computers, zombies or otherwise. But the seller of the gods advertised are also in most cases US based.
Good example. None of the obvious workarounds (set up DHCP or DNS to give him different SMTP servers in different places, ssh-tunnel port 25 to the office, etc) seem workable for a PHB. So the ISP needs to have some kind of opt-out mechanism for users who are technically savvy and responsible (or have handlers who are). Maybe allow each user a maximum number of port-25 connections per minute?
A better solution would be to separate out the ports used by MUA-MTA and MTA-MTA connections. This would stop the zombies from pretending to be an MTA while still allowing you your choice of MTA's from your MUA.
Closing port 25 is pointless because the owners of the botnet already know to use the ISP's SMTP server, just like the victim does, to send mail. You won't really stop the spam or DDoS this way, you will just stop normal users from doing something that's easy and useful.
There's nothing difficult about running a mail server. Exim comes with debian and has reasonable default values set in a script that tells you what it's doing. It's no harder to run than it is to use a GUI client. There are many advantages to it as well, such as custom mail addresses for registrations and other junk.
Reducing redundancy is bad for national security. In the end, it's much easier to DDoS email by targeting two broadband providers than it is to target thousands of individual users with a clue. The setback will be temporary. As email dies as a useful communication media, Jabber and others will rise in it's place.
DMCA, Hollings, Palladium. What might have sounded like paranoia is now common sense.
Comment removed based on user account deletion
Exactly, but it's all basically for naught if they don't authenticate SMTP as well.
He is ISP Internet Service Provider, hosting a server with a domain name is a service, the service often includes web server, Email smtp, and pop or imap, people who are paying for the service sometimes need to send Email. When the service provider that is providing merely an internet connection email and DNS service blocks port 25, then he cannot send his Email. If your responding to a customer's billing question about your online store do you want the Email to come from customer-service@example.com or HotPatootie69@comcast.net?
Apocalypse Cancelled, Sorry, No Ticket Refunds
Yes, so you make sure you pick a clueful ISP that has MSA (RFC 2476) support, which uses port 587, then you set his mail client to use that, and it works fine both when hes in the office, or at home, regardless of port 25 restrictions wherever he's getting his connectivity from.
Since MSA requires him to *authenticate* (which most clients, even OE and ilk will do happily) when he connects on port 587, and the ISP only accepts *outbound* mail on that port (other ISP's wanting to delvier mail *to* your ISP still use 25) it isnt terribly attractive to spammers.
My ISP blochs port 25 outbound, forcing me to use their mail servers.
Wrong. You can use whatever mail server you want as long as you connect on a different port. Very few (if any) ISPs block 587.
When I am traveling and connected with a different ISP, I have to go into my email program's (Thunderbird) settings and change the outbound server (or not send mail).
If mobile email is important to you this is why it is an excellent idea to use an ISP independent mail server. You can get a cheap web hosting account that can do this quite easily. I have a UML linux setup with remote root access for $8/mo. I run a mailserver with SMTP auth on 587 and I can connect from anywhere in the world without a problem.
For the trivial expense the hassle this eliminates is well worth it.
Find a buddy with a mail server and use it. Port 25? You should use port 22 to talk to your mail server from anywhere other than it's console. Seriously, if you want to tx&rx mail from wherever you are there are plenty of servers available to friends and friends of friends.
ISPs should block zombies. A simple auto-generated email aroused by traffic level and requesting an explanation should be sufficient. Blcok all except port 53and whatever the heck VOIP uses if there is no reply.
DNS cache stuffing is still a problem. Who needs an open proxy when you're a legal host?
A bounty on spammers perhaps? Outsource to Indonesia, Malaysia, Peru, Belarus, Ukraine, Pakistan, or any number of places.
Hell, my lawn guy in USA, and this is an honest to $deity(s) quote...
"Twenty dollah? TWENTY DOLLAH? I KEE a MAN FO TWENTY DOLLAH!"
The problem with blocking 25 and moving to other ports is that guess what, several spammers read slashdot and they just added some extra code to their bots to check for SMTP on 80 and 3535 also, and a plain old port scan if they don't find anything right away.
1) Configure his mail client to speak SMTP to mailhost.domainthatIcontrol.com, and to speak DNS to dnshost.domainthatIcontrol.com.
2) Configure bind on dnshost.domainthatIcontrol.com to give different answers to the forward lookup on mailhost.domainthatIcontrol.com depending on where the request comes from.
3) Profit!!!
I find your ideas intriguing and I wish to subscribe to your newsletter.
If they only block port 25 for dynamic IP users, they'll leave most of the small business/geekier sorts untouched (I've got 5 IPs at home, and 13 at work). I would definitely approve of this, especially if they provide an unblocking mechanism (but how do you do that reliably with a dynamic IP?)
Why would there be conflicts? A TCP connection is defined by four things... source IP, source port, destination IP, destination port. So long as any one of those four things is different from all the other connections currently being handled by, well, anyone, then it's a unique connection and its not going to tread on any other's toes.
Getting a box to listen on port 80 for SMTP and HTTP is gonna be a little trickier, but I suspect that isn't what you're trying to do.
I find your ideas intriguing and I wish to subscribe to your newsletter.
To license the net. I've said this before and I honestly believe it. You can't keep virus and spyware off your machine, too bad then. No internet access for you. It's like a car, if you keep crashing it, they will take away your license because you being on the road is dangerous to others. Same with the net and your box. If you box (car) is making it hard or worse, unsafe for me to use the net (drive), guess what, you can't be on it anymore. No arguments. It's not really that hard to buy an AV program and keep it up to date. Hell most of them now update themselves. Same thing with Windows (yes I know not everyone has SP2, but is windowsupdate.microsoft.com really that hard to type in). I think most people are just unaware of the dangers their computer can cause on the net if it's not up to date. I know that when I leave home my dad is going to get rid of his; he knows that he won't be able to maintain it and can't be bothered to learn. Ok rant over.
K Man
Word.
... insert public safety campaign here ... is a bad idea.
Honestly, education starts with being burned. Its 2005 and we're still trying to convince people that driving without seatbelts or racing other commuters, or
It gains traction when folks who are spreading it are having their feet held to the fire.
I'm not being an elitist jerk, I'm sayin that owning a computer is as much a responsibility as any thing else in life. You own a car, you're responsible for what you do with it. If your car is blowing up regularly, you might want to seek a new manufacturer.
"Old man yells at systemd"
I run my own SMTP server on my laptop. It ignores anything not coming from localhost, so it's at least reasonable safe.
I use it because when I'm jumping onto a friend's wireless network, my ISP of course any mail I'm trying to send (since I'm outside their network), and it's impractical to reconfigure for every five minutes I want to spend sending something from a friend's system.
So I always send it myself. This obvious won't work if port 25 is blocked by default, as I'm also not going to call the ISP to spend five minutes on a connection.
I'd always got the impression that spam zombies were spending out enough bulk that the traffic should be pretty obvious and easy to identify. Why not just redirect anyone who sending that much to a support page for a virus scan, instead of interfereing with legitimate uses? If they're in one of the rare cases where they're ACTUALLY generating that much traffic on a consumer line, a quick email to tech support takes them off the monitor list.
I know I *could* just use webmail somewhere, but have you ever used that on Dialup? twenty-thirty minutes to check my email and send a single reply just isn't reasonable when i can do the same thing over the same connection in five through my real mail client.
I'm so sick of this "Let's surrender our internet because of Microsoft" bullshit. I'm sick enough of it to burn karma by posting this crap that's going to get modded into oblivion.
You, my friend, must be a Republican.
LK
"Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
They're all selling the same thing: Braaaaaaiiiiiiins!
I've abandoned my search for truth; now I'm just looking for some useful delusions.
I think you missed the part about this being a smaller company where the people there probably wouldn't know how to pronounce DNS, let alone know what it does...
For you and me, this isn't a problem. Too bad 99.9999% of the world doesn't have the technical skills of you and me, yet it's a direct result of them not having these skills at least in part that the mail system is in this mess to begin with. And to think we don't let people drive cars before they can pass 2 tests...
"But you don't have to send SMTP traffic over port 25."
:-)
The confusion is that it's not really 'over port X', but 'to port X', but I think I understand you now. You're not the ISP, but you are relaying email for customers, so they need to send you SMTP traffic. Your company runs SMTP servers on both 3535 and 80.
That bit about not web browsing at the same time is certainly wrong, but I understand having to pass on stupid info
Let me make this clear to you and any other ISPs:
Fail to route your customers packets at your peril. Period.
I already dropped Adelphia cable and went to Speakeasy when they purposely stopped routing ICMP packets. I made the decision in about 3 seconds once I found out what they had done.
There are no bad ports or protocols, just bad people and programs. You'll have to deal with the problem directly not with bandaids if you want to keep your best customers.
That said, if you are a low end provider you don't really have any "good customers" so do whatever you feel like.
-- John.
U.S. law prevents Internet providers from reading customer e-mail.
This is wrong, wrong, wrong. Despite what the law says, the Supreme Court has said that ISPs *can* read your mail, because it's a "store-and-forward" service.
Using port 25 directly, which is not stored, is the only e-mail that's still illegal to snoop. Unfortunately, if this passes and ISP's block port 25, that won't make a bit of difference. Americans should then *expect* their ISP to routinely read mail that goes through their servers.
"I assumed blithely that there were no elves out there in the darkness"
If more and more major ISP's block port 25 outbound for their 'consumer grade' service, there will be less and less zombie spam from those networks. As more web and mailhosts come to grips with this (most already have, to be honest), they will ensure that they support MSA (RFC 2476), and those users that need to travel between connectivity providers will be setup to use it (only once, as it will also work when on onces 'home' network, no need to switch back and forth).
Mail that servers send to other servers, will still go via port 25, and in addition to other spam control measures, server admins wont have to deal with as many zombied wincrap boxes on $cableco or $telco/dsl networks.
Spammers can't use MSA to deliver mail to recipients, as 1. it requires authentication, and 2. it should be setup to only accept mail for outbound relay from authenticated users. Yes, there will be some cases of spammers hijacking MS email software, and using its saved passwords to send mail as that user through that users mail server, but that will be far easier to track down and squelch than the current situation of spam coming randomly from all over.
More comprehensive info at:
http://www.circleid.com/article/1039_0_1_0_C/
Obviously an ISP would not block all port 25 traffic, only traffic to SMTP servers outside the ISP's control. Normally you would point your MUA's SMTP server to mail.myisp.com or whatever and have no problems.
The reccomendation that Port 25 be blocked except for the ISP's own mail servers sounds like it will work. However, for the tinfoil hat crowd and hardcore geek types, this can be a problem.
Why not force a liscencing scheme on it? For a nominal fee and/or some paperwork, you could force a paper trail leading to a meatbag human. For those that want to own their own mail server for technical reasons, this would not be a problem. But for spammer types, it would pretty much kill them.
Of course, you end up with the tinfoil body suit crowd who are paranoid enough to not want anyone to connect their e-mails to them. Forgetting for a moment that by having an internet account they already have a paper trail pointing at them, no body likes those people anyway. Therefore, them being unhappy should be a non-issue.
END COMMUNICATION
The 'better solution' you pine for has already existed for 7 years in RFC 2476, circa 1998. Hopefully more and more DSL/cableco's blocking of port 25 outbound will eventually lead to near-universal implementation of it.
http://www.ietf.org/rfc/rfc2476.txt
But there are better ones. I have just shy of 2 million broadband users on my network. Every day I have many customers who are detected as being infected. Automagically they are placed in a walled garden where the only page they can load tells them what is happening. Basically it tells them that they have been compromised. If we can determine the virus/trojan they are running, we give them a link to a locally stored method of corrrecting the problem. I have never received a complaint about it, but I have received hundreds of calls saying thank you.
I do have to question the FCC's thinking though. Most people who get infected are not of a technical nature. If you disconnect them from the net, they are at a loss of how to fix the issue. Obviously they don't have uptodate protection on their machine. if they go out and buy a brand new copy of whatever virus software, it will need to download the latest definitions, which they can;t do because you shut them off.
It reminds me of the mid 90's where if your ds3 to one of the 6 or so backbones went down they would send you an email to notify you. Or sending them a letter telling them you shut their phone off and telling to call you to get it turned back on.
Well actualy, you could do it, SMTP requires the client to wait for a 2xx response. HTTP requires the client so send a request. So on accepting a connection, wait for a bit then send the 2xx.
09F91102 no, 455FE104 nope, F190A1E8 uh-uh, 7A5F8A09 that's not it, C87294CE no. Ah! 452F6E403CDF10714E41DFAA257D313F.
A nice solution is to set up a VPN for the company (the Windows built-in PPTP client works fine with Windows' built-in PPTP server, if that's all that matters), and then he can use the internal IP of the mail server everywhere, along with getting access to his files, internal websites, etc. I hate the port-blocking too.
"... I declare our city to be a free and independent state to be named Tri-Insula!" --Fernando Wood, Mayor of NYC 1861
My users are constantly travelling and plugging into God knows whose networks, and then calling me up and telling me they that our mail server is dead b/c they can't send e-mail. Why they always blame the local IT group first is beyond me... But anyway, it was invariably b/c port 25 was blocked.
Our solution was to create a recipe that they could follow to tunnel their SMTP connection over SSH to our SMTP server. Even your pointy-haired boss can follow it. Include screenshots and make sure to include copious amounts of blame on the hotel network and spammers.
If you're using Windows, you can use PuTTY and set up the forwarding tunnel beforehand too.
Whoever Has the Most Toys Wins!
Sucks, because I used to use my laptop at home and at the job site, and didn't want to have to muck with my email profiles continually. I decided it was easier to VPN into the job site.
Will fix all of these problems.
=)
All your base are belong to Google.
How about this list of IPs originating spam in chinese? I dont read chinese and dont read BIG5 or GB2312 or EUC-TW. Any emails with chinese language encoding are summarily rejected by my filters:
[211.100.226.52], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[211.100.226.6], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[211.139.61.110], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[211.162.182.2], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[211.162.233.3], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[211.162.249.133], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[211.162.30.114], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[218.11.75.123], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[218.13.89.58], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[218.17.238.163], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[218.17.82.102], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[218.18.212.221], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[218.18.74.226], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[218.18.86.27], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[218.19.96.234], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[218.20.58.103], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[218.2.199.251], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[218.4.247.80], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[218.71.165.253], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[218.71.205.30], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[218.71.222.187], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[61.144.184.8], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[61.149.100.140], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[61.149.102.114], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[61.149.102.135], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[61.149.103.11], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[61.149.131.87], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[61.149.134.110], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[61.149.153.81], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[61.149.178.5], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[61.149.204.30], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[61.149.206.7], reject=554 5.7.1 thank you for your support of falun gong/free tibet now/free and democratic china.
[61.149.55.188], reject=554 5.7.1 thank
And I thought that my ISP's SMPT server was the only one that worked. It's not a problem for me because I have a desktop computer and use webmail away from home.
I've noticed my friends with laptops duly switching SMPT servers depending on their location. I'll have to tell them to try port 3535
I’m old enough to remember 16K of memory being described as “whopping”
I am Zeus, Seller of the Gods.
Opening bids up for Narcissus. He's in beautiful shape! Any takers for Narcissus? (Sorry, sir, but you cannot bid on yourself.)
What am I bid for this muse, Apollo? Anyone care to bid on Apollo? Slightly used, I'm letting him go for a paean.
We've got goddesses, too! Aphrodite is going fast! She always goes fast!
Oh, you meant "seller of the goods"? Never mind.
John
Unfortunately, email is often forwarded or passed along by innocent SMTP servers, and decoding the forwarding or the original source is a nightmare to do. The source ISP has already demonstrated their incompetence at preventing the spam or the email worm: there's no hint that slapping the innocent intermediate carriers will help the situation. For now, use SPF. Let the ISP's themselves define what hosts are allowed to send email from those hosts, or protending to be from those domains. It doesn't block the forged "From:" lines, but blocks the forged "MAIL FROM" lines to prevent faking mail from other people, which has been a big problem for spam filters and for email worm filters. This requires filtering to occur at the first point of injecting the SMTP message, but it's very helpful for blocking forged email. Add a strong negative spam score for any mail whose "From:" data doesn't match its "MAIL FROM" data, and you have a very powerful filter that's easy to implement.
I've gone through a couple of bounces on your mail server and saw that the spammers had added a couple of lines to their emails, making it look like my mail server was actually the one who originated it locally:
Received: from (root@localhost)
by mail3.barnet.com.au (8.12.8/8.12.8/Submit) id 1GaCy2wErDj5Ks
for <fromms@midcoast.com.au>; Mon, 23 May 2005 14:41:04 -0700
Kind of sucks because the untrained eye will point the finger at me now!
See http://weblog.barnet.com.au/edwin/000100.html for a full write up.
bash$
You see how they laid the smack down on 24 last night?
They're badasses. Better not mess with them. Yeesh.
Waitaminit. Would that mean that I could no longer use my mail client with my (insert name of mail provider that is not my internet provider here) e-mail account?
Let Comcast try that. They'll be wondering what happened to the revenue-generating cable splitter boxes at our apartment complex. You know - the ones that are unlocked.
You're confusing constitutionally-guaranteed rights with priveliges.
You have the right to be free from unreasonable search and seizure.
You do NOT have the right to do whatever you want with my private property. My mail server is my private property.
If you argue that, then I should be free to walk over to your house and use your car whenever you're not, because as long as I fill it up with gas, no damage has been done to you.
steve
Oh, you're not stuck, you're just unable to let go of the onion rings.
It seems many Trojans are installed via this port.
The article is quite vague. But I really think that Reuters is misunderstanding the details here and creating this inclarity. The FTC is not so stupid as to block port 25.
/ index.htm
I immediately went to ftc.gov.
Here is a link to their actual press release:
http://ftc.gov/opa/2005/05/zombies.htm
They have a more detailed website at:
http://www.ftc.gov/bcp/conline/edcams/spam/zombie
This site appears to be geared for the people who actually understand what's going on. The very first bullet point on the site states very clearly:
"block port 25 except for the outbound SMTP requirements of authenticated users of mail servers designed for client traffic. Explore implementing Authenticated SMTP on port 587 for clients who must operate outgoing mail servers."
In other words, under their proposal, can still send emails so long as we are authenticating to an SMTP server.
We can use our College email, our Google, Yahoo, etc. accounts.
This is how I interpret their idea:
- You want to send email? Connect to an SMTP server and log on.
- Incoming traffic is not interfered with.
- If you send SMTP traffic directly from your computer to someone else's computer, this is blocked.
I'm not sure exactly how one would implement this because one cannot know every "legitimate" mail server. Further, ISP's will not (should not) be scanning all of our SMTP packets to see what kind of traffic is coming from our computers. The easiest solution is something already in place, although it annoys me. I can still send SMTP from my computer (RoadRunner ISP, New York City) but if I send to an AOL user, for example, I get a reply back from AOL explaining that AOL will not accept emails from a Residential IP address. This is irritating, but it's no bother. Simply have all the ISP's say, these IP blocks are for our residential customers --- if you get email from them, it's probably a spam zombie, so you may wish to block such SMTP traffic if it becomes a bother.
I'm not proposing anything, just trying to piece together what the FTC is actually saying. Trust me, they're not so clueless; it's usually the papers, especially in these generic wire reports, that mess up the details.
The FTC is most certainly _not_ recommending that all port 25 traffic is blocked; they are not limiting anyone to their ISP's mail servers.How would the FTC people log in to their own FTC email from their homes? They'd have the same issues we'd have.
Anyway, since I *never* use my ISP mail server (mostly because Google is faster, has more storage, and is easier to access when I don't feel like carrying my laptop around; and because for professional stuff I tell people to contact me @honorscollege.cuny.edu (even though I SMTP back through Google).
Though less technical, I'm sure, most professional people require such a setup. Think things through. I see so many posts regarding outright and absolute SMTP / Port 25 blocking. That's too ridiculous to believe. Indeed, it's not even close to what the FTC actually says, as I cite above.
Read their site if you still have your doubts. Let it be said, however, that the government is not as stupid as some would like to believe.
Look, there is no amount of servers that exists on this planet that can survive all the spam. So the only way to survive large amounts of spam is to distribute the servers; everybody should have there own server.
The real problem is the weak security on Windows. If an ISP really wanted to stop spam, they should examine 25 and then block the system that is transmitting above a certain level for a certain length of time (or simply slow them waaaaayyy down).
Maybe Longhorn will finally have real security.
I prefer the "u" in honour as it seems to be missing these days.
My previous post makes more sense that way.
service in it's infancy. Telephone's not a perfect mechanism for emergency communications, why not just cut the telephone lines of everyone who gets infected? They shouldn't be betting on the telephone company's reliability in an emergency anyway, right?
spam zombies are only the first sign of trouble. next comes ssh zombies, DoS zombies, keystroke loggers/phishers, ransom-for-data lockouts, etc. not only are they a general nusiance but the owners need some sort of painfully obvious notification that they have been 0wned.
Too many steps. 3 is always profit!!!
Why the fuck is the FTC doing this instead of the FCC?
I run a mailserver for my friends and family, and it's relay is authtenticated, to keep out the spammers. I've found my mailserver on more than one blacklist in the past, but so far it's been a case of a misconfiguration on MY part (no reverse DNS, oopsie!) and another for being in a DSL pool. (business class DSL mind you, a block of static IPs) Got off the lists easily enough, haven't had any problems since. The blacklist system seems to work well.
I work for the Department of Redundancy Department.
Hmm... sounds similar to this business plan I'm holding...
...
2: At the OS level, block port 25 for all mailers except your own.
3: Profit!!!
The living have better things to do than to continue hating the dead.
ooops.
I guess I should have got the capital before I gave the idea up to any slashdotter worth his/her weight in OpenVPN source.
Oh well, on to the next idea.
The truth about Led Zep should never be told on
There are no bad ports or protocols, just bad people and programs.
Then what is the Evil Bit for?
Can I get an eye poke?
Dog House Forum
A reasonable mailserver can enforce varrying policy on: existance of authentication, source IP address. The only reason to run a "MSA" server is if you have a network clients who expect to talk to MSA.. So far as I know, none exist, and assume they are talking to a straigh-ESMTP system, generating themselves the headers which MSA MAY add.
Penalising the end user for ignorance as a result of a manufacturer's marketing programme where greed for profits exceeds any moral resposibility for the damage the program producs, is a little harsh. Disconnect the end user and provide them with help to fix their system and prevent it from happening again and fine the manufacturer of the software, perhaps that will finally get Microsoft to really do something about security rather than just use it as another marketing scheme.
Chaos - everything, everywhere, everywhen
Problem: Your friends have dickhead ISPs that bounce your mail back instead of sending it to them.
Grub Solution: Have a dickhead ISP for yourself that blocks all of your mail so none of your friends get it unless you use their Carnivored SMTP spam server. Sweet!
DMCA, Hollings, Palladium. What might have sounded like paranoia is now common sense.
So the spammer gets your first 100 mails a day, your friends and family get none and you end up getting cut off. AWESOME. Cutting off infected boxes is nice, but silly limits that will prevent people from running legitimate mail lists and turn them off for trying is not nice at all.
The Microsoft Solution to software that eliminates their fake Server/Client model is to coerce ISPs to eliminate service.
DMCA, Hollings, Palladium. What might have sounded like paranoia is now common sense.
If your users can't send mail because port 25 is blocked by their ISP, then their configuration is wrong to begin with. They should be configured to relay through their ISP's smarthost mail server, or if you are providing outbound mail for them, it should be using port 587 for secure submission (and you must be doing encrypted authentication to be sure it's really them).
now we need to go OSS in diesel cars
Many ISP's offer a cd that you use to setup your services.
Why not have built in software (firewall) that by default blocks port 25, and port 80 (inbound) irc in/out etc, and make the customer need to specifically allow those ports if they want them open.
That way, the 99% of the customers who never use those ports will have cleaner or safer machines, while the people who do run their own servers have the ability to use them.
TruePunk | Games
Rather than blocking port 25, progressive and user-friendly ISPs (does such a thing exist?) would be well served to simply throttle port 25. By exponentially dropping the available bandwidth to that port as traffic on it increases from a particular host, the zombie problem can be for the most part eliminated while not unduly penalizing legitimate senders of email.
Blocking port 25 just shifts the problem around. With port 25 blocked, zombie owners are forced to use the ISP's outgoing mail servers. If throttling is intelligently applied to all port 25 traffic on a per-host basis, the feasibility of zombie spamming drops off.
Put it this way: Which would you prefer: having one of your customers blacklisted as a result of spamming, or having ALL of your customers blacklisted as a result of your own mail servers spamming...?
The OpenBSD team is working on a transparent traffic shaping proxy that will make magic like this trivial for the pf priesthood. IMHO this is yet another reason to support that excellent project by buying a CD or T-shirt.
Forcing your mail to go thru my mailserver when it originates on my network is within my rights as a network operator. Please feel free to sign up with another provider that doesn;t care if you spam. Of course, then you may not be able to send mail to anyone as you will be blacklisted, but at least you'll be free!
What you fail to see is that people who are paying for high speed buisness accounts because they have a network at the house pay your company. Without income your company goes out of buisness
Spamer? Get a grip. Not everyone with a email server is a spamer. I have a right to do as I please as long as I hurt no one, and PAY the bill each month.
I do not run an open relay. I do not send spam. I pay for the internet access. I should have the right to do whatever I want. That includes sending email using my domain. You know that bill I pay someone for each year?
While not a constitutional right the idea that freedoms given away to get a little security. Are still freedoms given away. You will be no safer because someone blocks my ports. You will have taken away options. The next time someone wants to block a port it will be easy.
Whats next, blocking everything but port 80? You dont need bit torrent, thats to steal copyrighted movies. You dont need port 1412, DC++ is for trading illegel copyrighted songs. You dont need port 6667, dont use Mirc chat with a browser interface.
Nice thing about compitition. There isnt just one broadband provider. Maybe if enough people paying for the 6mbps accounts change providers and give the reason "you are restricting me" it will change thier mind.
After all if I couldnt do as I please do you think Id pay for a premuim for a high speed account?
I trust Microsoft as far as I could comfortably spit a dead rat
Roadrunner, by contrast, doesn't do this. This is why I subscribe to their service now and dropped Mindspring.
Email I send goes over my LAN to my SMTP server, which then handles sending it out. 99% of the time I don't have a problem. When I do, it's usually for some shit like AOL or sending mail _to_ Earthlink or Mindspring, at which point they get a complaint email (whcih they of course ignore), and then a bunch of enraged calls from their customers (who don't understand the entire thing) saying that the ISP's email reception is broken (which it _is_). This wastes their time dealing with their enraged customers. If they don't like it, they can fix their fucking systems.
Of course, I could set a smart host to my ISP's mail server, which solves the problem, but grants me the problem I pointed out in the first paragraph.
If ISPs are going to block outgoing port 25 and effectively break the net that way, then they need to FIX THEIR FUCKING SMTP SERVERS FIRST. If they would do that, then I wouldn't give a rat's ass what the fuck they do aside from the principle of the thing.
All of this evades solving the real problem. The real solution is to filter spam using something like Spamassassin and, because that's a drain on resources, block the originating SMTP host automatically (and send an email to the technical contact) when X number of spams are received from the same IP address. When Y number of spams are received from an ISP, block that entire ISP. The IP mappings are available or, at least, could be made available. Then the ISP's resources are only tapped up to X (or Y) number of spams. This blocks zombies, but is a stopgap solution. The real solution lies with the originating ISP, which needs to map that back to an account and cut that account off. After that, the originating ISP which was used can send a bill back to the user and turn them into the FTC for violating anti-spam legislation. All this, of course, with forced banning of ISPs running zombies.
This, in turn, puts pressure on Micro$hit to fix their fucking operating system, and on users to keep their systems up to date.
Now the simplest solution? Wait for it, it's mind-numbingly simple. If you're going to block port 25, ALL ISPs should allow opening of port 25 with a no-questions-asked phone call with the understanding that if it's caught sending spam then, after a human review, the account will be cut off.
This reminds me of a support call I had for NT4 Server. The client was using some D-Link NAT-enabled router at one of two sites to be connected by RRAS, using PPTP. Their router was running the latest firmware and still having issues with PPTP passthrough. Using a utility called PPTP Ping and taking a network capture at both servers, I could clearly see that the GRE protocol wasn't getting through. When I conferenced in D-Link support, their tech, tech's supervisor, and manager all were insisting that we need to "Forward port 47." They were being total jerks, saying I don't know what I'm talking about when I told them that forwarding TCP or UDP port 47 does nothing. I was trying to explain to them that what is meant is the GRE protocol, protocol number 47 as defined by IANA. GRE protocol 47 doesn't use ports, especially not port 47 for the TCP or UDP protocols. When I sent them RFC 2637, they basically said "Well, our people know what they're doing and you have to forward port 47." It was at this point that I asked if they want me to forward TCP or UDP and just did it to get them to escalate.
It's amazing how the basic understanding of the TCP/IP protocol suite can be so screwed up in well established companies.
-Lucas
While it obviously isn't as secure as tunneling over ssh, it also doesn't require as much of a recipe, and chances are you already have it available on your server side.
Copyrights, Patents, Trademarks: temporary loans from the Public Domain, not real property ("intellectual" or otherwise)
2 things.
= 12629485 [Slashdot] my company already uses this solution.
As I posted previously http://it.slashdot.org/comments.pl?sid=150605&cid
Your EMTA (phone/network adapter) should have 2 ip's on it from 2 different subnets. I should be able to filter all of yoru internet traffic without interfering with VOIP at all, except maybe making it better by removing all the spam traffic on the upstream.
I'm curious.
- It's not the Macs I hate. It's Digg users. -
speakeasy
I have Cox cable, and thus Cox "High Speed Internet." There are no other cable providers for the State of Rhode Island.
They block inbound 25, 21, 80, 443, 53U/T, among others. But they also block outbound 25.
If you want these restrictions removed, you can pay more. But it's not a nominal fee. For the same speed, same "no guarentee" service, with only ONE static IP address, I have to use their business service at $120/mo. Versus the $30/mo I pay now.
I think if you request it, they should open the ports. But almost all consumer-class Internet service has a "no server" policy so they don't give a fuck.
Eventually I see most ISP's restricting subscribers to web browsing and known game ports. Windows vulnerabilities and crappy admins cause all of this, and it really makes one frown.
I wish I wasn't 14,000ft from the CO (not to mention the fiber run somewhere in there) so I could get DSL. I could get much better service with DSL with more options because of the competition in that area.
- It's not the Macs I hate. It's Digg users. -
Disconnect and where the user is also a victim assist in the repair, can be simply done with an online scan and repair (where the user refuses remedial action just disconnect them). Failure by the ISP should result in blocking of the isp's ip addresses and fines.
As for overseas operator there should be a government website which lists bad ip allowing for simplified blocking.
It is not a very good idea to attempt to change isps into some kind of private internet police force. A lot of this including protection against trojans and viruses should already be done by the government and not just ignored because of a few corrupt lobbiest's demand that oppurtunity for profit needs to be maintained at the people's expence.
Chaos - everything, everywhere, everywhen
And I can't think of a better way to drive away your customers. Remember, from their point of view, the ISP isn't working; and there are plenty of others that will. This isn't the closed environment of a University.
As already mentioned, egress is one great solution.
The best way to predict the future is to create it. - Peter Drucker.
Have you ever got very nasty emails from the likes of AOL threatening to blacklist your network because a few customers have been shooting at them as part of a dictionary attack? You know what, it ain't that big an imposition for a user to use his ISP's mail server, or to use port 587 with SMTP Auth. But if you don't like it, go with a network that lets outbound zombie traffic spew forth. But don't come snivelling here when that network suddenly finds itself in black lists or simply just tarpitted.
The world's burning. Moped Jesus spotted on I50. Details at 11.
If you use the Time Warner digital phone service, we can block internet access AND leave the phone working. That's because the modem has two IP addresses. One for internet access, and the other for MTA (phone).
If your using vonage or some other 3rd party VOIP access and need 911, your fucked. Simple as that. No "ifs" ands" or "buts" about it. We are not going to pander to someone just because they have a product we don't support.
Life is not for the lazy.
Here's my position, do with it what you will:
An ISPs job, IMHO is to route my packets. Every packet that you don't route is a failure to do the only service that I am paying the you for.
From that angle, it's not really that complex.
I agree spam, worms, virii are all huge problems, and the solutions aren't going to be easy. I do agree 100% that ISPs should start shutting off their own users that spew spam and virus.
But blocking user's MTAs is just plain wrong.
The worst part of this type of "solution" is that it falls into the trap of a "client server" Internet. The Internet is not client server. It's peer-to-peer, by design. The content industries would love to turn the net into a huge TV-like content distribution network force feeding users their crap.
No! Every computer is a node on the network. If you want to start requiring driving tests for the info superhighway, by all means, I'll take it. Maybe it would just be easier to get rid of people on the first or second or third offense.
But my feeling is that your eventual result is more evil and certainly more insideous than the problem which you are attempting to solve. Route my packets are I'll just switch to another ISP. It's that simple. Don't head down the slippery slope of making the Internet client-server.
-- John.
How will surfing the web whilst using port 80 cause errors? On any properly programmed socket interface (i.e. in every modern operating system) it will NOT cause errors at all.
Why not use port 587 which is the proper port for a MUA to submit mail on?
Oolite: Elite-like game. For Mac, Linux and Windows
I think the legitimate question is "should a consumer expect full freedom to engage in potentially risky behavior from a consumer-grade ISP service?" I think the answer is, VERY unfortunately, no. If you want to have greater freedom (e.g., running your own network services, having unrestricted outbound SMTP, etc.), then you should seriously consider colocation. Paul Vixie has been nice enough to catalog many places all across the US and a few places internationally where you can get a box (or virtual vmware box) hosted for relatively cheap: Personal Co-location Registry
FastMail also run proxy servers that you allow to make secure IMAP or SMTP connections on any port you like. Port blocking is not an issue for FM users...
A number of ISP's SMTP servers will reject your email if the FROM address isn't in a domain they control.
But I'm not going to pay you for a connection that's crippled because you can't be bothered to really fix the problem. My home network is secure, I don't see why I have to put up with restrictions due to the antics of your brain dead Windows-using customers.
clicky for redir: http://sammy.net/~sammy/hacks/
It's getting very popular around here (Denmark) for ISP's to close port 25 inbound. The way to get mail through to your server is to put your server in MX with a priority of say 10, and the ISP mail server in MX with priority of say 20. However, after mail has passed through the ISP mail servers, you cannot tell which address it came from originally, and so you cannot filter by sender.
Finally! A year of moderation! Ready for 2019?
This kind of blocking is not for business accounts. Business accounts can buy static IP addresses and get a different class of firewall configuration, no problem, they are paying for that class of different service. It's for the home users, and the home users can generally use SMTP auth if they need to send through their business mail sever, no problem.
Yes, education is the key. But governments will always find it easier to just increase control over population than to properly educate it. And it really is easier - and less time- and resource-consuming. Sad, but true.
Note that I'm *NOT* supporting this kind of decision, I'm only describing what happens in reality. I support and defend the idea that everyone should get proper and decent education.
h@hh@hh@...@.&.... "You shall not pass!"
...as users discover they could be zombitized because they are running Windows.
I predict Mac and Linux penetration will jump because of this. I hope these vendors do take advantage of the opportunity.
I would never use an MTA that didnt do 4.2 anyway, even for straight [E]SMTP (at least for any mail not originating locally. Although since I pretty much always seperate the 'unix login account' namespace from the 'mail address' namespace, so there isnt a valid way for any addresses in locally generated mail that dont already have a full address to be corrected, except to substitute postmaster@${primary_domain}
Given the specification, MSA works just fine with the client beleiving it is speaking straight-ESMTP, even with SMTP AUTH, which would certainly be recommended, if not required; since the whole point is to seperate 'the world' sending you mail and 'authorized users' sending outbound mail, and of course without authentication there wouldnt be any way to determine authorization, even if the authorization rule is 'anyone that can successfully authenticate is authorized'
I assume your reply was just a clarification, and that you dont disagree with my more general point.
I wonder what happens with shared ips, and when people start to shut ips out not knowing how many customers/visitors/mails they loose....
...
...
... whatever ...
...
... one to analise traffic, one to protect the 2nd nat box :) ahm and that whole thing is behind a 3rd one that comes to my.... ....sad story: Being on a shared IP behind a crappy firewall and transparent proxy, I am in constant troubble using various (mostly mail, but everything from IM to p2p) services ...
...SBL registries, and I am a well known zombie/spammer/open relay ...
..... because of spam and casinos you have problems with paypal and credit card processors ...
....... tehn it just appears to me how much of a pain of an ass Costa Rica could be for some with the casino spam, and credit card fraud that comes from here .... .....
.... (prostitution is legal, watching tities online is censored - OK just some very few sites)
Also if i have let's say 5 computers in my house, and my grandma's windows gets highjacked because she installed some "neat little thingie in the toolbar".
Now if they kill the service and my 2 kids cannot do research on the net, and I cannot work without net, I would be super upset
I think there should be procedures given to ISPs to do that
eg: free scanning software, "sniffit type" pocket monitor, that would monitor well known (zombie) traffic..... and education of users....
newsletters, warnings, rss feeds
Restricting ports, and services, and shutting down services is not the way to go
on the other hand i am pissed of the zombie spam, and i would be extremely embarassed if any of my machines turned out to be sending crap all over.. (maybe that's why my windows box is behind 2 NATs
my public ip is listed in all possible
how great
I thought of putting china into a strict DENY, but I am sure there are legit users that would go to my sites
but not from me
ps: because local porn regulations i cannot even confortably watch pr0n
I actually had a conversation that went like this
I have not figured out which is more agrivately, the clue tech support and the connection provide or the clueless boss that chose them so he could IM his daughter easier.
Apocalypse Cancelled, Sorry, No Ticket Refunds
Maybe its time to come up with a better RFC for handling mail - one that doesn't allow you to fake the headers, sender, etc. Then also have the ISPs issue static IP addies, so zombies can be identified properly. It's not like this is any "bells and whistles" thing.
Right! For that you'd need Advanced Mail Transport Protocol!
The administrative interface for that is likely to be a web page for most ISPs for most customers. So you'll get a web page that doesn't know how to figure out that the customer's really infected, as opposed to an underpaid phone tech who doesn't think to figure out that the customer's infected....
Bill Stewart
New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
Some people comment about zombies doing DDOS - blocking port 25 does keep them from attacking port 25 on their targets, but they can still do all the same Port 80, Port 53, and Port 109/110 attacks, so it's not a big difference.
Also, Port 25 really was designed to support MUAs as well as MTAs - Port 587 and its competitors are later additions for MUA-only, and saying that Port 25 wasn't is purely revisionist. And as you say, malware folks will start abusing Outlook Express if that helps them.
Bill Stewart
New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
If (1) the blocking policy is fine for the majority of clueless users, and (2) only advanced users need to unblock, then maybe they can unblock on an as-needed basis.
...
Besides, I can't believe that you would be able to require the IP address of the first-hop SMTP server match the DNS record for the domain in the From: line. There are so many cases where this is just not going to work
Doesn't the SPF proposal require you to give a list of SMTP servers that are allowed to send mail on your behalf? Wouldn't you just add your ISP's server to this list?
If the first hop doesn't match, and the second hop does; then you've got an open-relay!
Apocalypse Cancelled, Sorry, No Ticket Refunds
No you don't, you just have a relay ... An open relay is one that accepts mail from anybody, whereas smtp.myisp.com should be accepting mail only from cusomers of myisp. This is exactly how all isp's work now. They do not rewrite the From: and Reply-to: lines of the messages they accept (SBC doesn't, at least).
Thank you for recommending speakeasy.net!
yeah making a server listen for both smtp and http on the same port would require using some kind of timeout. since smtp requires the server to send 220 to tell the client the connection is established.
having said that many smtp servers do an ident lookup with a fairly significant timeout before sending this greeting so mail clients should be prepared for such a timeout delay.
note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
587/tcp is the mail submission port. I recommend moving to that.
I can throw myself at the ground, and miss.
My ISP requires you to send mail via their server and has the port blocked. This prevents me from my google acccounts sending/getting my email via SMTP. Will this create a way for us to get our google or other mail through?
Party at O'zorgnax's Pub! Buy me a Slurmtini aye?
Block 25, 587, 26, whatever....it will fail and does exactly the opposite of its intention letting the spammers. Paying users (and yes, even the geeks are paying users...the Internet is over 65,000 ports, not 1 or those defined by a mere provider of that medium that connects to it) then become unable to use a normal standard as defined by the RFC's, not the FTC or any other form of government body.
/Flame ON
/Flame OFF
Changing it to 587 won't work or even using 26 that uses a second server for outgoing 25. MTA's or any other service will forward what has been authorized. Because of obvious infection, authorized users are spamming without knowledge, through one port or another and only education will fix the infection.
Blacklists other than ORBS (which do educate email admins at least) do the very same thing and have created what they don't want to happen...making email useless. One is unable to get off these lists because "they don't own it". That's like saying you got a ticket for a cracked windshield on your car and you still can't drive the car because the manufacturer hasn't had all windshields...never mind that you already fixed the windshield or fixed the spamming. Now before one of you dumbasses replies with "but there's not a problem with broken windshields all over the place", well, duh-h-h. That's because the user of the car fixex the problem and they get to drive the car. A user of an IP address blacklisted should fix the spamming problem and get themselves off the list, not the "manufacturer" up three tiers of bureacratic red tape that makes it impossible.
Dialup dynamic IP's ok, sure. You can't effectively operate an email server on dialup anyway. Before, dialup was used legitimately as backup redundancy; now there are now other redundancy options and even higher need for redundant broadband rather than just a connection to the Net. Those with the desire to educate themselves and monitor their ip for spamming (DHCP for broadband is longer lasting than DHCP for dialup) should be rewarded for their diligence rather than telling them to piss off because they're "not the owner".
But,,,we all know spammers lie, right? You know, it sure as hell doesn't take much to get on these damm lists, but trying to get the owners of these lists (some last updated in 2001, I shit you not) that are just big mouth dumbfucks without the balls to give accurate domain registration information, hiding behind newsgroups, and repeating "you just don't know" ---BULL FUCKING SHIT---we do fucking know, you just aren't fucking listening. Get your head out of your ass and breathe before you suffocate because you're too lazy to update your shit and think it doesn't stink. All your doing with the current status quo is letting the spammers fucking win. You act like spoofed IP addresses don't exist. Then there's the pompous attitude that seems to seep out saying "if you send mail and don't know how an email server works, you're an idiot" -- of course, this doesn't apply to me or has benn relayed to me personally, but I've seen the threads. Your fucking manners suck the same ass your head is in.
This narrow minded view with blinders on that "all spammer lie, so we won't take you off" is like watching a Daffy Duck/Bugs Bunny cartoon:
SPAMHAUS and similar: Spammers lie!
User of IP address: But I'm not a spammer.
SPAMHAUS and similar: Spammers lie! Yes you are.
User of IP address: But I fixed it.
SPAMHAUS and similar: Spammers lie! You couldn't
Spammer: I'm a spammer
SPAMHAUS and similar: Spammers lie! No you're not.
Result: Spammers get off the list and users don't
Alas, even "detecting" infected spammers/users may not be enough as it becomes more difficult. The real spammers have already begun to learn to dole the evil messages out in a metered fashion, sending them out only when the user does to make it look like normal traffic. I recall a recent experience where one of my users was the
If I really am talking out of my ass...explain it to me with respect so I'll at least pull my ears out to listen.