16 February 2020

Anonymous Bible: Using Tor, Proxy Servers, VPN & Encrypted Emails in Kali Linux

Nowadays, nearly everything we do on the internet is tracked. Whoever is doing the tracking; it may be Google tracking our online searches, website visits, and email or it may be the National Security Agency (NSA) cataloging all our every online step is being recorded, indexed, and then mined for their benefit. The normal users and security experts everyone needs to learn how to limit this tracking and stay relatively anonymous on the internet and narrow this ubiquitous surveillance.

In this detailed article we look at how we can navigate the world wide web anonymously (or as close as we can get) and safely using 4 popular methods:
  • The Onion Router
  • Proxy servers
  • Virtual Private Networks
  • Private encrypted email

No one method is sure to keep our activities safe from prying eyes and given enough time & resources, anything can be tracked. However we can use all methods together, this will make the tracker's job nearly impossible.
Let's start, we discuss at a high level some of the ways our activity on the internet is tracked. We won't go into all tracking methods, or too many details about only one method, as that would be beyond the scope of this artical. Indeed such a discussion could take up an entire book on its own.
First, our IP address identifies us as we traverse the internet. Data send from our machine is generally tagged with our IP address, making our activities easy to track. Second, Google and other email services will read our email, looking for keywords to more efficiently serve the ads. Although many more sophisticated methods are far more time and resource-intensive, these are the ones we try to prevent in this article. Let's start by taking a look at how IP address gives us away on the internet.
 When we send a data packet across the internet, it contains the IP address of the source and destination for the data. In this way, the packet knows where it is going and where to return the response. Each packet hops through multiple internet routers until it finds its destination and then hops back to the sender. For general internet surfing, each hop is a router the packets pass through to get to its destination, but usually, any packet will find its way to the destination in fewer than 15 hops. As the packet traverses the internet, anyone intercepting the packet can see who sent it, Where it has been, and where it's going. This is one-way websites that can tell who we are when arrive and log us in automatically, and it's also how someone can track where we have been on the internet.
To see what hops a packet might make between we and our destination, we can use the traceroute command in our kali linux treminal:
$ traceroute google.com
As we can see in the screenshot Google.com is a hops across the internet from us. Our results will likely be different because our request would be coming from a different location and because Google have many servers across the world. Packets do not always take the same route across the internet, so we might send another packet from our address to the same site and receive different route. Let's see how we can disguise all this with the Tor network.

1. The Onion Router (TOR)

In the year 1990, the US office of Naval Research (ONR) set out to develop a method for anonymously navigating the internet for espionage purpose. The plan was to set up a network of routers that was separated from the internet routers, that could encrypt the traffic, and that only stored unencrypted IP address of our previous router. That means all other routers address along the way were encrypted. The idea was that anyone watching the traffic could not determine the origin or destination of the data. This research become known as "The Onion Router (Tor) Project" In 2002, it is available for everyone to use safe and anonymous navigation on the internet.

How Tor Works

Packets send over Tor are not sent over the regular routers so closely monitored by so many rather are sent over a network of over 7000+ routers around the world, special thanks to volunteers who allow their computers to be used by Tor. On top of using a totally separate router network, Tor encrypts the data, destination, and sender IP address of each packet. At each hop, the information is encrypted and then decrypted by the next hop when it is received. In this way, each packet contains information about only the previous hop along the path and not the IP address of the traffic. If someone intercepts the traffic, they can see only the IP address of previous hop, and the website owner can see only the IP address of the last router that send the traffic. In this way Tor ensure relative anonymity across the web.
tor uses encrypted traffic data

