how to hide the IP in the email header?


 
Thread Tools Search this Thread
Special Forums Cybersecurity how to hide the IP in the email header?
# 8  
Old 08-09-2001
Bug

I agree with Neo.

More, I am not spammer. This question is coming from the privacy concerns.

More secure email protocols other than SMTP should be invented. Don't you think so?
# 9  
Old 08-10-2001
Yes, now that the use of email has matured, a more robust and secure email protocol would be appropriate. However, it is both human nature and the nature of the IETF to 'pave over cowpaths' so there is little chance that SMTP will be redesigned (and actually used) in the next decade. The trends in IT are to modify and tweak broken legacy systems.

So, we are 'stuck with SMTP' for the forseeable future. However, mail can be sent using SMTP quite securely using PGP and other encryption methods. Originating IP addresses can be hidden; or anonymous remailers can be used (or both!!).
# 10  
Old 08-14-2001
Quote:
Also, I must take some issue with the broad statment:

.... security by obscurity never works....
A little broad, I admit....just trying to make the point that obscuring the IP address in your email would probably not make one bit of difference to deter port-scans, etc.


I still maintain that it is extremely bad netiquette to intentionally spoof your email headers. Use anonymous remailers instead. If you have ever tried to diagnose a mail system problem, then you should realize the importance of accurate headers... they are put there for a reason! Don't bend the rules of the protocol because they don't suit your tastes. (This is something that Microsoft likes to do...)
# 11  
Old 08-14-2001
huuuuuuu......

Calm down, man. I don't really intend to hide IP in my mail headers. But we ought to know how to do this, right?

OK, let's come back to the original question. I checked the file /etc/sendmail.cf and I found it contained definitions of mail header format. Like following,

  H?P?Return-Path: <$g>
  HReceived: $?sfrom $s $.$?_($?s$|from $.$_)
  H?D?Resent-Date: $a
  H?D?Date: $a
  H?F?Resent-From: $?x$x <$g>$|$g$.
  H?F?From: $?x$x <$g>$|$g$.
  H?x?Full-Name: $x
  H?M?Resent-Message-Id: <$t.$i@$j>
  H?M?Message-Id: $t.$i@$j

I don't think it is easy to understand. Any specialist ever tackled this file? BTW, voodoo, seems something from Africa... Working with voodoo.c may be too difficult for me.

Thanks for your interests!

Eddie

# 12  
Old 08-14-2001
Yes, you can monkey with sendmail.cf and have lots of fun. However, there are a lot more header information than the ones you posted, so you have to dig deeper into the headers and how the headers are generated. The sendmail book by OReilly is good for this.


As far a the intent of the SMTP protocol, I don't think there is a documented book on the thoughts of the late Jon Postel why he created the protocol as he did. I don't think that when SMTP was invented, Jon or anyone in their wildest dreams, conceived of how email is vastly used today. Spam, privacy, security, all of the topics were not even in the back-of-the-mind when SMTP the IETF RFC was created. Back then, folks were just trying to send messages between diverse organizations and even the use of the @ system was NOT standard.

So, I think it is a leap of the imagination to discuss what was in the mind of Jon Postel and SMTP mail in 1980s; with the exception of trying to get clumsy and clunky email to work with IMP processors created by BBN Smilie

Suggest folks interested read "Where Wizards Stay Up Late" where this is discussed (the origins of the Internet); and the first (or one of the first) email messages, sent my Professor Kleinrock, to seek his lost razor after a trip.


This book is a must read for all interested in the real origins of the Internet (and not the modern hype).
# 13  
Old 08-14-2001
Good suggestion.

Let us think why we do not have so severe spam problems in the real mail system (paper mails, not email). Because of postage. Email spammers send emails without paying postage.

I am thinking if we can imagine that emails should be added with electronic postages prior to being submited to the Email server. I think, with so developed computer technology we have, it is not a dream. Although this comport may incur widespread objections, I still believe E-postage could be a prospect of our future email system.
......
.....
....
...
..
.

Last edited by eddie; 08-15-2001 at 02:07 PM..
# 14  
Old 08-14-2001
Interesting suggestion, e-postage for e-mail. You strike me as someone who 'thinks out of the box' and sees life as a set of infinite possibilities vis-a-vis constrained by the mistakes of the past.

As far as email spam, I receive much more e-mail spam than postal spam and junk mail; but I am much more troubled by junk mail in my postal mail box. Here is why, just Neo-think:

