Skip to content

Commit

Permalink
Deprecates Retrive Event and introduces new Retrieve event where uid …
Browse files Browse the repository at this point in the history
…is a query param
  • Loading branch information
Mark Kasaboski committed Jan 21, 2025
1 parent 473fd32 commit 696fb80
Show file tree
Hide file tree
Showing 31 changed files with 681 additions and 122 deletions.
89 changes: 65 additions & 24 deletions docs/api-reference/spec/firework-v2-openapi.json

Large diffs are not rendered by default.

85 changes: 56 additions & 29 deletions docs/api-reference/spec/firework-v2-swagger.json

Large diffs are not rendered by default.

51 changes: 28 additions & 23 deletions docs/api-reference/spec/firework-v3-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,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, chat_message/telegram, 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, illicit_networks, open_web, domains, leaks, social_media_account, social_media, source_code, source_code_secrets, source_code_files, stack_exchange, google, service, driller_host, buckets, bucket, bucket_object, whois, experimental\n\n*Some search types contain others*\n- illicit_networks: blog_post, chat_message, listing, financial_data, stealer_log, bot, forum_topic, ransomleak, forum_post, forum_profile, seller\n- open_web: bucket_object, bucket, google, service, stack_exchange, source_code_files, social_media, source_code_secrets, paste\n- leaks: leak\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, chat_message/telegram, 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, illicit_networks, open_web, domains, leaks, social_media_account, social_media, source_code, source_code_secrets, source_code_files, stack_exchange, google, service, driller_host, buckets, bucket, bucket_object, whois, experimental\n\n*Some search types contain others*\n- illicit_networks: forum_post, seller, forum_topic, chat_message, ransomleak, forum_profile, listing, bot, financial_data, stealer_log, blog_post\n- open_web: bucket_object, service, source_code_secrets, source_code_files, stack_exchange, paste, google, bucket, social_media\n- leaks: leak\n- domains: domain\n",
"explode": true,
"in": "query",
"name": "types",
Expand Down Expand Up @@ -786,7 +786,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, chat_message/telegram, 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, illicit_networks, open_web, domains, leaks, social_media_account, social_media, source_code, source_code_secrets, source_code_files, stack_exchange, google, service, driller_host, buckets, bucket, bucket_object, whois, experimental\n\n*Some search types contain others*\n- illicit_networks: blog_post, chat_message, listing, financial_data, stealer_log, bot, forum_topic, ransomleak, forum_post, forum_profile, seller\n- open_web: bucket_object, bucket, google, service, stack_exchange, source_code_files, social_media, source_code_secrets, paste\n- leaks: leak\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, chat_message/telegram, 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, illicit_networks, open_web, domains, leaks, social_media_account, social_media, source_code, source_code_secrets, source_code_files, stack_exchange, google, service, driller_host, buckets, bucket, bucket_object, whois, experimental\n\n*Some search types contain others*\n- illicit_networks: forum_post, seller, forum_topic, chat_message, ransomleak, forum_profile, listing, bot, financial_data, stealer_log, blog_post\n- open_web: bucket_object, service, source_code_secrets, source_code_files, stack_exchange, paste, google, bucket, social_media\n- leaks: leak\n- domains: domain\n",
"explode": true,
"in": "query",
"name": "types",
Expand Down Expand Up @@ -1284,13 +1284,6 @@
"schema": {
"type": "string"
}
},
{
"in": "query",
"name": "search_after",
"schema": {
"type": "string"
}
}
],
"responses": {
Expand Down Expand Up @@ -1424,13 +1417,6 @@
"schema": {
"type": "string"
}
},
{
"in": "query",
"name": "search_after",
"schema": {
"type": "string"
}
}
],
"responses": {
Expand Down Expand Up @@ -1536,13 +1522,6 @@
"schema": {
"type": "string"
}
},
{
"in": "query",
"name": "search_after",
"schema": {
"type": "string"
}
}
],
"responses": {
Expand Down Expand Up @@ -2247,6 +2226,9 @@
},
"type": "array"
},
"recommendation_group_id": {
"type": "integer"
},
"state": {
"enum": [
"recommended",
Expand All @@ -2266,6 +2248,29 @@
},
"type": "object"
},
"IdentifierRecommendationGroupWithCounts": {
"properties": {
"asset_id": {
"type": "integer"
},
"filtered_recommendations_count": {
"type": "integer"
},
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"tenant_id": {
"type": "integer"
},
"total_recommendations_count": {
"type": "integer"
}
},
"type": "object"
},
"LeakActivityCredential": {
"properties": {
"domain": {
Expand Down
45 changes: 28 additions & 17 deletions docs/api-reference/spec/firework-v3-swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,9 @@
},
"type": "array"
},
"recommendation_group_id": {
"type": "integer"
},
"state": {
"enum": [
"recommended",
Expand All @@ -574,6 +577,29 @@
},
"type": "object"
},
"IdentifierRecommendationGroupWithCounts": {
"properties": {
"asset_id": {
"type": "integer"
},
"filtered_recommendations_count": {
"type": "integer"
},
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"tenant_id": {
"type": "integer"
},
"total_recommendations_count": {
"type": "integer"
}
},
"type": "object"
},
"LeakActivityCredential": {
"properties": {
"domain": {
Expand Down Expand Up @@ -1188,7 +1214,7 @@
},
{
"collectionFormat": "multi",
"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, chat_message/telegram, 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, illicit_networks, open_web, domains, leaks, social_media_account, social_media, source_code, source_code_secrets, source_code_files, stack_exchange, google, service, driller_host, buckets, bucket, bucket_object, whois, experimental\n\n*Some search types contain others*\n- illicit_networks: blog_post, chat_message, listing, financial_data, stealer_log, bot, forum_topic, ransomleak, forum_post, forum_profile, seller\n- open_web: bucket_object, bucket, google, service, stack_exchange, source_code_files, social_media, source_code_secrets, paste\n- leaks: leak\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, chat_message/telegram, 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, illicit_networks, open_web, domains, leaks, social_media_account, social_media, source_code, source_code_secrets, source_code_files, stack_exchange, google, service, driller_host, buckets, bucket, bucket_object, whois, experimental\n\n*Some search types contain others*\n- illicit_networks: forum_post, seller, forum_topic, chat_message, ransomleak, forum_profile, listing, bot, financial_data, stealer_log, blog_post\n- open_web: bucket_object, service, source_code_secrets, source_code_files, stack_exchange, paste, google, bucket, social_media\n- leaks: leak\n- domains: domain\n",
"enum": [
"attachment",
"listing",
Expand Down Expand Up @@ -1449,7 +1475,7 @@
},
{
"collectionFormat": "multi",
"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, chat_message/telegram, 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, illicit_networks, open_web, domains, leaks, social_media_account, social_media, source_code, source_code_secrets, source_code_files, stack_exchange, google, service, driller_host, buckets, bucket, bucket_object, whois, experimental\n\n*Some search types contain others*\n- illicit_networks: blog_post, chat_message, listing, financial_data, stealer_log, bot, forum_topic, ransomleak, forum_post, forum_profile, seller\n- open_web: bucket_object, bucket, google, service, stack_exchange, source_code_files, social_media, source_code_secrets, paste\n- leaks: leak\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, chat_message/telegram, 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, illicit_networks, open_web, domains, leaks, social_media_account, social_media, source_code, source_code_secrets, source_code_files, stack_exchange, google, service, driller_host, buckets, bucket, bucket_object, whois, experimental\n\n*Some search types contain others*\n- illicit_networks: forum_post, seller, forum_topic, chat_message, ransomleak, forum_profile, listing, bot, financial_data, stealer_log, blog_post\n- open_web: bucket_object, service, source_code_secrets, source_code_files, stack_exchange, paste, google, bucket, social_media\n- leaks: leak\n- domains: domain\n",
"enum": [
"attachment",
"listing",
Expand Down Expand Up @@ -1865,11 +1891,6 @@
"in": "query",
"name": "from",
"type": "string"
},
{
"in": "query",
"name": "search_after",
"type": "string"
}
],
"responses": {
Expand Down Expand Up @@ -1979,11 +2000,6 @@
"in": "query",
"name": "from",
"type": "string"
},
{
"in": "query",
"name": "search_after",
"type": "string"
}
],
"responses": {
Expand Down Expand Up @@ -2065,11 +2081,6 @@
"in": "query",
"name": "from",
"type": "string"
},
{
"in": "query",
"name": "search_after",
"type": "string"
}
],
"responses": {
Expand Down
Loading

0 comments on commit 696fb80

Please sign in to comment.