> For the complete documentation index, see [llms.txt](https://blog.be-hacktive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.be-hacktive.com/tip-1-raising-awareness/phishing/evolution.md).

# Phishing - Evolution

## Years: 2003 - 2004

In late 2003, phishers registered dozens of domains that resembled legitimate sites such as eBay and PayPal. They used e-mail programs to send fraudulent e-mails to PayPal customers. These customers were directed to hacker sites and asked to update their credit card and other credentials.

![Phishing e-mail using Paypal's name and redirecting to a fraudulent site](/files/-MkXGr9O24q_IATOCu6s)

In early 2004, phishers enjoyed considerable success, particularly in attacking banking sites and their customers. Pop-up windows were used to obtain sensitive information from victims.

## Years: 2004 2005

Between May 2004 and May 2005, around 1.2 million users in the USA suffered losses caused by phishing, for a total of around $929 million. Organizations lose around $2 billion a year to phishing.

Phishing is officially recognized as a fully organized part of the black market. Specialized software capable of processing phishing payments is appearing on a global scale, externalizing a huge risk. This software is used in phishing campaigns by organized criminal gangs.

## Year: 2008

At the end of 2008, bitcoin and other crypto-currencies were launched. Transactions carried out using malware can now be secure and anonymous, changing the game for cybercriminals.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://blog.be-hacktive.com/tip-1-raising-awareness/phishing/evolution.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
