Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Wireshark 2 Quick Start Guide

You're reading from   Wireshark 2 Quick Start Guide Secure your network through protocol analysis

Arrow left icon
Product type Paperback
Published in Jun 2018
Publisher
ISBN-13 9781789342789
Length 164 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
 Mishra Mishra
Author Profile Icon Mishra
Mishra
Arrow right icon
View More author details
Toc

Simple Mail Transfer Protocol (SMTP)


SMTP is used widely to send and receive emails over a small network. The protocol uses the Sender-SMTP process to send emails and the Receiver-SMTP process to receive emails. This makes SMTP a client-server-based protocol that runs over port 25.

Typically, an SMTP channel for mail transfer is created through a successful TCP three-way handshake followed by a series of SMTP packets:

In our lab, we have an SMTP server configured at IP 192.168.1.105 and a client at IP 192.168.1.104. The client will request the server to sends an email to an address known to the client. The server will respond to this request with numerical code, followed by a brief response parameter.

Dissecting SMTP communication packets

Using the Netcat client from a Kali Linux machine, I will connect to the SMTP mail service running on a Windows machine. After a successful three-way handshake, the server will respond with numerical codes with a short summary. Follow these steps to the send...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £13.99/month. Cancel anytime
Visually different images