SyntaxHighlighter.config.bloggerMode=true; SyntaxHighlighter.all();

Friday, December 14, 2012

How to track the physical location of an email sender


Have you ever wanted to know what medium (web browser, email client or client on mobile device) was used to send an email? If it was sent through a mobile device, what network was it sent from? Where was the email sent from geographically speaking? Well, nowadays, you don't need to be a hacker or guru in order to know most of this information. You just need to use some tools that can be found on your own computer or online.

The first thing you need to know is that an email consist of three different parts: The envelope, the header and the body message. In this article, we will concentrate in the most important of the email, the header which will allow us to get an answer to our questions. The header of a message contains the routing information of a message, time stamps and some others such as TO and FROM headers.

Steps to analyze an email header

  1. Get the email header of the email you want to verify. Google has clear instructions on how to do so.
  2. Copy the whole header of the message and paste into a header analyzer tool and analyze it. It will look like this:
  3. Use an IP Tracker tool in order to trace the location of more and less the email was sent from. In the example above, the IP was 68.196.33.39. Be aware that this location is not 100% accurate. If the device was sent via mobile device, the message transfer agent at the cellphone provider will stamp the IP address or DNS name of the server that received the email. Normally the DNS name will have the provider name and if it's the IP you can do an nslookup against it.
Recently, with all the updates that Citrix has been releasing for their Citrix Receiver, there has been an increased number of errors. One of the most common ones is: Citrix Receiver Configuration Manager: No Value could be found for (AllowHotkey) that satisfies all lockdown requirements. The lockdown requirements in force may be conflicting. (See image below).


This error occurs when you launch a Citrix application from the web interface and your settings are not allowing the connection from the client version you have.
Don't even try to uninstall and reinstall the Citrix Receiver as it may not fix the issue. As the error says, there's a setting locking down your Receiver and the best way to solve this issue is by disabling the lockdown.

On Windows XP/Vista/7 32 Bits

  1. Open the Registry Editor (click on the Start Menu - Run - type in regedit.exe and hit OK).
  2. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\ICA Client\Engine\Lockdown Profiles\All Regions.
  3. Change the DWORD value for EnableLockdown from 1 to 0.
  4. Close Registry Editor and try to launch the application again.

On Windows XP/Vista/7 64 Bits
  1. Open the Registry Editor (click on the Start Menu - Run - type in regedit.exe and hit OK).
  2. HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Citrix\ICA Client\Engine\Lockdown Profiles\All Regions
  3. Change the DWORD value for EnableLockdown from 1 to 0.
  4. Close Registry Editor and try to launch the application again.



Wednesday, May 4, 2011

Over the years, Microsoft has developed great-solid OSes platforms for Enterprises such as Windows Server 2003 that had been used in lots of network environments all over the world. A few years ago, the great technology titan released Microsoft Windows Server 2008 that possesses a wide variety of features that former versions of the OS didn't have.

In this opportunity, Tips4Teks will show you How to setup a Active Directory Domain Services on Windows Server 2008.

Friday, April 29, 2011

How to remove software using VBS Script

Isn't it a pain when you need to uninstall unwanted software from your computer but it does not let you? Or what about the IT folks that need to uninstall an app from many of the client machines they have on their enterprise? Would they do it manually on each computer?

There are several ways to accomplish this task without having to spend hours uninstalling the app machine per machine.

This time I'll show you how to uninstall software, (Winzip on a Windows OS computer) using VBS script. All VBS code found on this site needs to be copied and pasted on a notepad file and saved with the extension .vbs


Thursday, April 28, 2011

Notes error: Document has been deleted

Oh well! Another issue that our beloved email client Lotus Notes might surprise you with! This is one is very popular in places where local replicas are used. Below the resolution that has worked for me in most of the cases.

Notes error: Document has been deleted (When archiving using a criteria)

Description:
Lotus Notes is trying to archive a document that has been deleted.
Solution:

Wednesday, April 27, 2011

Cannot find external name SIGNENCRYPTPOLICY

Unfortunately, many of the issues and solutions that you're going to find here will be related to Lotus Notes since this application crashes a lot and there's not much troubleshooting information out there. The next is not that popular but comes up in occasions...

Cannot find external name SIGNENCRYPTPOLICY

Description:

This error appears when a user opens a folder on a mailbox.

Solution:

  1. Replace the design template.
    1. Right click on the database from the workspace.
    2. Go to he menu Application - Replace Design.
It's important that you Replace the design and NOT just refresh it as they invoke different actions.
Have you ever wondered how you change the font size on Lotus Notes? Then here's the answer!
On Lotus Notes 8.5 Standard (for both PC and Mac versions):
1- Go to File -> Preferences (on the Mac, Lotus Notes, preferences)

2- Then click on "Fonts" and change the font size from the dropdown box.


Changing the font size on Notes 8.5 Basic or earlier Notes versions (for both PCs and Macs)
In this case, it requires to specify the parameters on Notes configuration files. On the PC the file name is Notes.ini and it's located on the Notes installation folder (mostly found at C:\Notes\notes.ini). On a Mac computer the configuration file name is Notes preferences and it's located on/User/Library/Preferences/Notes preferences.
To do the changes, close the Notes client and open the above mentioned file with any text editor.
Add the following line at the end of any line.
Display_font_adjustment=n
Where "n" is a integer number.
Ex: Display_font_adjustment=4

Finally, save the configuration file and reopen the Notes client.
Content belongs to Tips4teks.blogspot.com. All Rights Reserved. Powered by Blogger.