.. /Cloudflared
Star

Exfiltration
Phishing
Download

Cloudflared is provided by CloudFlare which is a cyber security company. This tool works in a similar fashion to others and allows insiders as well as threat actors for data exfiltration.

Paths:

Resources:

Acknowledgements:

Detections:

Exfiltration

  1. This will generate tunnels link. However, a local server on the same port is required to exfiltrate the data.

    cloudflared.exe tunnel --url <IP>:<PORT>
    Use case
    Exposing local file system over the internet.
    Privileges required
    User
    Operating systems
    Windows, Mac, Linux

Phishing

  1. By hosting a local server running a Phishing Website it is possible to expose it via CloudFlare URLs/Domains.

    cloudflared.exe tunnel --url <IP>:<PORT>
    Use case
    Hosting phishing sites locally and exposing them via CloudFlare URLs.
    Privileges required
    User
    Operating systems
    Windows, Mac, Linux

Download

  1. By simply hosting malicious binaries/payloads, it is possible to expose them via CloudFlare domains.

    cloudflared.exe tunnel --url <IP>:<PORT>
    Use case
    Hosting malicious binaies/payloads locally and exposing them via CloudFlare URLs.
    Privileges required
    User
    Operating systems
    Windows, Mac, Linux