To enable the use of Tor we need to install Tor Browser from here. We can download Tor for all platforms, in our case we using is Kali Linux. So after downloading the file right-click and choose the "Extract Here" option.
Then we double-click to open the tor-browser folder. We can run the tor browser from here but in kali linux, it's a bit difficult to run tor as the root user. We do some configuration to run tor in kali linux. We need to go a folder Browser and in this folder, we will get a file called start-tor-browser.
Then open this file in any text editor (i'm using leafpad), And make a search for root by using Ctrl + F key.
In here, comment on the following lines using "#" symbol.
Lastly, save this file and exit. Now we can run the tor browser as the root user. So, go back to the main folder then open a new terminal here, and type the following command to run it.
./start-tor-browser.desktop
Now we can click on connect and after some seconds it will opens Tor Browser.
tor browser in kali linux 2020
It looks like any old internet browser. By using this browser , we will be navigating the internet through a separate set of routers and will be able to visit without being tracked by anyone. Unfortunately, the trade off is that via the Tor browser can be bit slower, because there are not nearly as many routers, the bandwidth is limited in tor network.

In addition, to being capable of accessing nearly any website on the traditional internet, the tor browser is capable of accessing the dark web. The websites that make up the dark web requires anonymity, for this reason they allow access only through the tor browser, and dark websites have address ending with .onion for their top level domain (TLD). The dark web is infamous for illegal activity, but some numbers of legitimate services are also available in dark web. Some words for caution, however when accessing the dark web, we may come across material that many will find offensive. Have a look how we can host our own .onion dark web for free by clicking here.

Security Concerns


The intelligence & spy services of the United States and other nations consider the tor network as a threat to national security, believing such an anonymous network enables foreign governments and terrorists to communicate without being watched. As a result, some robust, ambitious research projects are working to break the anonymity of tor.

Tor's anonymity has been broken before by these authorities and will likely break again. The NSA, as one instance, runs it's own tor routers, which means that our traffic may be traversing the NSA's routers when we use tor. If our traffic is exiting the NSA's routers, that is even worse, because the exit router always knows our destination, but this will be very hard to trace us. The NSA also has a method known as traffic correlation, which involves looking for patterns in incoming and outgoing traffic, that has been able to break tor's anonymity. Though these attempts to break tor won't affect tor's effectiveness at obscuring our identity for commercial services, such as Google, they may limit the browser's effectiveness in keeping us anonymous from spy agencies.

2. Proxy Servers

Another approach for reaching anonymity on the web is to use proxies, which are intermediate systems that user connects to a proxy, and the traffic is given the IP address of the proxy before it's passed on (see the following figure).
running traffic on a proxy server
When the traffic returns from the destinations the proxy send the traffic back to the source. In this way, traffic appears to come from the proxy and not our IP address. The proxy servers likely log our traffic, but an investigator would have to get a subpoena or search warrant to obtain our logs. To make our traffic even harder to trace, we can use more than one proxy, this strategy known as a proxy chain. The kali linux has a beautiful proxying tool called proxychains that can set up to obscure our traffic.

Security Concerns


A mark on proxy security, be sure to choose your proxies wisely. proxychains is only as good as the proxies we use. If we are intent on remaining anonymous, we should not use free proxies. Experts use paid proxies that can be trusted. In fact, free proxies are likely selling our IP address and browsing history. A famous privacy specialist and cryptographer said: "If something is free, you're no the customer; you are the product ~ Bruce Schneier." In other words, any free product likely gathering our data and selling it. Why else would they offer a proxy for free?

Although the IP address of our traffic leaving the proxy will be anonymous, there are other ways for surveillance agencies to identify us. For instance, the owner or law enforcement agencies with jurisdiction may offer up our identity to protect their business. It's important to be aware of the limitations of proxies as a source of anonymity.

3. Virtual Private Networks (VPN)


Using a virtual private network (VPN) can be an effective way to keep our web traffic relatively anonymous and secure. A VPN is used to connect to an intermediary internet device such as a router that sends our traffic to its ultimate destination tagged with the IP address of the router. Using a VPN can certainly enhance our security and privacy, but it is not guaranteed anonymity. The internet device we connect to must record our IP address can uncover information about us.

The value of the VPN is that they are simple and easy to work with. We can open an account with a VPN provider and then seamlessly connect to the VPN each time we log on to our computer. We can use our browser as usual to navigate the web, but it will appear to anyone watching that our traffic is coming from the IP address and location of the internet VPN device, not our own. Also, all traffic between us and the VPN devices is encrypted, so even our internet provider can't see our traffic. Among other things, a VPN can be effective in evading government-controlled content and information censors. For instance, if our national government limits our access to websites with a particular political message, we can likely use a VPN based outside our country to access that content. Some media corporations like NetFlix, Hulu and HBO limit access to their content to IP addresses originating from their own country. Using a VPN based in a nation that those services allow can often get us around to CNET are following: 
  • IPVanish
  • Nord VPN
  • ExpressVPN
  • Cyberghost
  • Goldenfrog VPN
  • Hide My Ass
  • Private Internet Access
  • PureVPN
  • TorGuard
  • Buffered VPN 
Most of these VPN services charge $50 - $100 per year, and many offer a free 30-day trial. To find out more about how to set up a VPN, choose one from the list and visit the website. We should find download, installation and uses instructions that are quite easy to follow.

The strength of a VPN is that all our traffic is encrypted when it leaves our PC/mobile, thus protecting us against snooping, and our IP address is cloaked by the VPN IP address when we visit a site. As with a proxy server, the admin of the VPN has our originating IP address (otherwise they couldn't send our traffic back to us). If they are pressured by espionage agencies or law enforcement, they might give up our identity. One way to prevent that is to use only VPN's that promised not to store or log any of this information (and we hope they are being truthful). In this way, if someone requests that the VPN service provider to check their data of users, there is no data.

4. Encrypted E-mail


Free commercial email services like Gmail, Yahoo!, Outlook, Hotmail are free for a reason. They are vehicles for tracking our interests and serving their ads. As mentioned earlier, if a service is free then we are the product, not the customer. Also, the servers of the email provider have access to the unencrypted content of our emails, even if we're using HTTPS. One way to prevent eavesdropping on our email is to use encrypted email. ProtonMail encrypts our email from end to end or browser to browser. This means that our email is encrypted on ProtonMail servers. Even the ProtonMail owners can't read our emails.
ProtonMail was founded by a group of young scientists at the CERN supercollider facility in Switzerland. The Swiss have a big and storied history of protecting secrets (remember the Swiss bank accounts), and ProtonMail's servers are based in the European Union, which has much stricter laws regarding the sharing of personal data then does the US. ProtonMail does not charge for a basic account but offers premium accounts for a nominal price. It is important for some or all of the email not to be encrypted. Check the ProtonMail support knowledge base for full details.

Conclusion


We are continually being surveilled by commercial firms and national intelligence agencies. To keep our data and web travels secure, we need to implement at least one of the security measures discussed in this post. By applying them in combination we can minimize our footprint on the web and keep our data much more secure. That's all. #BeSecure and help friends to be secure by sharing this on social media.

Whatsapp Button works on Mobile Device only

Start typing and press Enter to search