Advanced Filtering. Tobias Eggendorfer

Size: px
Start display at page:

Download "Advanced Filtering. Tobias Eggendorfer"

Transcription

1 Advanced Filtering

2 Advanced Filtering Fails Too

3 Overview Not so advanced Filtering Advanced Filtering Prevention Identification 2

4 Classic Filtering 3

5 Classic Filtering Black- & Whitelists 3

6 Classic Filtering Black- & Whitelists 3

7 Classic Filtering Black- & Whitelists 3

8 Classic Filtering Black- & Whitelists Simple Content Analysis Bad Word Filter 3

9 Workarounds IP-Blacklists Open Relay Open Proxy Bot-Net 4

10 Bad Word Lists 5

11 Bad Word Lists VIAGRA becomes \/ 6 R /-\ 5

12 Bad Word Lists This is serious business - buy me! I m trustworthy! VIAGRA becomes \/ 6 R /-\ 5

13 Bad Word Lists VIAGRA becomes \/ 6 R /-\ Favourite B U Y V I A G R A C H E A P 5

14

15 Advanced Filtering Spammers learn their workarounds We learn how to work around their workarounds They learn how to work around our workarounds for their workarounds... 7

16 What s on the menu? Web-Bug-Analysis URL-Blacklisting OCR for Pictures Picture-Analysis Greylisting... 8

17 Heuristics Put the results together Stir them Taste it 9

18 Heuristics Put the results together Stir them Taste it 9

19 Spam filters limits Heuristics = qualified guess Guess!= knowledge Guess false positives & false negatives 10

20 False Positives Important message deleted, denied or delayed Loss of revenue Liability for not-served contract 11

21 False Negatives Spam mistaken for ham manual filtering based on Subject Body Human false positives 12

22 Usual ratio High rate of false negatives relaxed filter low rate of false positives Low rate of false negatives more aggressive filtering high rate of false positives 13

23 False Negatives False Positives

24 The truth is... Known ratio is true for Blacklists Content-Filters Comparative filters break the rule 15

25 But... Newsletters? Multiple recipients Some lost interest mark it as spam 16

26 Whitelist them! Whitelist all mailinglists? I run a few Who knows them? Who would whitelist them? Why would they whitelist me? 17

27 Computing power wasted Dual Xeon, 4 GB RAM For a spam filter? 18

28 DoS? Bandwidth? 19

29 Filtering fails Spam filtering is Russian Roulette for communication 20

30 Why? It s reaction. Reaction = step behind Action = take the lead 21

31 Prevention Economic approach Prevent address collection 22

32 It s about money When would you take a risk? Rewards / Risk relation Money / Risk relation 23

33 What risk would you accept for 24

34 What risk would you accept for 24

35 and for 25

36 There might be other motivators... 26

37 Some things money can t buy. 27

38 Earnings US $ per day US $ per week US $ per year (incl. a few weeks off) 28

39 Risks for spammers Major threads Jail Liability 29

40 Money / Risk Ratio Risk of being caught Using bot nets Anonymous payment Intangible goods Very low 30

41 That is... Increase the risk But how to? Anti spam forensics are very limited A few ideas later... 31

42 No No spam Prevent address collection Obfuscation of addresses HTTP tar pits 32

43 No brute force Address testing with SMTP RCPT TO: 250 Recipient ok 33

44 No brute force Address testing with SMTP RCPT TO: 250 Recipient ok Thank you! 33

45 How to prevent this? Lie: User unknown But when? 34

46 Anti-Brute-Force Max. 3 bad PINs Card withdrawal Delay 35

47 But in real life No legitimate bad attempts at least not Card withdrawal is final IP block is not One ATM & one card No parallel waiting 36

48 If there is a delay delay the connection setup too SMTP_GREET_DELAY with sendmail Greet delay > bad response delay 37

49 Limit recipients? MAX_RCPTS_PER_MESSAGE in sendmail Think large 3.5 million recipients for a newsletter 20% with the biggest provider You really want a limit? 38

50 Constant delay? BAD_RCPT_THROTTLE in sendmail 1 second delay each 3.5 million recipients 3.5% of those are bad Feasible? 39

51 Do the maths recipients 20% with the biggest provider % are unkown second delay per recipient 8 days 40

52 Be flexible tdelay = λ * (bad / total) * twait Why? Spam: (bad / total) 1 Others: (bad / total) 0 41

53 Prevention s Downsides Like vaccacination Takes time No immediate effect 50% less spam after 6 month 42

54 Immediate pain relief SMTP tar pit simulator 80% less spam No false positives yet 43

55 SMTP tar pit 44

56 SMTP tar pit 220 mail.example.com ready EHLO spammer.com 250-Welcome spammer.com 250-We do not like spam here. 250-Take your time to read this 250-Commands available RCPT 44

57 On its own: useless Idea: Delay spam run But: Multiple connections Terse time outs 45

58 What happens? Spammer disconnects quickly Addresses not tested Spam not delivered Maybe: Server blacklisted with spammers 46

59 What the simulator does: 30 47

60 What the simulator Stutter n bytes does: 30 47

61 What the simulator Stutter n bytes Then: Open up to full speed Filters: 80% does: 47

