forum_post type represents an individual message or reply made within a forum thread on an underground or hacker-oriented site.
Each record contains the message text, author alias, message context, and metadata such as timestamps.
Forum Post
forum_post type represents an individual message or reply made within a forum thread on an underground or hacker-oriented site.
Each record contains the message text, author alias, message context, and metadata such as timestamps.
{
"event_type": "forum_post",
"data": {
"actor": {
"id": "123456",
"name": "John Doe"
},
"context": {
"category_name": "Food & Drink",
"topic_id": "1010",
"topic_title": "Top 10 Pasta Recipes"
},
"posted_at": "2025-01-01T00:00:00",
"content": "These are my favourite recipes for pasta!",
"url": "https://forum.com/post/1010"
},
"metadata": {
"estimated_created_at": "2025-01-01T00:00:00",
"flare_url": "https://app.flare.io/#/uid",
"matched_at": null,
"severity": "info",
"uid": "index/source/id"
}
}
Was this page helpful?