Postal junk mail (junk mail) is bulky, contributes to deforestation (paper based) and global warming, and worst of all (selfish me) sometimes hides the good mail (I've lost important bills tossing out the junk). So, you must 'sort and seek' the pile of junk mail and are forced to handle.

E-mail junk, on the other hand, is more easily managed. I know the domains and people and subjects I find critical, so I filter these into special folders. Default junk (spam) goes to a generic in box. Not withstanding spam and junk filters and blockers, I can easily delete spam with the delete key. So, even when I'm heavily spammed, the time-to-delete is trivial.

Granted, in a rush to delete spam, I've deleted a few good messages, but this is unusual.

So, as much as I have a distaste for spam, I do not find it 'more evil' than things like:

- standing in line
- getting junk mail in my US mail box
- deleting and moving posts in the UNIX forums
- cleaning the house
- fileing papers
- you get the idea

So, it is quite popular to 'call email spam the evil-of-the-world' but, quite frankly, I can name 100s of events than make spam trivial, relatively speaking.

Not that I like spam, but you can make your spam life easier by using temporary mailing addresses and doing things like:

-register with web-sites as neo_web@domain.com or mail@yourdomain.com and by doing these tricks, minimize spam in your inbox.

-do not put your email address in newsgroups and other public forums that are archived and mined

-be careful about your main and favorite email addresses with other public documents.

I'm running out of brain-fodder Smilie

Neo
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Find header in a text file and prepend it to all lines until another header is found

I've been struggling with this one for quite a while and cannot seem to find a solution for this find/replace scenario. Perhaps I'm getting rusty. I have a file that contains a number of metrics (exactly 3 fields per line) from a few appliances that are collected in parallel. To identify the... (3 Replies)
Discussion started by: verdepollo
3 Replies

2. Shell Programming and Scripting

Recursive header for email body

i have added the header also to the script you provided, it is working fine, but I am expecting to get the header over those rows for which the URL or port changes. URL will remain same for few rows and then it change, and once the URL change the header should come, like in below input you can see... (11 Replies)
Discussion started by: mirwasim
11 Replies

3. Programming

How to hide from UNIX strings - obfuscate or hide a literal or constant?

Hi, I need to somehow pipe the password to a command and run some SQL, for example, something like echo $password | sqlplus -s system @query01.sql To make it not so obvious, I decided to try out writing a small C program that basically just do echo $password. So now I just do x9.out | sqlplus... (8 Replies)
Discussion started by: newbie_01
8 Replies

4. Shell Programming and Scripting

Manipulate all rows except header, but header should be output as well

Hello There... I have a sample input file .. number:department:amount 125:Market:125.23 126:Hardware store:434.95 127:Video store:7.45 128:Book store:14.32 129:Gasolline:16.10 I will be doing some manipulations on all the records except the header, but the header should always be... (2 Replies)
Discussion started by: juzz4fun
2 Replies

5. UNIX for Dummies Questions & Answers

Merge all csv files in one folder considering only 1 header row and ignoring header of all others

Friends, I need help with the following in UNIX. Merge all csv files in one folder considering only 1 header row and ignoring header of all other files. FYI - All files are in same format and contains same headers. Thank you (4 Replies)
Discussion started by: Shiny_Roy
4 Replies

6. UNIX for Dummies Questions & Answers

Changing email header information by tweaking sendmail

How can i tweak sendmail configuration files so that the "Received:" field is removed from email header information? Or else can i change Received: (from enswitch@localhost) in email header to something likeReceived: (from xyz@localhost)? ---------- Post updated at 09:57 PM ---------- Previous... (2 Replies)
Discussion started by: proactiveaditya
2 Replies

7. Shell Programming and Scripting

Combining header and data and send email without usage of temp file

Dear All- My requirement is as below- Header file $ cat HEADER.txt RequestId: RequestDate: Data file $ cat DATAVAL.txt 1001|2009-03-01 I need to send the combined data below as email body via mailx command ------------------ RequestId:1001 RequestDate:2009-03-01 I would like... (4 Replies)
Discussion started by: sureshg_sampat
4 Replies

8. Shell Programming and Scripting

mailx requirement - email body header in bold and data content in normal text

Dear all- I have a requirement to send an email via email with body content which looks something below- Email body contents -------------------- RequestType: Update DateAcctOpened: 1/5/2010 Note that header information and data content should be normal text.. Please advice on... (5 Replies)
Discussion started by: sureshg_sampat
5 Replies

9. Linux

Reading the header of a tar file(posix header)

say i have these many file in a directory named exam. 1)/exam/newfolder/link.txt. 2)/exam/newfolder1/ and i create a tar say exam.tar well the problem is, when i read the tar file i dont find any metadata about the directories,as you cannot create a tar containig empty directories. on the... (2 Replies)
Discussion started by: Tanvirk
2 Replies
Login or Register to Ask a Question