Socket
Book a DemoInstallSign in
Socket

haraka-content-scanning-server

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haraka-content-scanning-server

A content scanning server for email servers

0.1.0
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

Build Status Coverage Status Code Climate

Haraka Content Scanning Server

An email scanning service for MTAs, exposed via a HTTP API.

How it works

  • accepts a HTTP request (params in HTTP headers, email message in HTTP body)
  • runs that message past as many content scanners as are requested (default: all) or as many are configured.
  • Returns a JSON result with the scan results from each scanner

Pros

  • Haraka would need only a very simple data_post plugin
  • Scan the message against many scanners concurrently (default: 1 per CPU). This would be faster than Haraka plugins which execute serially, or SMTP pipelines.
  • Other MTAs could use this
  • Faster and more efficient: rather than streaming the message via TCP to each content scanner (once for SA, once for ClamAV, once for ....), this would stream the content once via TCP, and then this little server would use the file system or Unix Domain Sockets to pass the message to each content scanner.
  • Haraka could load balance requests to a pool of these scanning hosts.

Planned Initial Content Scanner Support

  • ClamAV
  • AVG
  • ESET
  • Kaspersky
  • SpamAssassin

Potential Future Additions

  • dcc
  • messagesniffer
  • dspam
  • VirusTotal (see also #1124)

Keywords

av

FAQs

Package last updated on 24 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.