OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

cti-cybox message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [cti-cybox] A new Forum Object


I’m very supportive of a new CybOX object that can be used to represent posts on Forums and blogs and see it to be very differently from a message like one would see in messaging system.  I’ve been talking to the MITRE folks for a couple of years now about adding support to capturing forum/blog posts and how they differ from things like Twitter, Facebook Messenger, and Email.

 

I think Terry’s proposed first cut is pretty good but would recommend adding the properties “created_at” to indicate when the post was created and possibly “modified_at” to indicate the last time the post was modified.

 

 

Paul Patrick

 

 

 

From: <cti-cybox@lists.oasis-open.org> on behalf of Jerome Athias <athiasjerome@gmail.com>
Date: Wednesday, June 22, 2016 at 1:35 AM
To: Terry MacDonald <terry.macdonald@cosive.com>
Cc: "cti-cybox@lists.oasis-open.org" <cti-cybox@lists.oasis-open.org>
Subject: Re: [cti-cybox] A new Forum Object
Resent-From: <Paul.Patrick@FireEye.com>

 

Interesting reading 



On Thursday, 16 June 2016, Terry MacDonald <terry.macdonald@cosive.com> wrote:

Hi All,

 

For the 3rd time someone recently asked me if there was a way of encoding web forum posts within CybOX. My reply...well not really. That answer bothered me greatly, so with the help of AJ from EclecticIQ I put together a Forum Object.

 

The Forum Object is designed to record web forum and newsgroup posts, and is aimed primarily at helping people record what is being discussed on underground forums. 

 

I really think it is needed for CybOX 3.0 MVP personally, and a couple of friends at very large organizations have also confirmed they would find this very useful. In fact one was surprised that it wasn't there already.

1.1 Forum Object

Type Name: forum-object

Status: Draft

MVP: Yes

 

The Forum Object represents a single Forum post. It is used to capture posts on newsgroups and web forums, primarily to enable the sharing of conversations held between threat actors on underground forums.

Properties

CybOX Object Properties

id, type

Property Name

Type

Description

type (inherited from cybox-object)

string

Indicates that this object is a CybOX Forum Object. The value of this field MUST be forum-object.

url (optional)

string

Specifies the url of the forum.

forum-name(required)

string

Specifies the name of the forum.

room-name(optional)

string

Specifies the room-name within the forum.

thread-title

string

Specifies the thread-title within the forum.

post-creator

string

Specifies the identity of the forum post creator.

post-details

string

Specifies the full details of the forum post.

Examples

Underground forum post

 

{

   "type": "forum-object",

   "id": "forum-object--1",

   "url": "https://www.cardz4cheap.org/cardsforsale/5332113",

   "forum-name": "Cardz4cheap",

   "room-name": "Cards for sale",

   "thread-title": "Happy Burger Cards",

   "post-creator": "DeliteD",

   "post-details": "Hey Dudes, I got 1500 cards for sale real cheap."

}




Cheers

 

Terry MacDonald | Chief Product Officer

 

 

 

 

 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]