Skip to content

Access requests

Overview

Cloudflare is a global network designed to make everything you connect to the Internet secure, private, fast, and reliable.

In this documentation, you will learn how to collect and send Cloudflare Access Request logs to Sekoia.io.

The following Sekoia.io built-in rules match the intake Cloudflare Access Requests. This documentation is updated automatically and is based solely on the fields used by the intake which are checked against our rules. This means that some rules will be listed but might not be relevant with the intake.

SEKOIA.IO x Cloudflare Access Requests on ATT&CK Navigator

Bazar Loader DGA (Domain Generation Algorithm)

Detects Bazar Loader domains based on the Bazar Loader DGA

  • Effort: elementary
SEKOIA.IO Intelligence Feed

Detect threats based on indicators of compromise (IOCs) collected by SEKOIA's Threat and Detection Research team.

  • Effort: elementary

Event Categories

The following table lists the data source offered by this integration.

Data Source Description
Authentication logs Record login and logouts

In details, the following table denotes the type of events produced by this integration.

Name Values
Kind event
Category authentication, network
Type connection, denied, end, info, start

Event Samples

Find below few samples of events and how they are normalized by Sekoia.io.

{
    "message": "{\"Action\":\"\",\"Allowed\":true,\"AppDomain\":\"sekoiaio.cloudflareaccess.com/cdn-cgi/access/sso/saml/c4d0a525391e32821996da07ec86781977836c14341048dd16c4bb8173741238\",\"AppUUID\":\"123e233b-253e-7890-8844-08123123123a\",\"Connection\":\"onetimepin\",\"Country\":\"fr\",\"CreatedAt\":\"2023-02-24T14:52:47Z\",\"Email\":\"john.doe@mock.com\",\"IPAddress\":\"78.101.123.45\",\"PurposeJustificationPrompt\":\"\",\"PurposeJustificationResponse\":\"\",\"RayID\":\"79e906eb5dc32123\",\"TemporaryAccessApprovers\":[],\"TemporaryAccessDuration\":0,\"UserUID\":\"123f6715-400f-5fae-a345-d28191234123\"}",
    "event": {
        "category": [
            "authentication",
            "network"
        ],
        "dataset": "access_requests",
        "kind": "event",
        "type": [
            "info"
        ]
    },
    "@timestamp": "2023-02-24T14:52:47Z",
    "client": {
        "address": "78.101.123.45",
        "ip": "78.101.123.45"
    },
    "cloudflare": {
        "AppUUID": "123e233b-253e-7890-8844-08123123123a",
        "Connection": "onetimepin",
        "RayID": "79e906eb5dc32123",
        "TemporaryAccessDuration": 0
    },
    "observer": {
        "type": "proxy",
        "vendor": "Cloudflare"
    },
    "related": {
        "hosts": [
            "sekoiaio.cloudflareaccess.com/cdn-cgi/access/sso/saml/c4d0a525391e32821996da07ec86781977836c14341048dd16c4bb8173741238"
        ],
        "ip": [
            "78.101.123.45"
        ]
    },
    "source": {
        "address": "78.101.123.45",
        "geo": {
            "country_iso_code": "fr"
        },
        "ip": "78.101.123.45"
    },
    "url": {
        "domain": "sekoiaio.cloudflareaccess.com/cdn-cgi/access/sso/saml/c4d0a525391e32821996da07ec86781977836c14341048dd16c4bb8173741238",
        "registered_domain": "cloudflareaccess.com",
        "subdomain": "sekoiaio",
        "top_level_domain": "com"
    },
    "user": {
        "email": "john.doe@mock.com",
        "id": "123f6715-400f-5fae-a345-d28191234123"
    }
}

Extracted Fields

The following table lists the fields that are extracted, normalized under the ECS format, analyzed and indexed by the parser. It should be noted that infered fields are not listed.

Name Type Description
@timestamp date Date/time when the event originated.
client.ip ip IP address of the client.
cloudflare.AppUUID keyword Access Application UUID.
cloudflare.Connection keyword Identity provider used for the login.
cloudflare.PurposeJustificationPrompt keyword Message prompted to the client when accessing the application.
cloudflare.PurposeJustificationResponse keyword Justification given by the client when accessing the application.
cloudflare.RayID keyword Identifier of the request.
cloudflare.TemporaryAccessApprovers array List of approvers for this access request.
cloudflare.TemporaryAccessDuration number Approved duration for this access request.
event.category keyword Event category. The second categorization field in the hierarchy.
event.dataset keyword Name of the dataset.
event.kind keyword The kind of the event. The highest categorization field in the hierarchy.
event.type keyword Event type. The third categorization field in the hierarchy.
observer.type keyword The type of the observer the data is coming from.
observer.vendor keyword Vendor name of the observer.
source.geo.country_iso_code keyword Country ISO code.
source.ip ip IP address of the source.
url.domain keyword Domain of the url.
user.email keyword User email address.
user.id keyword Unique identifier of the user.

