Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/api-reference/astp/endpoints/get-by-domain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ authMethod: "bearer"
[/astp/v2/credentials/_search <Icon icon="code" size={16} />](/api-reference/astp/endpoints/post-credentials-search)
</Warning>

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

<GatedAccessFeatureAstp />
<GatedAccessFeature name="Account & Session Takeover Prevention (ASTP)" />

Returns a list of accounts matching the domain provided.
The format of the domain should include everything after the `@`.
Expand Down
4 changes: 2 additions & 2 deletions docs/api-reference/astp/endpoints/get-by-keyword.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ authMethod: "bearer"
[/astp/v2/credentials/_search <Icon icon="code" size={16} />](/api-reference/astp/endpoints/post-credentials-search)
</Warning>

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

<GatedAccessFeatureAstp />
<GatedAccessFeature name="Account & Session Takeover Prevention (ASTP)" />

Returns a list of identities with a matching keyword.

Expand Down
4 changes: 2 additions & 2 deletions docs/api-reference/astp/endpoints/get-by-password.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ authMethod: "bearer"
[/astp/v2/credentials/_search <Icon icon="code" size={16} />](/api-reference/astp/endpoints/post-credentials-search)
</Warning>

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

<GatedAccessFeatureAstp />
<GatedAccessFeature name="Account & Session Takeover Prevention (ASTP)" />

This endpoint allow to search by passwords.
It will return a list of JSON objects containing identities that have been associated seen using this password.
Expand Down
4 changes: 2 additions & 2 deletions docs/api-reference/astp/endpoints/get-source.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ api: "GET https://api.flare.io/astp/sources/{source_id}"
authMethod: "bearer"
---

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

<GatedAccessFeatureAstp />
<GatedAccessFeature name="Account & Session Takeover Prevention (ASTP)" />

This endpoint will return a source object for a given `source_id` if it exists.

Expand Down
4 changes: 2 additions & 2 deletions docs/api-reference/astp/endpoints/get-sources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ api: "GET https://api.flare.io/astp/v2/sources"
authMethod: "bearer"
---

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

<GatedAccessFeatureAstp />
<GatedAccessFeature name="Account & Session Takeover Prevention (ASTP)" />

This endpoint will return all sources, paginated and in ascending order from least recently added to most recently added.

Expand Down
4 changes: 2 additions & 2 deletions docs/api-reference/astp/endpoints/post-by-accounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ api: "POST https://api.flare.io/astp/identities/by_accounts"
authMethod: "bearer"
---

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

<GatedAccessFeatureAstp />
<GatedAccessFeature name="Account & Session Takeover Prevention (ASTP)" />

Returns a list of identities with leaked passwords given a list of accounts.
This endpoint only matches exact accounts and doesn’t allow wildcard or domain searches.
Expand Down
4 changes: 2 additions & 2 deletions docs/api-reference/astp/endpoints/post-cookies-search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ api: "POST https://api.flare.io/astp/v2/cookies/_search"
authMethod: "bearer"
---

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

<GatedAccessFeatureAstp />
<GatedAccessFeature name="Account & Session Takeover Prevention (ASTP)" />

Returns a list of cookies matching the query provided.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ api: "POST https://api.flare.io/astp/v2/credentials/_search"
authMethod: "bearer"
---

import GatedAccessFeatureAstp from '/snippets/gated-access-feature-astp.mdx';
import GatedAccessFeature from '/snippets/gated-access-feature.mdx';
import CrendentialSearchCommon from '/snippets/credentials/astp-and-global-search-common.mdx';
import CrendentialSearchQueryAndFilters from '/snippets/credentials/astp-and-global-search-query-and-filters.mdx';
import CrendentialSearchDescription from '/snippets/credentials/astp-and-global-search-description.mdx';
import CrendentialEndpointsNote from '/snippets/credentials/astp-and-global-search-note.mdx';

<GatedAccessFeatureAstp />
<GatedAccessFeature name="Account & Session Takeover Prevention (ASTP)" />
<CrendentialEndpointsNote />
<CrendentialSearchDescription/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ api: "POST https://api.flare.io/astp/urls/by_credential_hash"
authMethod: "bearer"
---

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

<GatedAccessFeatureAstp />
<GatedAccessFeature name="Account & Session Takeover Prevention (ASTP)" />

