Skip to content

Commit

Permalink
Merge pull request #28 from Flared/aviau/gated-feature
Browse files Browse the repository at this point in the history
snippet for gated features
  • Loading branch information
aviau authored Oct 29, 2024
2 parents 36d124b + 7e96bbf commit 9538e61
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guides/cookie-monitoring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
title: "Monitor Leaked Cookies for your Domain (beta)"
---

import GatedAccessFeature from '/snippets/gated-access-feature.mdx';

<GatedAccessFeature />

Flare's
[Leaked Cookies API <Icon icon="code" size={16} />](/api-reference/leaksdb/endpoints/post-cookies-search)
allows for searching in cookies matching your domains found in stealer logs.
Expand Down
4 changes: 4 additions & 0 deletions docs/guides/ioc-feeds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
title: "Intelligence Feeds"
---

import GatedAccessFeature from '/snippets/gated-access-feature.mdx';

<GatedAccessFeature />

Flare exposes Intelligence Feeds delivered via
[TAXII 2](https://oasis-open.github.io/cti-documentation/taxii/intro.html)
at `https://api.flare.io/taxii2/`.
Expand Down
4 changes: 4 additions & 0 deletions docs/snippets/gated-access-feature.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<Note>
Access to this feature is not enabled for all accounts by default.
Please contact your Customer Success Manager if you are interested in enabling it on your account.
</Note>

0 comments on commit 9538e61

Please sign in to comment.