StephenOTT / STIX-Java

STIX 2.x Java Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Object: Marking Object: Subject Characteristics Rules

StephenOTT opened this issue · comments

Create a Marking Object that defines "Subject Characteristics Rules"

This Marking object defines a set of "rules" / logical operator rules that the Subject must validate against for redaction usage.

" Subjects IdentityClass == Individual "
" Subjects IdentityClass is one of [Individiual, business]"
" Subject's creation is not newer than 30 days"
" Subject has trust level 4"
" Subject is trusted By [group1, group2]"

These rules will follow typical expression pattern usage.

All rules must pass for redaction not to occur. If any rule fails, then redaction is implemented.