Returns the URLs where a leaked credential was seen being used, for a single credential hash.

Expand Down
90 changes: 45 additions & 45 deletions docs/api-reference/spec/firework-v2-openapi.json

Large diffs are not rendered by default.

164 changes: 82 additions & 82 deletions docs/api-reference/spec/firework-v2-swagger.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/api-reference/spec/firework-v3-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@
}
},
{
"description": "\nType of activities to search through.\n\n*Expected values* : attachment, listing, ransomleak, forum_post, forum_topic, forum_profile, blog_post, seller, paste, leak, chat_message, domain, bot, stealer_log, infected_devices, driller, driller_forum_topic, driller_forum_post, driller_profile, cc, ccbin, financial_data, leaked_data, leaked_file, document, account, actor, forum_content, blog_content, profile, leaked_credential, valid_credential, invalid_credential, mitigated_credential, illicit_networks, open_web, domains, intelligence_object, leaks, social_media_account, social_media, source_code, source_code_secrets_np, source_code_secrets, source_code_files, docker, stack_exchange, google, service, driller_host, buckets, bucket, bucket_object, whois, cookie, pii, experimental\n\n*Some search types contain others*\n- illicit_networks: forum_profile, seller, listing, forum_topic, financial_data, chat_message, forum_post, stealer_log, blog_post, ransomleak, bot\n- open_web: stack_exchange, google, bucket, service, paste, social_media_account, bucket_object, source_code_files, docker, source_code_secrets\n- leaks: invalid_credential, leak, mitigated_credential, valid_credential\n- domains: domain\n",
"description": "\nType of activities to search through.\n\n*Expected values* : attachment, listing, ransomleak, forum_post, forum_topic, forum_profile, blog_post, seller, paste, leak, chat_message, domain, bot, stealer_log, infected_devices, driller, driller_forum_topic, driller_forum_post, driller_profile, cc, ccbin, financial_data, leaked_data, leaked_file, document, account, actor, forum_content, blog_content, profile, leaked_credential, valid_credential, invalid_credential, mitigated_credential, illicit_networks, open_web, domains, intelligence_object, leaks, social_media_account, social_media, source_code, source_code_secrets_np, source_code_secrets, source_code_files, docker, stack_exchange, google, service, driller_host, buckets, bucket, bucket_object, whois, cookie, pii, experimental\n\n*Some search types contain others*\n- illicit_networks: seller, ransomleak, chat_message, bot, stealer_log, listing, forum_profile, financial_data, forum_topic, forum_post, blog_post\n- open_web: stack_exchange, paste, source_code_files, docker, social_media_account, source_code_secrets, google, bucket_object, bucket, service\n- leaks: valid_credential, leak, invalid_credential, mitigated_credential\n- domains: domain\n",
"explode": true,
"in": "query",
"name": "types",
Expand Down Expand Up @@ -893,7 +893,7 @@
}
},
{
"description": "\nType of activities to search through.\n\n*Expected values* : attachment, listing, ransomleak, forum_post, forum_topic, forum_profile, blog_post, seller, paste, leak, chat_message, domain, bot, stealer_log, infected_devices, driller, driller_forum_topic, driller_forum_post, driller_profile, cc, ccbin, financial_data, leaked_data, leaked_file, document, account, actor, forum_content, blog_content, profile, leaked_credential, valid_credential, invalid_credential, mitigated_credential, illicit_networks, open_web, domains, intelligence_object, leaks, social_media_account, social_media, source_code, source_code_secrets_np, source_code_secrets, source_code_files, docker, stack_exchange, google, service, driller_host, buckets, bucket, bucket_object, whois, cookie, pii, experimental\n\n*Some search types contain others*\n- illicit_networks: forum_profile, seller, listing, forum_topic, financial_data, chat_message, forum_post, stealer_log, blog_post, ransomleak, bot\n- open_web: stack_exchange, google, bucket, service, paste, social_media_account, bucket_object, source_code_files, docker, source_code_secrets\n- leaks: invalid_credential, leak, mitigated_credential, valid_credential\n- domains: domain\n",
"description": "\nType of activities to search through.\n\n*Expected values* : attachment, listing, ransomleak, forum_post, forum_topic, forum_profile, blog_post, seller, paste, leak, chat_message, domain, bot, stealer_log, infected_devices, driller, driller_forum_topic, driller_forum_post, driller_profile, cc, ccbin, financial_data, leaked_data, leaked_file, document, account, actor, forum_content, blog_content, profile, leaked_credential, valid_credential, invalid_credential, mitigated_credential, illicit_networks, open_web, domains, intelligence_object, leaks, social_media_account, social_media, source_code, source_code_secrets_np, source_code_secrets, source_code_files, docker, stack_exchange, google, service, driller_host, buckets, bucket, bucket_object, whois, cookie, pii, experimental\n\n*Some search types contain others*\n- illicit_networks: seller, ransomleak, chat_message, bot, stealer_log, listing, forum_profile, financial_data, forum_topic, forum_post, blog_post\n- open_web: stack_exchange, paste, source_code_files, docker, social_media_account, source_code_secrets, google, bucket_object, bucket, service\n- leaks: valid_credential, leak, invalid_credential, mitigated_credential\n- domains: domain\n",
"explode": true,
"in": "query",
"name": "types",
Expand Down Expand Up @@ -2036,10 +2036,10 @@
"type": "string"
},
"id": {
"type": "integer"
"type": "string"
},
"bin": {
"type": "integer"
"type": "string"
},
"ip": {
"type": "string"
Expand Down
44 changes: 22 additions & 22 deletions docs/api-reference/spec/firework-v3-swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
"type": "string"
}
],
"post": {
"get": {
"responses": {
"403": {
"description": "Forbidden.",
Expand All @@ -430,7 +430,7 @@
}
}
},
"operationId": "post_asset_feeds_api_/assets/<uuid:asset_uuid>/feed",
"operationId": "get_asset_feeds_api_/assets/<uuid:asset_uuid>/feed",
"parameters": [
{
"name": "fields",
Expand Down Expand Up @@ -487,7 +487,7 @@
"name": "types",
"in": "query",
"type": "array",
"description": "\nType of activities to search through.\n\n*Expected values* : attachment, listing, ransomleak, forum_post, forum_topic, forum_profile, blog_post, seller, paste, leak, chat_message, domain, bot, stealer_log, infected_devices, driller, driller_forum_topic, driller_forum_post, driller_profile, cc, ccbin, financial_data, leaked_data, leaked_file, document, account, actor, forum_content, blog_content, profile, leaked_credential, valid_credential, invalid_credential, mitigated_credential, illicit_networks, open_web, domains, intelligence_object, leaks, social_media_account, social_media, source_code, source_code_secrets_np, source_code_secrets, source_code_files, docker, stack_exchange, google, service, driller_host, buckets, bucket, bucket_object, whois, cookie, pii, experimental\n\n*Some search types contain others*\n- illicit_networks: forum_profile, seller, listing, forum_topic, financial_data, chat_message, forum_post, stealer_log, blog_post, ransomleak, bot\n- open_web: stack_exchange, google, bucket, service, paste, social_media_account, bucket_object, source_code_files, docker, source_code_secrets\n- leaks: invalid_credential, leak, mitigated_credential, valid_credential\n- domains: domain\n",
"description": "\nType of activities to search through.\n\n*Expected values* : attachment, listing, ransomleak, forum_post, forum_topic, forum_profile, blog_post, seller, paste, leak, chat_message, domain, bot, stealer_log, infected_devices, driller, driller_forum_topic, driller_forum_post, driller_profile, cc, ccbin, financial_data, leaked_data, leaked_file, document, account, actor, forum_content, blog_content, profile, leaked_credential, valid_credential, invalid_credential, mitigated_credential, illicit_networks, open_web, domains, intelligence_object, leaks, social_media_account, social_media, source_code, source_code_secrets_np, source_code_secrets, source_code_files, docker, stack_exchange, google, service, driller_host, buckets, bucket, bucket_object, whois, cookie, pii, experimental\n\n*Some search types contain others*\n- illicit_networks: seller, ransomleak, chat_message, bot, stealer_log, listing, forum_profile, financial_data, forum_topic, forum_post, blog_post\n- open_web: stack_exchange, paste, source_code_files, docker, social_media_account, source_code_secrets, google, bucket_object, bucket, service\n- leaks: valid_credential, leak, invalid_credential, mitigated_credential\n- domains: domain\n",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -669,7 +669,7 @@
"assets"
]
},
"get": {
"post": {
"responses": {
"403": {
"description": "Forbidden.",
Expand All @@ -690,7 +690,7 @@
}
}
},
"operationId": "get_asset_feeds_api_/assets/<uuid:asset_uuid>/feed",
"operationId": "post_asset_feeds_api_/assets/<uuid:asset_uuid>/feed",
"parameters": [
{
"name": "fields",
Expand Down Expand Up @@ -747,7 +747,7 @@
"name": "types",
"in": "query",
"type": "array",
"description": "\nType of activities to search through.\n\n*Expected values* : attachment, listing, ransomleak, forum_post, forum_topic, forum_profile, blog_post, seller, paste, leak, chat_message, domain, bot, stealer_log, infected_devices, driller, driller_forum_topic, driller_forum_post, driller_profile, cc, ccbin, financial_data, leaked_data, leaked_file, document, account, actor, forum_content, blog_content, profile, leaked_credential, valid_credential, invalid_credential, mitigated_credential, illicit_networks, open_web, domains, intelligence_object, leaks, social_media_account, social_media, source_code, source_code_secrets_np, source_code_secrets, source_code_files, docker, stack_exchange, google, service, driller_host, buckets, bucket, bucket_object, whois, cookie, pii, experimental\n\n*Some search types contain others*\n- illicit_networks: forum_profile, seller, listing, forum_topic, financial_data, chat_message, forum_post, stealer_log, blog_post, ransomleak, bot\n- open_web: stack_exchange, google, bucket, service, paste, social_media_account, bucket_object, source_code_files, docker, source_code_secrets\n- leaks: invalid_credential, leak, mitigated_credential, valid_credential\n- domains: domain\n",
"description": "\nType of activities to search through.\n\n*Expected values* : attachment, listing, ransomleak, forum_post, forum_topic, forum_profile, blog_post, seller, paste, leak, chat_message, domain, bot, stealer_log, infected_devices, driller, driller_forum_topic, driller_forum_post, driller_profile, cc, ccbin, financial_data, leaked_data, leaked_file, document, account, actor, forum_content, blog_content, profile, leaked_credential, valid_credential, invalid_credential, mitigated_credential, illicit_networks, open_web, domains, intelligence_object, leaks, social_media_account, social_media, source_code, source_code_secrets_np, source_code_secrets, source_code_files, docker, stack_exchange, google, service, driller_host, buckets, bucket, bucket_object, whois, cookie, pii, experimental\n\n*Some search types contain others*\n- illicit_networks: seller, ransomleak, chat_message, bot, stealer_log, listing, forum_profile, financial_data, forum_topic, forum_post, blog_post\n- open_web: stack_exchange, paste, source_code_files, docker, social_media_account, source_code_secrets, google, bucket_object, bucket, service\n- leaks: valid_credential, leak, invalid_credential, mitigated_credential\n- domains: domain\n",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -1432,20 +1432,6 @@
"type": "integer"
}
],
"post": {
"responses": {
"200": {
"description": "Success",
"schema": {
"$ref": "#/definitions/PaginatedCredentials"
}
}
},
"operationId": "post_leaked_credentials_feed_endpoint_/identifiers/<int:identifier_id>/feed/credentials",
"tags": [
"identifiers"
]
},
"get": {
"responses": {
"200": {
Expand All @@ -1472,6 +1458,20 @@
"tags": [
"identifiers"
]
},
"post": {
"responses": {
"200": {
"description": "Success",
"schema": {
"$ref": "#/definitions/PaginatedCredentials"
}
}
},
"operationId": "post_leaked_credentials_feed_endpoint_/identifiers/<int:identifier_id>/feed/credentials",
"tags": [
"identifiers"
]
}
},
"/firework/v3/identifiers/{identifier_id}/relations": {
Expand Down Expand Up @@ -1727,10 +1727,10 @@
"type": "string"
},
"id": {
"type": "integer"
"type": "string"
},
"bin": {
"type": "integer"
"type": "string"
},
"ip": {
"type": "string"
Expand Down
Loading
Loading