Skip to content

Instantly share code, notes, and snippets.

@ikiril01
ikiril01 / object_properties.md
Last active December 24, 2025 15:39
D3FEND 1.3.0 Object Properties
Property Label SubPropertyOf InverseOf Definition
:abuses abuses :uses x abuses y: The entity x applies an artifact y to a wrong thing or person; x applies y badly or incorrectly.
:access-mediated-by access-mediated-by :associated-with :mediates-access-to x access-mediated-by y: The entity or resource x has its access regulated, controlled, or facilitated by entity y, which acts as an intermediary or gatekeeper to enforce access control policies.
:accessed-by accessed-by :associated-with
:may-be-accessed-by
:accesses x accessed-by y: The entity or resource x is accessed by entity y.
:accesses accesses :associated-with
:may-access
x accesses y: An subject x takes the action of reading from, writing into, or executing the stored information in the object y. Reads, writes, and executes are specific cases of accesses.
:addressed-by addressed-by :associated-with :addresses x a
@ikiril01
ikiril01 / spec.json
Created May 10, 2023 20:07
Vega spec from Wed May 10 2023
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"width": 500,
"height": 500,
"signals": [
{"name": "$cx", "update": "width / 2"},
{"name": "$cy", "update": "height / 2"},
{
"name": "$nodeRadius",
"value": 8,
@ikiril01
ikiril01 / spec.json
Created May 10, 2023 20:07
Vega spec from Wed May 10 2023
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"width": 500,
"height": 500,
"signals": [
{"name": "$cx", "update": "width / 2"},
{"name": "$cy", "update": "height / 2"},
{
"name": "$nodeRadius",
"value": 8,
@ikiril01
ikiril01 / vega_netflow.json
Created May 4, 2023 17:43
Vega Netflow Directed Graph
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"signals": [
{"name": "$cx", "update": "width / 2"},
{"name": "$cy", "update": "height / 2"},
{
"name": "$nodeRadius",
"value": 8,
"bind": {"input": "range", "min": 1, "max": 50, "step": 1}
},
@ikiril01
ikiril01 / spec.json
Created May 4, 2023 17:21
Vega spec from Thu May 04 2023
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"description": "A node-link diagram with force-directed layout, depicting character co-occurrence in the novel Les Misérables.",
"width": 700,
"height": 500,
"padding": 0,
"autosize": "none",
"signals": [
{"name": "cx", "update": "width / 2"},
{"name": "cy", "update": "height / 2"},
@ikiril01
ikiril01 / spec.json
Last active March 10, 2023 14:05
Color Test
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"background": "white",
"padding": 5,
"width": 400,
"height": 300,
"style": "cell",
"data": [
{
"name": "data-9794decafd64313e2c537fe6fc95bda8",
@ikiril01
ikiril01 / malware_example_opt_1.json
Created October 19, 2018 14:54
Malware Example (Option 1`)
{
"type":"bundle",
"id":"bundle--5d0092c5-5f74-4287-9642-33f4c354e56d",
"spec_version":"2.1",
"objects":[
{
"type":"malware",
"spec_version":"2.1",
"id":"malware--0c7b5b88-8ff7-4a4d-aa9d-feb398cd0061",
"created":"2016-05-12T08:17:27.000000Z",
@ikiril01
ikiril01 / network_traffic_example_opt_7.json
Created October 2, 2018 15:49
Network Traffic Example Option 7
{
"type": "bundle",
"id": "bundle--5d0092c5-5f74-4287-9642-33f4c354e56d",
"spec_version": "2.1",
"objects": [
{
"type": "observed-data",
"id": "observed-data--b67d30ff-02ac-498a-92f9-32f845f448cf",
"spec_version": "2.1",
"created_by_ref": "identity--f431f809-377b-45e0-aa1c-6a4751cae5ff",
@ikiril01
ikiril01 / network_traffic_example_opt_1.json
Created October 2, 2018 15:47
Network Traffic Example Option 1 Prime
{
"type": "bundle",
"id": "bundle--5d0092c5-5f74-4287-9642-33f4c354e56d",
"spec_version": "2.1",
"objects": [
{
"type": "observed-data",
"id": "observed-data--b67d30ff-02ac-498a-92f9-32f845f448cf",
"spec_version": "2.1",
"created_by_ref": "identity--f431f809-377b-45e0-aa1c-6a4751cae5ff",