62 Details Bulkmailer disconnects after 60 < n < 120 bytes Best delay: 1 sec 48

63 Optimisation Random stutter bytes 70 < n < 200 Random wait time 0.75 sec < t < 1.5 sec Remember wait time / stutter bytes per IP 49

64 Work around? Wait longer But how long? Ignore tar pits But be trapped then... 50

65 Hunting them down Jagdszene 51

66 The business Participants Spammer Vendor Address-Vendor Rent-a-Bot Bullet-Proof Hoster 52

67 The process Address acquisition Send spam Product provisioning Online Shops & Payment Product delivery 53

68 Known methods Analyse , identify sender Observe bot nets Who buys what Hoster Payment process 54

69 analyses Most headers are forged Most traces lost in bot nets Low quality proof (Investigator might have forged it) 55

70 Bot net observation Observe a zombie Who controls it? Who rents it? Problem: Anonymous usage Security issues 56

71 Buying products How to supervise: Intangible goods Faked products Generic products Stock spam is easy 57

72 Buying products How to supervise: Intangible goods Faked products Generic products Stock spam is easy 57

73 New concept Identify address traders Increase their risk Increase prices for addresses Reduce possible profit Change rewards / risk ratio 58

74 Identify address collectors Publish traceable addresses: Disadvantages: Time International IP tracking 59

75 In flagranti Identify the harvester in flagranti Idea: Distributed HTTP tar pit network 60

76 Tar pit network Shares Client-IP = Harvester-IP Access time Access frequency 61

77 Advantages Investigation starts as early as possible Harvesters often don t use bot nets Identification of address trader Tested system to prevent address collection 62

78 But Crawling tar pits is not illegal Therefore: Publish individual, traceable addresses Receive spam Know before who is going to be the sender 63

79 Advantages Distributed HTTP tar pit network identifies harvester Crafted addresses prove spamming Identify address traders Higher risk Higher price per address Higher costs Reduced revenue 64

80 Conclusion Current anti spam techniques are limited Prevention is better Economic approaches are better Criminal investigation and prosecution are better 65

81 66

82 66

Use and Abuse of Anti-Spam White/Black Lists

Use and Abuse of Anti-Spam White/Black Lists Page 1 of 5 Use and Abuse of Anti-Spam White/Black Lists September 26, 2006 White and Black lists are standard spam filters. Their typically simple interface, provide a way to quickly identify emails as

More information

Handling unwanted . What are the main sources of junk ?

Handling unwanted  . What are the main sources of junk  ? Handling unwanted email Philip Hazel Almost entirely based on a presentation by Brian Candler What are the main sources of junk email? Spam Unsolicited, bulk email Often fraudulent penis enlargement, lottery

More information

IP Reputation Exchange security research

IP Reputation Exchange  security research IP Reputation Exchange e-mail security research Prof. Dr. Norbert Pohlmann Institute for Internet Security if(is) University of Applied Sciences Gelsenkirchen http://www.internet-sicherheit.de Content

More information

Novelty, Trends and Questions

Novelty, Trends and Questions Novelty, Trends and Questions John Graham-Cumming Research Director, Sophos s Anti-Spam Task Force Quick Overview Latest news on content obfuscation How to spell V*I*A*G*R*A this week Spam trends What

More information

anti-spam techniques beyond Bayesian filters

anti-spam techniques beyond Bayesian filters anti-spam techniques beyond Bayesian filters Plain Old SMTP protocol overview Grey-Listing save resources on receiver side Authentication of Senders Sender ID Framework DomainKeys signingbased IP-based

More information

Franzes Francisco Manila IBM Domino Server Crash and Messaging

Franzes Francisco Manila IBM Domino Server Crash and Messaging Franzes Francisco Manila IBM Domino Server Crash and Messaging Topics to be discussed What is SPAM / email Spoofing? How to identify one? Anti-SPAM / Anti-email spoofing basic techniques Domino configurations

More information

S a p m a m a n a d n d H a H m 성균관대학교 최형기

S a p m a m a n a d n d H a H m 성균관대학교 최형기 Spam and Ham 성균관대학교 최형기 Agenda Email Protocol Introduction to spam Techniques spammers use Kinds of spam Solutions to spam Conclusion CINS/F1-01 Sungkyunkwan University, Hyoung-Kee Choi 2 SMTP 1 Electronic

More information

Zombies suck the life out of the mail server ( new developments from LISA 2010 presentation)

Zombies suck the life out of the mail server ( new developments from LISA 2010 presentation) Zombies suck the life out of the mail server ( new developments from LISA 2010 presentation) Wietse Venema IBM T. J. Watson Research Center Hawthorne, NY, USA 2009: You built a mail system that has world-class

More information

Introduction This paper will discuss the best practices for stopping the maximum amount of SPAM arriving in a user's inbox. It will outline simple

Introduction This paper will discuss the best practices for stopping the maximum amount of SPAM arriving in a user's inbox. It will outline simple Table of Contents Introduction...2 Overview...3 Common techniques to identify SPAM...4 Greylisting...5 Dictionary Attack...5 Catchalls...5 From address...5 HELO / EHLO...6 SPF records...6 Detecting SPAM...6

More information

Status Node Reference

