STIX-Java icon indicating copy to clipboard operation
STIX-Java copied to clipboard

Custom Object: Marking Object: Subject Characteristics Rules

Open StephenOTT opened this issue 7 years ago • 1 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]"

StephenOTT avatar Dec 19 '18 22:12 StephenOTT

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.

StephenOTT avatar Dec 19 '18 22:12 StephenOTT