# Phishing Infrastructure

1. Use wildcard cert to avoid the domains from being logged by CT
2. Avoid Let’s Crypt. Use fronting by trusted providers
3. Use trusted domains and delay the redirection to bypass sandbox
4. Obfuscate your HTML&#x20;
5. Use old/expired domains or Living Off Trusted Sites
6. Use reverse proxy
7. Block vendors IPs
8. Use CAPTCHA

### References

{% embed url="<https://twitter.com/Weasel_Sec/status/1720784540354908207>" %}


---

# Agent Instructions: 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:

```
GET https://ttp.parzival.sh/red-teaming/offensive-infrastructure/phishing-infrastructure.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
