Dashboard Overview Flashcards

Overview of the Dashboard (42 cards)

1
Q

What does Under Attack Mode do?

A

Presents an interstitial page to every request coming in which gives a Javascript challenge (where the browser is presented with a basic arithmetic problem to solve in the backend)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Overview Page: What can I find there?

A

Plan info such as Page Rules,, basic analytics on performance and security, as well as support resources and notifications for things such as billing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

DNS Tab: How can I add a lot of DNS records at the same time instead of adding them individually?

A

Good: You can upload a zone/TXT file through the DNS section, under the Advanced section.
Better: As long as the TXT file is in BIND format, Cloudflare will be able to upload all of the DNS records inside of it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

DNS Tab: What if I don’t want to use Cloudflare for Authoritative DNS? Can I still use your service?

A

Cloudflare provides another option called CNAME Setup or Partial Setup, which allows you to route only the traffic you want through our network while still keeping your Authoritative DNS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

DNS Tab: What is the difference between an orange and gray clouded record?

A

Good: An orange clouded recorded is proxied through Cloudflare whereas a gray clouded recorded just returns DNS.

Better: An orange clouded record returns a pair of Cloudflare’s anycast IPs by default. This obfuscates the origin IP for the record and allows Cloudflare to terminate the TLS/SSL at our edge to apply security and performance benefits. Gray clouding just returns the actual DNS record.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

DNS Tab: Where would a customer need to update their Name Server records for a full setup?

A

At the registrar for the domain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

SSL/TLS Tab: Can I use my own SSL certificate with Cloudflare?

A

Yes. Cloudflare gives you the ability to upload your own certificate by copy/pasting the certificate and private key into the dashboard.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

SSL/TLS Tab: What does the Flexible and Full SSL settings mean?

A

Good: Flexible is used when your origin servers do not have a SSL certificate, while Full is used when your origins DO have a SSL certificate.

Better: Flexible allows customers who have not purchased SSL certificates to allow the visitors to still use HTTPS in the browser (Universal SSL).

Best: Full (Strict) will validate the certificate at your origin is from a Certificate Authority, has not expired, and contains the hostname for the request coming from the visitor.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

SSL/TLS Tab: Can I set the minimum TLS version across my website?

A

Good: Yes

Better: Better: The minimum TLS version by default is TLS 1.0, with options for TLS 1.1, 1.2, and 1.3 being the minimum accepted version.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

SSL/TLS Tab: Benefits of Universal SSL vs Dedicated SSL

A

Dedicated Certificates combine the benefits of Universal SSL certificates—automated renewal and rapid revocation/reissuance to address nascent crypto vulnerabilities—without having to upload (and manage the renewal of) certificates purchased elsewhere.

Universal SSL Certs are still great for their automated and renewal benefits, they just lack the ability to have a new private key generated exclusively for your domain, and branded prominently with your domain name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Firewall: Can I block a country completely?

A

Answer: Yes, on the Enterprise plan you can block any country through the dashboard.
Better: You can also apply a Captcha Challenge or JavaScript Challenge to a country as well.
Best: The JavaScript challenge presents a complex math problem to the browser, which requires JS to be enabled in order to pass the challenge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Firewall: I’m getting hit by some brute force attacks on my login page, do you have anything that helps with that?

A

Rate Limiting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Firewall: What WAF Packages does Cloudflare have?

A

Cloudflare has the OWASP Top 10 and our own WAF ruleset (Cloudflare). The Cloudflare ruleset is maintained by our Security Engineers, while the OWASP ruleset is updated every two years.

Better: Every rule is also configurable. You have the option to choose from: Block, Captcha Challenge, Simulate (logging), or Bypass.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Firewall: What are my options for adding my own WAF rules?

A

Answer: Cloudflare supports custom WAF rules, which the SE/CSUP teams can implement on your behalf.

Better: You can also use Zone Lockdown to restrict parts of your website to certain IP addresses, as well as use User-Agent Blocking to stop known-malicious UA strings.

Best: Using the Filter based firewall to write your own rules!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Firewall: Where can I block an IP address?

A

IP firewall or Firewall Rules

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Firewall: Where is the WAF located at?

A

Firewall > Managed Rules

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Firewall: What is Simulate mode?

A

Simulate: Logs the event and does not block or challenge the visitor (you can still decide to set to a block or challenge after reviewing your logs).

18
Q

