List Identifier Group's Events
curl --request POST \
--url https://api.flare.io/firework/v4/events/identifier_groups/{identifier_group_id}/_search \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"query": {},
"size": 123,
"from": "<string>",
"order": "<string>",
"filters": {
"severity": [
"<string>"
],
"type": [
"<string>"
],
"estimated_created_at": {
"gt": "<string>",
"gte": "<string>",
"lt": "<string>",
"lte": "<string>"
},
"tags": [
"<string>"
],
"is_ignored": true,
"is_remediated": true
}
}
'{
"items": [
{
"metadata": {
"estimated_created_at": "2019-09-20T16:30:37.589388Z",
"matched_at": "2019-09-21T10:15:22.123456Z",
"type": "listing",
"uid": "listing/apollon_market/9861",
"severity": "critical"
},
"tenant_metadata": {
"severity": {
"original": "low",
"override": "critical"
},
"tags": [
"important",
],
"notes": "This reason why this is tagged as 'important' is: ..."
},
"identifiers": [
{
"id": 1,
"name": "An identifier"
}
],
"highlights": {
"description": [
"Bank Statement PSD <mark>Template</mark>\r\n\r\nWe promise:\r\n- Your order will be delivered instantly."
],
"title": [
"Bank Statement PSD <mark>Template</mark>"
]
}
}
],
"next": "WzE1Njg5OTcwMzc1ODksICJsaXN0aW5nL2Fwb2xsb25fbWFya2V0Lzk4NjEiXQ%3D%3D"
}
Event Feeds
List Identifier Group's Events
POST
/
firework
/
v4
/
events
/
identifier_groups
/
{identifier_group_id}
/
_search
List Identifier Group's Events
curl --request POST \
--url https://api.flare.io/firework/v4/events/identifier_groups/{identifier_group_id}/_search \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"query": {},
"size": 123,
"from": "<string>",
"order": "<string>",
"filters": {
"severity": [
"<string>"
],
"type": [
"<string>"
],
"estimated_created_at": {
"gt": "<string>",
"gte": "<string>",
"lt": "<string>",
"lte": "<string>"
},
"tags": [
"<string>"
],
"is_ignored": true,
"is_remediated": true
}
}
'{
"items": [
{
"metadata": {
"estimated_created_at": "2019-09-20T16:30:37.589388Z",
"matched_at": "2019-09-21T10:15:22.123456Z",
"type": "listing",
"uid": "listing/apollon_market/9861",
"severity": "critical"
},
"tenant_metadata": {
"severity": {
"original": "low",
"override": "critical"
},
"tags": [
"important",
],
"notes": "This reason why this is tagged as 'important' is: ..."
},
"identifiers": [
{
"id": 1,
"name": "An identifier"
}
],
"highlights": {
"description": [
"Bank Statement PSD <mark>Template</mark>\r\n\r\nWe promise:\r\n- Your order will be delivered instantly."
],
"title": [
"Bank Statement PSD <mark>Template</mark>"
]
}
}
],
"next": "WzE1Njg5OTcwMzc1ODksICJsaXN0aW5nL2Fwb2xsb25fbWFya2V0Lzk4NjEiXQ%3D%3D"
}
Returns a list of events matching the identifiers of an identifier group.Documentation Index
Fetch the complete documentation index at: https://api.docs.flare.io/llms.txt
Use this file to discover all available pages before exploring further.
Guides
See the guide for using this endpoint: Exporting a Tenant’s Events .{
"items": [
{
"metadata": {
"estimated_created_at": "2019-09-20T16:30:37.589388Z",
"matched_at": "2019-09-21T10:15:22.123456Z",
"type": "listing",
"uid": "listing/apollon_market/9861",
"severity": "critical"
},
"tenant_metadata": {
"severity": {
"original": "low",
"override": "critical"
},
"tags": [
"important",
],
"notes": "This reason why this is tagged as 'important' is: ..."
},
"identifiers": [
{
"id": 1,
"name": "An identifier"
}
],
"highlights": {
"description": [
"Bank Statement PSD <mark>Template</mark>\r\n\r\nWe promise:\r\n- Your order will be delivered instantly."
],
"title": [
"Bank Statement PSD <mark>Template</mark>"
]
}
}
],
"next": "WzE1Njg5OTcwMzc1ODksICJsaXN0aW5nL2Fwb2xsb25fbWFya2V0Lzk4NjEiXQ%3D%3D"
}
Paging
This endpoint supports the Flare standard paging pattern .Body Parameters
One of the supported queries.
{
"type": "domain",
"fqdn": "<string>"
}
Limit number of events that will be returned. (Max 10)
The
next value from the last response.The order in which the results will be returned.
Show valid order values
Show valid order values
asc
descHide child attributes
Hide child attributes
If a string value is specified, results will contain events that have a greater than or equal severity. Otherwise, if an array of severities is specified, results will only contain events that exactly match one of them.
Show valid severity values
Show valid severity values
info
low
medium
high
criticalShow valid type values
Show valid type values
illicit_networks
open_web
leak
domain
listing
forum_content
blog_content
profile
chat_message
ransomleak
infected_devices
financial_data
paste
social_media
source_code
google
service
bucketsShow child attributes
Show child attributes
Matches values greater than the specified timestamp.Format: ISO-8601
Matches values greater than or equal to the specified timestamp.Format: ISO-8601
Matches values lesser than the specified timestamp.Format: ISO-8601
Matches values lesser than or equal to the specified timestamp.Format: ISO-8601
If provided, results will be filtered on the tags.
If set to true, results will be filtered to be events that have been ignored.
If set to true, results will be filtered to be events that have been remediated.
Path Parameters
The ID of the group.
Was this page helpful?
⌘I