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

 


Help: OASIS Mailing Lists Help | MarkMail Help

cti message

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


Subject: Re: [cti] Idea for Internationalization


Jason, 

Your option for using a relationship object would also work for my option 3.  We can do a direct relationship as John pointed out, or a relationship object like you said.  But I think the key is that the fields that get translated are in a "translation" TLO just as my option 3 called out.


Thanks,

Bret



Bret Jordan CISSP
Director of Security Architecture and Standards | Office of the CTO
Blue Coat Systems
PGP Fingerprint: 63B4 FC53 680A 6B7D 1447  F2C0 74F8 ACAE 7415 0050
"Without cryptography vihv vivc ce xhrnrw, however, the only thing that can not be unscrambled is an egg." 

On Feb 2, 2016, at 08:46, Jason Keirstead <Jason.Keirstead@ca.ibm.com> wrote:

I like the relationship concept better because it makes it easier for me to totally ignore translations if I don't care about them. If the translation is inside the original object, I have to consume and parse it when I may not care.

-
Jason Keirstead
STSM, Product Architect, Security Intelligence, IBM Security Systems
www.ibm.com/security | www.securityintelligence.com

Without data, all you are is just another person with an opinion - Unknown


<graycol.gif>Terry MacDonald ---02/02/2016 11:43:56 AM---Hi Jason, That was Bret and Johns option 3 as I understand it. I don’t think it requires a relations

From: Terry MacDonald <terry@soltra.com>
To: Jason Keirstead/CanEast/IBM@IBMCA
Cc: "Jordan, Bret" <bret.jordan@bluecoat.com>, "Wunder, John A." <jwunder@mitre.org>, "cti@lists.oasis-open.org" <cti@lists.oasis-open.org>
Date: 02/02/2016 11:43 AM
Subject: RE: [cti] Idea for Internationalization





Hi Jason,

That was Bret and Johns option 3 as I understand it. I don’t think it requires a relationship object to link them as it isn’t something that requires a confidence level. John used a direct ref to the translation object, which makes sense as the translation object creator would be the one also linking the object – so they don’t need the confidence values that the relationship provides, and third-parties don’t need to assert that the object is a translation of the original object – that’s something the translation object producer can do.

e.g. (from John’s earlier post - bolded object reference shown)

It would look something like this:

[
{
“type”: “indicator”,
“id”: “indicator—UUID”,
“lang”: “en-US”,
“title”: “English title”,
},
{
“type”: “indicator-translation”,
“id”: “indicator-translation—UUID”,
“object_ref”: “indicator—UUID”
“lang”: “jp”,
“title”: “Japanese Title”
}
]

Cheers

Terry MacDonald
Senior STIX Subject Matter Expert
SOLTRA | An FS-ISAC and DTCC Company
+61 (407) 203 206 | terry@soltra.com


From: Jason Keirstead [mailto:Jason.Keirstead@ca.ibm.com]
Sent:
Wednesday, 3 February 2016 2:36 AM
To:
Terry MacDonald <terry@soltra.com>
Cc:
Jordan, Bret <bret.jordan@bluecoat.com>; Wunder, John A. <jwunder@mitre.org>; cti@lists.oasis-open.org
Subject:
RE: [cti] Idea for Internationalization

Instead of re-issuing the TLO at all, I don't get why we can't just have a "translation" TLO.

This avoids having to re-issue objects at all. All IDs stay the same. Also allows any party to add translations.

Here is the concept.

          {
          "type": "stix-package",
          "id": "stix-package--ad3d029f-6fe7-4923-aafc-3b69aed32365",
          "lang" :"en-US"
          “title”: "My Campaign"
          }



          {
          "type":"translation",
          "id":"stix-translation--
          78ac772a-ba02-4693-9b0b-39d568bc8514",
          "field":"title",
          "lang":"jp",
          "value":"
          キャンペーン"
          }
"relationships": [
{

"id"
: "relationship--1",
"type"
: "relationship",
"from"
: "stix-package--ad3d029f-6fe7-4923-aafc-3b69aed32365",
"to"
: "stix-translation--78ac772a-ba02-4693-9b0b-39d568bc8514",
"relationship_value"
: "translation"
},

-
Jason Keirstead
STSM, Product Architect, Security Intelligence, IBM Security Systems

www.ibm.com/security | www.securityintelligence.com

Without data, all you are is just another person with an opinion - Unknown


<graycol.gif>Terry MacDonald ---02/02/2016 11:29:12 AM---Hi Brett, “The solution that Ryu and Terry have called out, work, but only for the original producer

From:
Terry MacDonald <terry@soltra.com>
To:
"Jordan, Bret" <bret.jordan@bluecoat.com>, "Wunder, John A." <jwunder@mitre.org>
Cc:
"cti@lists.oasis-open.org" <cti@lists.oasis-open.org>
Date:
02/02/2016 11:29 AM
Subject:
RE: [cti] Idea for Internationalization
Sent by:
<cti@lists.oasis-open.org>





Hi Brett,


The solution that Ryu and Terry have called out, work, but only for the original producer. Everyone that wants to add a translation, or fix a translation, would have to re-issue and re-version the entire TLO. Which will break linkages to campaign and threat actors as the translations grow organically by themselves.”

Not true, if we use the incremental versioning method which was described in the TWIGS proposal to the F2F. That *
would* be true if we used major versioning, but in TWIGS we removed major versioning because of the difficulties it caused in situations like this. If we do incremental versioning as we have written in the TWIGS proposal, then the Object ID doesn’t change with new versions of the object. Which means that Option 1 (kind of what Ryu and I proposed) doesn’t result in broken linkages to campaigns and threat actors.

This also doesn’t result in losing the ability to track source, as another one of the TWIGS proposal ‘rules’ also applies here – that only content producers can update the objects they release. This also does means that translations can only be released by the content producers as well, which is not optimal.


I prefer Option 1 but can get on-board with Option 3 if that’s what others prefer. A translation only object related to the root object does introduce a greater size, but if it is an object that allows being partially filled then that will reduce the extra characters wasted.


Cheers


Terry MacDonald

Senior STIX Subject Matter Expert

SOLTRA
| An FS-ISAC and DTCC Company
+61 (407) 203 206 |
terry@soltra.com







Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail



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