STIX-Java
STIX-Java copied to clipboard
Custom Object: Marking Object: Subject Characteristics Rules
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.