Close
  • Latest News
  • Artificial Intelligence
  • Video
  • Big Data and Analytics
  • Cloud
  • Networking
  • Cybersecurity
  • Applications
  • IT Management
  • Storage
  • Sponsored
  • Mobile
  • Small Business
  • Development
  • Database
  • Servers
  • Android
  • Apple
  • Innovation
  • Blogs
  • PC Hardware
  • Reviews
  • Search Engines
  • Virtualization
Read Down
Sign in
Close
Welcome!Log into your account
Forgot your password?
Read Down
Password recovery
Recover your password
Close
Search
Logo
Subscribe
Logo
  • Latest News
  • Artificial Intelligence
  • Video
  • Big Data and Analytics
  • Cloud
  • Networking
  • Cybersecurity
  • Applications
  • IT Management
  • Storage
  • Sponsored
  • Mobile
  • Small Business
  • Development
  • Database
  • Servers
  • Android
  • Apple
  • Innovation
  • Blogs
  • PC Hardware
  • Reviews
  • Search Engines
  • Virtualization
More
    Subscribe
    Home Cybersecurity
    • Cybersecurity

    Sober Analysis of Mail Worms and Spam

    Written by

    Larry Seltzer
    Published May 19, 2005
    Share
    Facebook
    Twitter
    Linkedin

      eWEEK content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More.

      Most of us got some of that weird German nationalist spam recently. The spam barrage was performed through a new bot network created by a new mail worm, a variant of Sober.

      It had been some time since a major outbreak of any of these mail worms and a very long time since a major new family of mail worms was released. In the meantime the tools to block them have improved and protections against them in Windows and e-mail clients have become more mature, diminishing the number of potential targets for them.

      But it doesnt take many systems to generate a storm of spam. I tried to find out from anti-virus vendors and analysts how many systems were involved in the spam wave, but got no answers. This is par for the course, and thinking conspiratorially, its better for them if we think there are many such systems out there.

      If Im right and it doesnt really take tens of thousands of systems to produce a spam wave like this, then another way to approach it is to stop the spam, which should be an uncontroversial goal. Ive already been all over the best way to do that: shutting down unauthenticated use of port 25, the standard unauthenticated SMTP port.

      I havent seen the actual data, but conventional wisdom among analysts holds that the vast majority of systems actually infected with mail worms and sending out the spam from them are on consumer broadband systems. If those users ISPs were to block unauthenticated SMTP, the worms could not send mail—at least not easily, and not as such worms are currently written.

      To quickly summarize, the ISP would have to require that all outbound mail from customers go through their own server, e.g. mail.consumerisp.com, and probably require SMTP AUTH, meaning that the user has to provide a username and password to the SMTP server.

      The only way around this for a worm would be to crack the users cached credentials and use the server, which is certainly possible, but still leaves the ISP in an excellent position to detect the abuse and shut it down, assuming they care. See the previous column for much more on this.

      But a bit of follow-up is warranted: The most common objection to this technique is that it would prevent users from using outside SMTP services, and many of these concerns are reasonable.

      For instance, if I own a hosted domain and want some or all of my mail to be sent through that domain, even though it is not the same provider as my ISP, port 25 blocking is a problem. Likewise if I want to send mail using the SMTP server for my business.

      There are several solutions to this, one of which has the potential for general application. The first, best, and most difficult one is to use a VPN. This gives you a secure channel into a network that has proper access to the SMTP server. But VPNs have their own connectivity problems and are difficult to set up in the best of circumstances.

      Another solution is to provide Web mail for the other system you want to access.

      In other words, your business or hosted domain could provide Web mail access that uses port 80 instead of port 25.

      The problem with this is that Web mail can be limiting and, in any event, is probably not the users preferred mail program. Why shouldnt they be able to use their preferred program?

      Next page: The answer: port 587.

      The Answer

      : Port 587″>

      The real answer for most people is port 587. It turns out that this port has always been there and under the applicable standard is actually the preferred port:

      3.1. Submission IdentificationPort 587 is reserved for email message submission as specified in this document. Messages received on this port are defined to be submissions. The protocol used is ESMTP [SMTP-MTA, ESMTP], with additional restrictions as specified here.While most email clients and servers can be configured to use port 587 instead of 25, there are cases where this is not possible or convenient.A site MAY choose to use port 25 for message submission, by designating some hosts to be MSAs and others to be MTAs.

      Most, and probably almost all mail server software supports authenticated submission on port 587. Any that dont are non-compliant and you should complain.

      Its essential that if you add port 587 support it enforces authentication; otherwise youre just trading off port 25 vulnerability for port 587 vulnerability.

      On the assumption that most of the situations wherein external access is a problem involve hosted domains, I asked several of the largest hosting services whether they support port 587 access for external users to hosted mail domains.

      Remember, just because their servers support it doesnt mean the hosting service opens the port on the firewall and enables it on the mail server.

      Here are the answers I got or didnt get (“yes” means they support port 587 for external users):

      • 1and1: yes
      • Interland: yes (not just a fallback; their docs tell users to use 587)
      • ThePlanet: “The Planets mail service does not currently advertise a submission service on TCP 587 by default, and weve never received a request to do so.”
      • EV1: No response
      • Yahoo! Domains: No response (but I think the mail is managed by SBC, which supports port 587 on its own accounts
      • GoDaddy: No response
      • Verio: “As a business ISP, Verio does not block port 25 mail for its customers, but in many cases does enable alternate ports so that customers may continue using their servers for mail. The majority of server plans at Verio supports port 587—some by default. Our dedicated hosting customers can enable or disable as they require.”

      So its a mixed response. I think its cheesy for a major ISP not to support it, but I suspect ThePlanet is right that there isnt a lot of clamor for it. There should be, and users need to know that there is a relatively easy answer for the “problem” of ISPs blocking their port 25 access.

      Its inevitable that malware writers will work around authentication solutions by cracking cached credentials, but this still leaves the ISP in a powerful position, since it will see the spam going through its servers and will be in a position to easily block the user and force them to remediate.

      Users like me who have good protection against spam and viruses can easily overlook them, but they are still a major problem.

      Its frustrating that there is so much opposition to solutions to them, even if the solutions are far less disruptive than the problems. The answer could be within our reach.

      Security Center Editor Larry Seltzer has worked in and written about the computer industry since 1983.

      Check out eWEEK.coms for the latest security news, reviews and analysis. And for insights on security coverage around the Web, take a look at eWEEK.com Security Center Editor Larry Seltzers Weblog.

      Larry Seltzer
      Larry Seltzer
      Larry Seltzer has been writing software for and English about computers ever since—,much to his own amazement— He was one of the authors of NPL and NPL-R, fourth-generation languages for microcomputers by the now-defunct DeskTop Software Corporation. (Larry is sad to find absolutely no hits on any of these +products on Google.) His work at Desktop Software included programming the UCSD p-System, a virtual machine-based operating system with portable binaries that pre-dated Java by more than 10 years.For several years, he wrote corporate software for Mathematica Policy Research (they're still in business!) and Chase Econometrics (not so lucky) before being forcibly thrown into the consulting market. He bummed around the Philadelphia consulting and contract-programming scenes for a year or two before taking a job at NSTL (National Software Testing Labs) developing product tests and managing contract testing for the computer industry, governments and publication.In 1991 Larry moved to Massachusetts to become Technical Director of PC Week Labs (now eWeek Labs). He moved within Ziff Davis to New York in 1994 to run testing at Windows Sources. In 1995, he became Technical Director for Internet product testing at PC Magazine and stayed there till 1998.Since then, he has been writing for numerous other publications, including Fortune Small Business, Windows 2000 Magazine (now Windows and .NET Magazine), ZDNet and Sam Whitmore's Media Survey.

      Get the Free Newsletter!

      Subscribe to Daily Tech Insider for top news, trends & analysis

      Get the Free Newsletter!

      Subscribe to Daily Tech Insider for top news, trends & analysis

      MOST POPULAR ARTICLES

      Artificial Intelligence

      9 Best AI 3D Generators You Need...

      Sam Rinko - June 25, 2024 0
      AI 3D Generators are powerful tools for many different industries. Discover the best AI 3D Generators, and learn which is best for your specific use case.
      Read more
      Cloud

      RingCentral Expands Its Collaboration Platform

      Zeus Kerravala - November 22, 2023 0
      RingCentral adds AI-enabled contact center and hybrid event products to its suite of collaboration services.
      Read more
      Artificial Intelligence

      8 Best AI Data Analytics Software &...

      Aminu Abdullahi - January 18, 2024 0
      Learn the top AI data analytics software to use. Compare AI data analytics solutions & features to make the best choice for your business.
      Read more
      Latest News

      Zeus Kerravala on Networking: Multicloud, 5G, and...

      James Maguire - December 16, 2022 0
      I spoke with Zeus Kerravala, industry analyst at ZK Research, about the rapid changes in enterprise networking, as tech advances and digital transformation prompt...
      Read more
      Video

      Datadog President Amit Agarwal on Trends in...

      James Maguire - November 11, 2022 0
      I spoke with Amit Agarwal, President of Datadog, about infrastructure observability, from current trends to key challenges to the future of this rapidly growing...
      Read more
      Logo

      eWeek has the latest technology news and analysis, buying guides, and product reviews for IT professionals and technology buyers. The site’s focus is on innovative solutions and covering in-depth technical content. eWeek stays on the cutting edge of technology news and IT trends through interviews and expert analysis. Gain insight from top innovators and thought leaders in the fields of IT, business, enterprise software, startups, and more.

      Facebook
      Linkedin
      RSS
      Twitter
      Youtube

      Advertisers

      Advertise with TechnologyAdvice on eWeek and our other IT-focused platforms.

      Advertise with Us

      Menu

      • About eWeek
      • Subscribe to our Newsletter
      • Latest News

      Our Brands

      • Privacy Policy
      • Terms
      • About
      • Contact
      • Advertise
      • Sitemap
      • California – Do Not Sell My Information

      Property of TechnologyAdvice.
      © 2024 TechnologyAdvice. All Rights Reserved

      Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.