Skip to content

Instantly share code, notes, and snippets.

@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",
@ikiril01
ikiril01 / infrastructure_example_opt_1.json
Last active October 1, 2018 13:47
Infrastructure 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",