Status Node Reference IceWarp Unified Communications Status Node Reference Version 10.4 Printed on 23 February, 2012 Contents Status 1 Message Queue... 2 Spam Queues... 3 Quarantine... 3 Whitelist... 4 BlackList... 5 Greylisting...

More information

s and Anti-spam

s and Anti-spam E-mails and Anti-spam Standard authentication AUTH method As the spammers become increasing aggressive more and more legit emails get banned as spam. When you send e-mails from your webcrm system, we use

More information

News English.com Ready-to-use ESL / EFL Lessons

News English.com Ready-to-use ESL / EFL Lessons www.breaking News English.com Ready-to-use ESL / EFL Lessons 1,000 IDEAS & ACTIVITIES FOR LANGUAGE TEACHERS The Breaking News English.com Resource Book http://www.breakingnewsenglish.com/book.html Top

More information

Business Logic Attacks BATs and BLBs

Business Logic Attacks BATs and BLBs Business Logic Attacks BATs and BLBs Noa Bar-Yosef Security Research Engineer Imperva 12/02/2009 noa@imperva.com Copyright The Foundation Permission is granted to copy, distribute and/or modify this document

More information

COSC 301 Network Management. Lecture 14: Electronic Mail

COSC 301 Network Management. Lecture 14: Electronic Mail COSC 301 Network Management Lecture 14: Electronic Mail Zhiyi Huang Computer Science, University of Otago COSC301 Lecture 14: Electronic Mail 1 Today s Focus Electronic Mail -- How does it work? -- How

More information

Advanced Settings. Help Documentation

Advanced Settings. Help Documentation Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2018 SmarterTools Inc. Advanced Settings Abuse Detection SmarterMail has several methods

More information

GFI product comparison: GFI MailEssentials vs. McAfee Security for Servers

GFI product comparison: GFI MailEssentials vs. McAfee Security for  Servers GFI product comparison: GFI MailEssentials vs. McAfee Security for Email Servers Features GFI MailEssentials McAfee Integrates with Microsoft Exchange Server 2003/2007/2010/2013 Scans incoming and outgoing

More information

An electronic mailing list is a way to distribute information to many Internet users using . It is a list of names and addresses, similar to a

An electronic mailing list is a way to distribute information to many Internet users using  . It is a list of names and addresses, similar to a 1 An electronic mailing list is a way to distribute information to many Internet users using email. It is a list of names and addresses, similar to a traditional mailing list and works using a reflector,

More information

Contents. Management. Client. Choosing One 1/20/17

Contents.  Management.  Client. Choosing One 1/20/17 Contents Email Management CSCU9B2 Email clients choosing and using Email message header and content Emailing to lists of people In and out message management Mime attachments and HTML email SMTP, HTTP,

More information

WHAT YOU NEED SPAM TRAPS TO KNOW ABOUT. By: G-Lock Software

WHAT YOU NEED SPAM TRAPS TO KNOW ABOUT. By: G-Lock Software WHAT YOU NEED TO KNOW ABOUT SPAM TRAPS By: G-Lock Software Table of Contents 1 Introduction... 2 What are SPAM Traps?... 2 Types of SPAM Traps 3 How SPAM Traps Get into Your List. 4 Deliverability Problems

More information

Sender Reputation Filtering

Sender Reputation Filtering This chapter contains the following sections: Overview of, on page 1 SenderBase Reputation Service, on page 1 Editing Score Thresholds for a Listener, on page 4 Entering Low SBRS Scores in the Message

More information

Introduction to Antispam Practices

Introduction to Antispam Practices By Alina P Published: 2007-06-11 18:34 Introduction to Antispam Practices According to a research conducted by Microsoft and published by the Radicati Group, the percentage held by spam in the total number

More information

Botnets: major players in the shadows. Author Sébastien GOUTAL Chief Science Officer

Botnets: major players in the shadows. Author Sébastien GOUTAL Chief Science Officer Botnets: major players in the shadows Author Sébastien GOUTAL Chief Science Officer Table of contents Introduction... 3 Birth of a botnet... 4 Life of a botnet... 5 Death of a botnet... 8 Introduction

More information

JANET NETWORKSHOP 37 Cambridge, 1 st April 2009

JANET NETWORKSHOP 37 Cambridge, 1 st April 2009 Effective Email Spam Control from Traffic Analysis Richard Clayton JANET NETWORKSHOP 37 Cambridge, 1 st April 2009 A talk about ISP mail handling BUT, this audience not all that different! Outgoing log

More information

Choic s Administrative Login Guide

Choic s Administrative Login Guide ChoiceMail s Administrative Login Guide ChoiceMail Enterprise provides you with an Administrative Login from which you can control Global settings and administer User Accounts all through a web interface.

More information

Marshal s Defense-in-Depth Anti-Spam Engine

Marshal s Defense-in-Depth Anti-Spam Engine Marshal s Defense-in-Depth Anti-Spam Engine January 2008 Contents Overview 2 Features 3 Summary 6 This whitepaper explores the underlying anti-spam and anti-phishing defense technology in Marshal s world

More information

Fighting Spam, Phishing and Malware With Recurrent Pattern Detection