Firewall: What is the difference between Simulate and Log in firewall rules?`

19
Q

Caching: How long does it take Cloudflare to purge cached items from your network?

A

Answer: It typically takes less than thirty seconds for a purge to be executed across our network.

20
Q

Caching: How long can an asset stay in Cloudflare’s cache before it’s removed automatically?

A

Answer: We follow the cache replacement policy of Least Recently Used (LRU).
Better: When a new item is placed in the cache and there is no more space, the cache discards the least recently used items first in order to ensure there is enough space for the new item.

21
Q

Caching: Can I purge hundreds of items at once?

A

Answer: Using Cache-Tags will allow you to purge hundreds or potentially thousands of items at once.

Better: Cache-Tags allow you to bundle similar items (images, css, etc.) or paths into easy to control tags, which you can purge directly from the dashboard. There is also a “purge everything” button to quickly purge the entire cache.

22
Q

Caching: What files do we cache by default?

A

Answer: Static files by default

Better: Here is the list of files

CSS, JS, JPEG, PDF are all inthere

Best: A page rule can be used to cache everything

23
Q

Page Rules: What can I do with page rules?

A

Answer: Here’s a great KB article on it: https://support.cloudflare.com/hc/en-us/articles/218411427-Understanding-and-Configuring-Cloudflare-Page-Rules-Page-Rules-Tutorial-

Page Rules gives you the ability to control how Cloudflare works on a URL or subdomain basis. Page Rules allow you to customize Cloudflare’s functionality to match your domain’s unique needs.

You can define a page rule to trigger one or more actions whenever a certain URL pattern is matched.

It is important to understand two basic Page Rules behaviors:

Only the highest priority matching page rule takes effect on a request.
Page rules are prioritized in descending order in the Cloudflare dashboard, with the highest priority rule at the top.

24
Q

Traffic Tab: Can I route traffic based on the geographic location of a visitor to different datacenters I have, for example route US visitors to US, EU visitors to EU, etc.?

A

Answer: Yes, Load Balancing has geo-steering to allow you to set up LBs to ensure traffic is routed to the closest origin you define.

Better: Cloudflare divides our data centers into 13 regions, which you can choose when setting up or editing a Load Balancer.

25
Traffic Tab: Does Argo cache dynamic requests?
Answer: No, Argo instead finds the fastest route from Cloudflare’s edge to your origin server to ensure any request we can’t serve from the CDN is routed over the best route. Better: Argo will send 90% of traffic over an established route and send the remaining 10% over multiple routes to see if faster routes are available. If one of the routes is faster, then Argo will automatically reroute the 90% over the new established route.
26
Speed Tab: Does Auto Minify perform on-the-fly minification for JS, CSS, and HTML assets?
Answer: Yes, this is done on-the-fly. Better: Auto Minify will remove excess whitespace and comments from your code to help reduce the file size to make these files load quicker in the browser.
27
Speed Tab: When is Polish compression applied to an image?
Answer: Once the image has been cached on our edge, Cloudflare will apply lossless or lossy compression (whichever is selected).
28
Speed Tab: How does Rocket Loader make web pages faster?
Answer: Rocket Loader will bundle all JavaScript files to reduce the number of requests to avoid slowing down the page load time. Better: This will also cache scripts locally (in the browser) to eliminate requests unless absolutely necessary.
29
Workers: Can I import third-party libraries?
Answer: Yes, you can! Better: You can use existing bundling tools like browserify, webpack & Rollup to bundle code
30
Workers: What languages can I write a Worker in?
Answer: Currently JavaScript is only supported.
31
Workers: How much latency does a Worker add to a request/response?
Answer: Typically less than 2ms, similar to the latency the WAF adds to each request.
32
MU: Can I invite multiple members to Cloudflare without sharing the same email and password?
Can I invite multiple members to Cloudflare without sharing the same email and password? Answer: Yes, you can add as many members as you want into the Cloudflare dashboard. Better: You also have the ability to select the permissions for each member. If you have a marketing team member who only needs to purge the cache, you can select their role as `Purge Cache`.
33
MU: Do you have a read-only role?
Answer: Yes, and it can be configured via the portal.
34
MU: Can I see logs of who makes a change to the Cloudflare settings?
Answer: Cloudflare provides audit logs of every action taken through the dashboard to see who made what change, and when. Better: You can also download these logs in .csv format, as well as select the time period which the logs will contain (7 days, 30 days, beginning of time, etc.) Best: You can use the Audit Logs API to get a detailed account of each action. REF: https://api.cloudflare.com/#audit-logs-properties
35
MU: Can you search for websites easily under an organization?
Answer: Yes, there is a search bar under the Home Section of the Organization
36
MU: Where can I configure a user’s roles?
Answer: Account Home > Members
37
Analytics: What kind of log data can we get? What’s the timeline on obtaining it?
Answer: Between three and five minutes before analytics will populate in the dashboard. Better: Cloudflare also provides Enterprise Log Share, which provides you with more information about each request (IP address, UA string, Referrer, etc.) Best: The logs are in JSON format to allow you to ingest using your current data management tool (Sumo Logic, Splunk, etc.)
38
Analytics: Can I see where threats are originating from?
Answer: The bottom of the analytics section shows the geographical location of web threats that were detected by Cloudflare (the darker the red, the more bad requests coming from that country).
39
Analytics: What actions can you filter on in the Firewall Analytics?
Answer: You can filter on any action shown in the Tools, Firewall Rules, and Managed Rules Sub-tab Better: You can filter based on Block, Allow, Log/Simulate, JS Challenge, and Challenge
40
Analytics: Does Cloudflare support monitoring? How am I notified in the case of an event?
Answer: Cloudflare doesn’t have in-house monitoring because we offer flat-rate billing. We absorb the attacks so you don’t need to be reactive. Better: Cloudflare integrates well with analytics providers such as Splunk and Sumologic, which can be configured to monitor incoming events.
41
General: Can I use Cloudflare for just (DNS/WAF/CDN/etc.)
Answer: Cloudflare is provisioned by DNS. As long as a hostname is directed to our network, we can provide standalone services for the product. Better: Cloudflare works best as a combined platform. While we can offer standalone services, our goal is to offload all network processes and requirements into one place.
42
General: Which Cloudflare setup uses TXT record(s) for verification?
Answer: A partial or CNAME setup uses a TXT record to verify ownership of a domain. Better: The TXT record is added to the customer’s authoritative DNS provider.