Configuration

Create the intake on Sekoia.io

Go to the intake page and create a new intake from the format Cloudflare.

Configure events forwarding on Cloudflare

Retrieve necessary information

First, you will have to retrieve configuration information. Connect to Cloudflare Console to collect the following :

  1. Cloudflare API Token

    • Go to My Profile, then on the left panel, click on API Tokens.
    • Click on the Create Token button and select the Create Custom Token entry.
    • Give a name to your token and set the following permissions:
    Scope Group Level
    Account Account Analytics Read
    Account Logs Read
    Account Logs Edit
    Zone Logs Read
    Zone Logs Edit
    • If you want zerotrust logs you should also add:
    Scope Group Level
    Account Zero Trust Read

    see the Cloudflare documentation

  2. Cloudflare Zone ID :

    • This information is specific to a Website.
    • On the left panel, click on Websites and select the Website you want.
    • On the right panel, there is an API section where you can retrieve the Zone ID.

Create a Logpush job

Configure a Logpush job with the following destination:

https://intake.sekoia.io/plain/batch?header_X-SEKOIAIO-INTAKE-KEY=<YOUR_INTAKE_KEY>

To do so, you can manage Logpush with cURL:

$ curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<CLOUDFLARE_ACCOUNT_ID>/logpush/jobs' \
-H 'Authorization: Bearer <CLOUDFLARE_API_TOKEN>' \
-H "Content-Type: application/json" \
-d '{
    "dataset": "access_requests",    
    "enabled": true,     
    "max_upload_bytes": 5000000,     
    "max_upload_records": 1000,
    "logpull_options":"fields=Action,Allowed,AppDomain,AppUUID,Connection,Country,CreatedAt,Email,IPAddress,PurposeJustificationPrompt,PurposeJustificationResponse,RayID,TemporaryAccessApprovers,TemporaryAccessDuration,UserUID&timestamps=rfc3339",
    "destination_conf": "https://intake.sekoia.io/plain/batch?header_X-SEKOIAIO-INTAKE-KEY=<YOUR_INTAKE_KEY>"
    }' # (1)
  1. will return
    {
      "errors": [],
      "messages": [],
      "result": {
        "id": "<ID>",
        "dataset": "access_requests",
        "frequency":"high",
        "kind":"", 
        "max_upload_bytes": 5000000,     
        "max_upload_records": 1000, 
        "enabled": true,
        "name": "<DOMAIN_NAME>",
        "logpull_options": "fields=<LIST_OF_FIELDS>",
        "destination_conf": "https://intake.sekoia.io/plain/batch?header_X-SEKOIAIO-INTAKE-KEY=<YOUR_INTAKE_KEY>",
        "last_complete": null,
        "last_error": null,
        "error_message": null,
        "time_created":"<TIMESTAMP>"
      },
      "success": true
    }
    

Important

Replace :

  • <YOUR_INTAKE_KEY> with the Intake key you generated in the Create the intake on Sekoia.io step.
  • <CLOUDFLARE_ACCOUNT_ID> with the ACCOUNT_ID found on the overview page
  • <CLOUDFLARE_API_TOKEN> with the API Token you generated
Useful Cloudflare API endpoints

On their documentation, Cloudflare provides a list API endpoints you can use. Find below some useful endpoints:

  • https://api.cloudflare.com/client/v4/accounts/<ACCOUNT_ID>/logpush/jobs/<JOB_ID> to verify the job you previously created is correct (you need to specify the JOB_ID)
  • https://api.cloudflare.com/client/v4/accounts/<ACCOUNT_ID>/logpush/datasets/<DATASET>/jobs to get all the jobs for a specific dataset (dns_log, firewalls_events or http_requests in our case)
  • https://api.cloudflare.com/client/v4/accounts/<ACCOUNT_ID>/logpush/jobs/<JOB_ID> to update a job if you noticed a mistake after the creation of the job (wrong fields, wrong SEKOIA API Key...)