Fighting Spam, Phishing and Malware With Recurrent Pattern Detection Fighting Spam, Phishing and Malware With Recurrent Pattern Detection White Paper September 2017 www.cyren.com 1 White Paper September 2017 Fighting Spam, Phishing and Malware With Recurrent Pattern Detection

More information

Investigating . Tracing & Recovery

Investigating  . Tracing & Recovery Investigating Email Tracing & Recovery Overview Email has become a primary means of communication. Email can easily be forged. Email can be abused Spam Aid in committing a crime Threatening email, Email

More information

Distributed-Application Security

Distributed-Application Security Distributed-Application Security Spam Spams Spam referred to unsolicited bulk email Spam emails contain advertisement, viruses, malware Spams emails are used to gather information about the victim Harvesting

More information

Searchable WHOIS Terms of Use

Searchable WHOIS Terms of Use Searchable WHOIS Terms of Use 1. Grant 1.1. You may use the Searchable WHOIS subject to these terms and conditions, including the Searchable WHOIS Acceptable Use Policy set out in Schedule 3. 2. Limits

More information

GFI product comparison: GFI MailEssentials vs Symantec Mail Security for Microsoft Exchange 7.5

GFI product comparison: GFI MailEssentials vs Symantec Mail Security for Microsoft Exchange 7.5 GFI product comparison: GFI MailEssentials vs Symantec Mail Security for Microsoft Exchange 7.5 Features GFI MailEssentials Symantec Mail Security for Microsoft Exchange 7.5 Integrates with Microsoft Exchange

More information

Spam Protection Guide

Spam  Protection Guide Spam Email Protection Guide Version 1.0 Last Modified 5/29/2014 by Mike Copening Contents Overview of Spam at RTS... 1 Types of Spam... 1 Spam Tricks... 2 Imitation of 3 rd Party Email Template... 2 Spoofed

More information

Malware, , Database Security

Malware,  , Database Security Malware, E-mail, Database Security Malware A general term for all kinds of software with a malign purpose Viruses, Trojan horses, worms etc. Created on purpose Can Prevent correct use of resources (DoS)

More information

SPAM UNDERSTANDING & AVOIDING

SPAM UNDERSTANDING & AVOIDING SPAM UNDERSTANDING & AVOIDING Modified: March 8, 2016 SPAM UNDERSTANDING & AVOIDING... 5 What is Spam?... 6 How to avoid Spam... 6 How to view message headers... 8 Checking and emptying Junk E-mail...

More information

Detecting and Quantifying Abusive IPv6 SMTP!

Detecting and Quantifying Abusive IPv6 SMTP! Detecting and Quantifying Abusive IPv6 SMTP Casey Deccio Verisign Labs Internet2 2014 Technical Exchange October 30, 2014 Spam, IPv4 Reputation and DNSBL Spam is pervasive Annoying (pharmaceuticals) Dangerous

More information

Documentation for: MTA developers

Documentation for: MTA developers This document contains implementation guidelines for developers of MTA products/appliances willing to use Spamhaus products to block as much spam as possible. No reference is made to specific products.

More information

Spam and Ham 성균관대학교 최형기

Spam and Ham 성균관대학교 최형기 Spam and Ham 성균관대학교 최형기 Agenda Introduction to spam Techniques spammers use Kinds of spam Solutions to spam Conclusion CINS/F1-01 2 Electronic Mail outgoing message queue Three major components: user agents

More information

Efficient Directory Harvest Attacks 2. RELATED WORK

Efficient Directory Harvest Attacks 2. RELATED WORK Efficient Directory Harvest Attacks Boldizsár Bencsáth István Vajda Laboratory of Cryptography and Systems Security (CrySyS) Department of Telecommunications Budapest University of Technology and Economics,

More information

GFI product comparison: GFI MailEssentials vs. Trend Micro ScanMail Suite for Microsoft Exchange

GFI product comparison: GFI MailEssentials vs. Trend Micro ScanMail Suite for Microsoft Exchange GFI product comparison: GFI MailEssentials vs. Trend Micro ScanMail Suite for Microsoft Exchange Features GFI MailEssentials Trend Micro ScanMail Suite for Microsoft Exchange Integrates with Microsoft

More information

Taking control of your finances... 5 Use these tips to manage your finances

Taking control of your finances... 5 Use these tips to manage your finances In focus Index In focus... 2 Safeguard your NRI account Taking control of your finances... 5 Use these tips to manage your finances NRI Expert speak... 6 Mr. S. Shanbhag - Financial Expert, answers queries

More information

Proof-of-Work Proves Not To Work

Proof-of-Work Proves Not To Work Proof-of-Work Proves Not To Work Ben Laurie & Richard Clayton 3UHVHQWHGDW:(,6 8QLYHUVLW\RI0LQQHVRWD WK 0D\ Summary Viewing spam as an economic problem Proof-of-work mechanisms How much proof do you want?

More information

Unit 9 Tech savvy? Tech support. 1 I have no idea why... Lesson A. A Unscramble the questions. Do you know which battery I should buy?

Unit 9 Tech savvy? Tech support. 1 I have no idea why... Lesson A. A Unscramble the questions. Do you know which battery I should buy? Unit 9 Tech savvy? Lesson A Tech support 1 I have no idea why... A Unscramble the questions. 1. which battery / Do you know / should / buy / I? Do you know which battery I should buy? 2. they / where /

More information

Anti-Spam. Overview of Anti-Spam Scanning

Anti-Spam. Overview of Anti-Spam Scanning This chapter contains the following sections: Overview of Scanning, on page 1 How to Configure the Appliance to Scan Messages for Spam, on page 2 IronPort Filtering, on page 3 Cisco Intelligent Multi-Scan

More information

Chapter Twenty-Five (f): Whitelists in Filter Policy

Chapter Twenty-Five (f): Whitelists in  Filter Policy Chapter Twenty-Five (f): Whitelists in Email Filter Policy Summary of Chapter: How to allow domains, specific email addresses, words or phrases within Email Filter Policy. What you need: Knowledge of admin

More information

Detecting Spammers with SNARE: Spatio-temporal Network-level Automatic Reputation Engine

Detecting Spammers with SNARE: Spatio-temporal Network-level Automatic Reputation Engine Detecting Spammers with SNARE: Spatio-temporal Network-level Automatic Reputation Engine Shuang Hao, Nadeem Ahmed Syed, Nick Feamster, Alexander G. Gray, Sven Krasser Motivation Spam: More than Just a

More information

FortiGuard Antispam. Frequently Asked Questions. High Performance Multi-Threat Security Solutions

FortiGuard Antispam. Frequently Asked Questions. High Performance Multi-Threat Security Solutions FortiGuard Antispam Frequently Asked Questions High Performance Multi-Threat Security Solutions Q: What is FortiGuard Antispam? A: FortiGuard Antispam Subscription Service (FortiGuard Antispam) is the

More information

Migrating to Precis from SpamAssassin

Migrating to Precis from SpamAssassin Migrating to PreciseMail from SpamAssassin Introduction The freeware package SpamAssassin is one of the most popular anti-spam filters in use today, but it does have limitations that make it unsuitable

More information

BOTNET-GENERATED SPAM

BOTNET-GENERATED SPAM BOTNET-GENERATED SPAM By Areej Al-Bataineh University of Texas at San Antonio MIT Spam Conference 2009 www.securitycartoon.com 3/27/2009 Areej Al-Bataineh - Botnet-generated Spam 2 1 Botnets: A Global

More information

GFI Product Comparison. GFI MailEssentials vs Sophos PureMessage

GFI Product Comparison. GFI MailEssentials vs Sophos PureMessage GFI Product Comparison GFI MailEssentials vs PureMessage GFI MailEssentials Integrates with Microsoft Exchange Server 2003/2007/2010/2013 Scans incoming and outgoing emails Scans internal emails within

More information

GFI product comparison: GFI MailEssentials vs. Barracuda Spam Firewall

GFI product comparison: GFI MailEssentials vs. Barracuda Spam Firewall GFI product comparison: GFI MailEssentials vs. Barracuda Spam Firewall Features GFI MailEssentials Barracuda Spam Firewall Integrates with Microsoft Exchange Server 2007/2010/2013 Scans incoming and outgoing

More information

Ethical Hacking and. Version 6. Spamming

Ethical Hacking and. Version 6. Spamming Ethical Hacking and Countermeasures Version 6 Module XL Spamming News Source: http://www.nzherald.co.nz/ Module Objective This module will familiarize you with: Spamming Techniques used by Spammers How

More information

Improving Newsletter Delivery with Certified Opt-In An Executive White Paper

Improving Newsletter Delivery with Certified Opt-In  An Executive White Paper Improving Newsletter Delivery with Certified Opt-In E-Mail An Executive White Paper Coravue, Inc. 7742 Redlands St., #3041 Los Angeles, CA 90293 USA (310) 305-1525 www.coravue.com Table of Contents Introduction...1

More information

DDOS - Fighting Fire with Fire Michael Walfish, Hari Balakrishnan, David Karger, and Scott Shenker.

DDOS - Fighting Fire with Fire Michael Walfish, Hari Balakrishnan, David Karger, and Scott Shenker. DDOS - Fighting Fire with Fire Michael Walfish, Hari Balakrishnan, David Karger, and Scott Shenker. 12.02.2007 2005-12-31 Richard Your Socher Name www.socher.org Your Title Seminar: Security and Privacy

More information

Postscreen for Zimbra

Postscreen for Zimbra Protecting Your Zimbra Collaboration Environment A Zimbra Collaboration Whitepaper Table of Contents MTA Boosts Email Security 3 How Does It Work? 4 Scenario without Postscreen 4 Scenario with Postscreen

More information

Broadcast E mail TOOLS AND BEST PRACTICES

Broadcast E mail TOOLS AND BEST PRACTICES Broadcast E mail TOOLS AND BEST PRACTICES Is your e mail communication successful? Why or why not? Have you even thought about it? What is your current process? How e mail appears to work Select Recipients

More information

Chapter 13. Digital Cash. Information Security/System Security p. 570/626

Chapter 13. Digital Cash. Information Security/System Security p. 570/626 Chapter 13 Digital Cash Information Security/System Security p. 570/626 Introduction While cash is used in illegal activities such as bribing money laundering tax evasion it also protects privacy: not

More information

An Empirical Study of Behavioral Characteristics of Spammers: Findings and Implications

An Empirical Study of Behavioral Characteristics of Spammers: Findings and Implications An Empirical Study of Behavioral Characteristics of Spammers: Findings and Implications Zhenhai Duan, Kartik Gopalan, Xin Yuan Abstract In this paper we present a detailed study of the behavioral characteristics

More information

Kaspersky Security Network

Kaspersky Security Network The Kaspersky Security Network (KSN) is a complex distributed infrastructure dedicated to intelligently processing cybersecurity-related data streams from millions of voluntary participants around the

More information

Home/Network Computing

Home/Network Computing Home/Network Computing How to avoid becoming road kill on the Internet (Information Superhighway) Home Computing not as simple as it used to be almost all computers need to have sys-admin disk drives will

More information

Mo Metrics, Mo Problems? Our guide to marketing metrics

Mo Metrics, Mo Problems? Our guide to  marketing metrics Mo Metrics, Mo Problems? Our guide to email marketing metrics Number crunching isn t for everyone, so it s not surprising to find many marketers often avoid any kind of in-depth analysis on their email

More information

Proof-of-Work Proves Not To Work

Proof-of-Work Proves Not To Work Proof-of-Work Proves Not To Work Richard Clayton (joint work with Ben Laurie) (FRQRPLFV1HWZRUNV6HFXULW\ 8QLYHUVLW\RI&DPEULGJH 6HPLQDU WK -XQH Summary The current spam problem Viewing spam as an economic

More information

AN EFFECTIVE SPAM FILTERING FOR DYNAMIC MAIL MANAGEMENT SYSTEM

AN EFFECTIVE SPAM FILTERING FOR DYNAMIC MAIL MANAGEMENT SYSTEM ISSN: 2229-6956(ONLINE) DOI: 1.21917/ijsc.212.5 ICTACT JOURNAL ON SOFT COMPUTING, APRIL 212, VOLUME: 2, ISSUE: 3 AN EFFECTIVE SPAM FILTERING FOR DYNAMIC MAIL MANAGEMENT SYSTEM S. Arun Mozhi Selvi 1 and

More information

Anti-Spam. Overview of Anti-Spam Scanning

Anti-Spam. Overview of Anti-Spam Scanning This chapter contains the following sections: Overview of Scanning, on page 1 How to Configure the Appliance to Scan Messages for Spam, on page 2 IronPort Filtering, on page 3 Cisco Intelligent Multi-Scan

More information

to Stay Out of the Spam Folder

to Stay Out of the Spam Folder Tips and Tricks to Stay Out of the Spam Folder At SendGrid we are very serious about email deliverability. We live and breathe it each day. Similar to how Google keeps adjusting its search algorithm to

More information

MATT JONES HOW WHATSAPP REDUCED SPAM WHILE LAUNCHING END-TO-END ENCRYPTION

MATT JONES HOW WHATSAPP REDUCED SPAM WHILE LAUNCHING END-TO-END ENCRYPTION MATT JONES HOW WHATSAPP REDUCED SPAM WHILE LAUNCHING END-TO-END ENCRYPTION MATT JONES HOW WHATSAPP REDUCED SPAM WHILE LAUNCHING END-TO-END ENCRYPTION MATT JONES HOW WHATSAPP REDUCED SPAM WHILE LAUNCHING

More information

Introduction to Honeypot Technologies

Introduction to Honeypot Technologies Introduction to Honeypot Technologies A Tool For Improving Network Forensic Analysis Alexandre Dulaunoy alexandre.dulaunoy@circl.lu January 13, 2012 Introduction and Source of Honeynet Research With the

More information

Choic Anti-Spam Quick Start Guide

Choic Anti-Spam Quick Start Guide ChoiceMail Anti-Spam Quick Start Guide 2005 Version 3.x Welcome to ChoiceMail Welcome to ChoiceMail Enterprise, the most effective anti-spam protection available. This guide will show you how to set up

More information

A quick guide to... Permission: Single or Double Opt-in?

A quick guide to... Permission: Single or Double Opt-in? A quick guide to... Permission: Single or Double Opt-in? In this guide... Learn how to improve campaign results by sending new contacts a confirmation email to verify their intention to join. Table of

More information

Chapter-8. Conclusion and Future Scope

Chapter-8. Conclusion and Future Scope Chapter-8 Conclusion and Future Scope This thesis has addressed the problem of Spam E-mails. In this work a Framework has been proposed. The proposed framework consists of the three pillars which are Legislative

More information

MEASURING AND FINGERPRINTING CLICK-SPAM IN AD NETWORKS

MEASURING AND FINGERPRINTING CLICK-SPAM IN AD NETWORKS MEASURING AND FINGERPRINTING CLICK-SPAM IN AD NETWORKS Vacha Dave *, Saikat Guha and Yin Zhang * * The University of Texas at Austin Microsoft Research India Internet Advertising Today 2 Online advertising

More information

Hit the Ground Spam(fight)ing

Hit the Ground Spam(fight)ing Hit the Ground Spam(fight)ing LISA 05, San Diego December, 2005 John Rowan Littell Earlham College littejo (at) earlham (dot) edu $ARGV[0] There is no magic bullet. Many products, both commercial and open

More information

Proof-of-Work Proves Not To Work

Proof-of-Work Proves Not To Work Proof-of-Work Proves Not To Work Ben Laurie & Richard Clayton 3UHVHQWHGDW0,7 WK -XO\ Summary Viewing spam as an economic problem Proof-of-work mechanisms How much proof do you want? Analysis from an economic

More information

Untitled Page. Help Documentation

Untitled Page. Help Documentation Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2018 SmarterTools Inc. Antispam Administration SmarterMail comes equipped with a number

More information

The Mimecast Security Risk Assessment Quarterly Report May 2017

The Mimecast  Security Risk Assessment Quarterly Report May 2017 The Mimecast Email Security Risk Assessment Quarterly Report May 2017 The Mimecast Email Security Risk Assessment Quarterly Report May 2017 Many organizations think their current email security systems

More information

Be certain. MessageLabs Intelligence: May 2006

Be certain. MessageLabs Intelligence: May 2006 Be certain MessageLabs Intelligence: May 2006 Introduction Welcome to the May edition of the MessageLabs Intelligence monthly report. This report provides the latest threat trends for May 2006 to keep

More information

Image Spam. Introduction. Project description:

Image Spam. Introduction. Project description: Image Spam Introduction Image spam is a kind of E-mail spam where the message text of the spam is presented as a picture in an image file. Since most modern graphical E-mail client software will render

More information

SERIES X: DATA NETWORKS, OPEN SYSTEM COMMUNICATIONS AND SECURITY Telecommunication security. Technical framework for countering spam

SERIES X: DATA NETWORKS, OPEN SYSTEM COMMUNICATIONS AND SECURITY Telecommunication security. Technical framework for countering  spam International Telecommunication Union ITU-T X.1241 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (04/2008) SERIES X: DATA NETWORKS, OPEN SYSTEM COMMUNICATIONS AND SECURITY Telecommunication security

More information

The poor state of SIP endpoint security

The poor state of SIP endpoint security The poor state of SIP endpoint security Kamailio World, 03.04.2014 Henning Westerholt Head of IT Operations Access 1 Agenda Introduction Reasons for security issues, motivation for attackers Past security

More information

To use the money in the ewallet to buy airtime, electricity, products, or services from participating suppliers;

To use the money in the ewallet to buy airtime, electricity, products, or services from participating suppliers; FNB ewallet Terms & Conditions Agreement between you and FNB Namibia. By using the ewallet from FNB, I (herein referred to as the Sender) agree to the terms of use and I allow First National Bank Namibia,

More information

Domain name system black list false reporting attack

Domain name system black list false reporting attack Domain name system black list false reporting attack Ing. Miloš Očkay, PhD 1, Ing. Martin Javurek 2, 1 Department of Informatics Armed Forces Academy of gen. M. R. Štefánik Liptovský Mikuláš, Slovakia

More information

Choic Enterprise Administration Guide DigiPortal Software, Inc.

Choic Enterprise Administration Guide DigiPortal Software, Inc. I Table of Contents Foreword 0 Part I Introduction 3 Part II ChoiceMail Administrative Login 3 Part III Accessing the administration section 4 Part IV ChoiceMail's Administrative Login Screen Part V The

More information

Table of Contents Control Panel Access... 1 Incoming... 6 Outgoing Archive Protection Report Whitelist / Blacklist...

Table of Contents Control Panel Access... 1 Incoming... 6 Outgoing Archive Protection Report Whitelist / Blacklist... User Guide Table of Contents Control Panel Access... 1 Access MxVault Control Panel... 2 Incoming... 6 Incoming Spam Quarantine... 7 Incoming Log Search... 9 Delivery Queue... 12 Report Non-Spam... 16

More information

Pending U.S. Anti-spam Legislation: A Marketer's Guide

Pending U.S. Anti-spam Legislation: A Marketer's Guide Tactical Guidelines, W. Janowski Research Note 14 August 2003 Pending U.S. Anti-spam Legislation: A Marketer's Guide Nine anti-spam proposals are before the 108th U.S. Congress. Marketers must understand

More information

Below is another example, taken from a REAL profile on one of the sites in my packet of someone abusing the sites.

Below is another example, taken from a REAL profile on one of the sites in my packet of someone abusing the sites. Before I show you this month's sites, I need to go over a couple of things, so that we are all on the same page. You will be shown how to leave your link on each of the sites, but abusing the sites can

More information

Deliverability Terms

Deliverability Terms Email Deliverability Terms The Purpose of this Document Deliverability is an important piece to any email marketing strategy, but keeping up with the growing number of email terms can be tiring. To help

More information

Detecting Abuse in TLDs

Detecting Abuse in TLDs Detecting Abuse in TLDs A NameSentry TM presentation by Greg Aaron and Michael Young ICANN Toronto: 15 October 2012 2012 Illumintel Inc. All rights reserved. 1 Defining Abuse Every service provider has

More information

MX Control Console. Administrative User Manual

MX Control Console. Administrative User Manual MX Control Console Administrative User Manual This Software and Related Documentation are proprietary to MX Logic, Inc. Copyright 2003 MX Logic, Inc. The information contained in this document is subject

More information

Fighting the. Botnet Ecosystem. Renaud BIDOU. Page 1

Fighting the. Botnet Ecosystem. Renaud BIDOU. Page 1 Fighting the Botnet Ecosystem Renaud BIDOU Page 1 Bots, bots, bots Page 2 Botnet classification Internal Structure Command model Propagation mechanism 1. Monolithic Coherent, all features in one binary

More information

CPSC156a: The Internet Co-Evolution of Technology and Society

CPSC156a: The Internet Co-Evolution of Technology and Society CPSC156a: The Internet Co-Evolution of Technology and Society Lecture 16: November 4, 2003 Spam Acknowledgement: V. Ramachandran What is Spam? Source: Mail Abuse Prevention System, LLC Spam is unsolicited

More information

Symantec Protection Suite Add-On for Hosted Security

Symantec Protection Suite Add-On for Hosted  Security Symantec Protection Suite Add-On for Hosted Email Security Overview Malware and spam pose enormous risk to the health and viability of IT networks. Cyber criminal attacks are focused on stealing money

More information

1. "To help others locate a Web site, the site should be registered with various " a. On Line services b. Backbone providers c.

1. To help others locate a Web site, the site should be registered with various  a. On Line services b. Backbone providers c. 1. "To help others locate a Web site, the site should be registered with various -----." a. On Line services b. Backbone providers c. Search engines d. Mail servers 2. "In technique, network communications

More information

Spam, Security and SORBS v2.0

Spam, Security and SORBS v2.0 Spam, Security and SORBS v2.0 Michelle Sullivan Engineering Director, GFI Software Ltd Creator, Spam and Open Relay Blocking System (SORBS) Email: michelle@sorbs.net Tel: +356 79 543115 About this Presentation

More information

Outline 9.2. TCP for 2.5G/3G wireless

Outline 9.2. TCP for 2.5G/3G wireless Transport layer 9.1 Outline Motivation, TCP-mechanisms Classical approaches (Indirect TCP, Snooping TCP, Mobile TCP) PEPs in general Additional optimizations (Fast retransmit/recovery, Transmission freezing,

More information

Terms and conditions The terms and conditions are updated the 22nd of May 2018, and are valid for all purchases made on or after this date.

Terms and conditions The terms and conditions are updated the 22nd of May 2018, and are valid for all purchases made on or after this date. Terms and conditions The terms and conditions are updated the 22nd of May 2018, and are valid for all purchases made on or after this date. Sales of products on this site is undertaken by Venuepoint AS

More information

Introduction Honeynets/pots - Types and variation Honeynets/pots - Advantages/Disadvantages Conclusion Q and A Diagrams. Honeynets

Introduction Honeynets/pots - Types and variation Honeynets/pots - Advantages/Disadvantages Conclusion Q and A Diagrams. Honeynets Introduction /pots - Types and variation /pots - Advantages/Disadvantages Conclusion Q and A Diagrams Introduction to Honeypot/Honeynet technologies and Its Historical Perspective January 21, 2011 Introduction

More information

Threat Modeling. Bart De Win Secure Application Development Course, Credits to

Threat Modeling. Bart De Win Secure Application Development Course, Credits to Threat Modeling Bart De Win bart.dewin@ascure.com Secure Application Development Course, 2009 Credits to Frank Piessens (KUL) for the slides 2 1 Overview Introduction Key Concepts Threats, Vulnerabilities,

More information

Mailspike. Henrique Aparício

Mailspike. Henrique Aparício Mailspike Henrique Aparício 1 Introduction For many years now, email has become a tool of great importance as a means of communication. Its growing use led inevitably to its exploitation by entities that

More information

Mail Assure Quick Start Guide

Mail Assure Quick Start Guide Mail Assure Quick Start Guide Version: 11/15/2017 Last Updated: Wednesday, November 15, 2017 CONTENTS Getting Started with Mail Assure 1 Firewall Settings 2 Accessing Mail Assure 3 Incoming Filtering 4

More information

Testing? Here s a Second Opinion. David Koconis, Ph.D. Senior Technical Advisor, ICSA Labs 01 October 2010

Testing? Here s a Second Opinion. David Koconis, Ph.D. Senior Technical Advisor, ICSA Labs 01 October 2010 Still Curious about Anti-Spam Testing? Here s a Second Opinion David Koconis, Ph.D. Senior Technical Advisor, ICSA Labs 01 October 2010 Copyright 2009 Cybertrust. All Rights Reserved. Outline Introduction

More information

CAMELOT Configuration Overview Step-by-Step

CAMELOT Configuration Overview Step-by-Step General Mode of Operation Page: 1 CAMELOT Configuration Overview Step-by-Step 1. General Mode of Operation CAMELOT consists basically of three analytic processes running in a row before the email reaches

More information

NANOG29. The Relationship Between Network Security and Spam. Carl Hutzler, Director AntiSpam Operations Ron da Silva, Principal Architect

NANOG29. The Relationship Between Network Security and Spam. Carl Hutzler, Director AntiSpam Operations Ron da Silva, Principal Architect NANOG29 The Relationship Between Network Security and Spam Carl Hutzler, Director AntiSpam Operations Ron da Silva, Principal Architect America Online, Inc. 2 Executive Summary Spam is a large and growing

More information