Skip to content

Commit 4266c5a

Browse files
committed
add examples
1 parent 5d8e73a commit 4266c5a

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

004/schema/example-ail-clean.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"format": "ail",
3+
"version": 1,
4+
"type": "item",
5+
"meta": {
6+
"uuid": "03c51929-eeab-4d47-9dc0-c667f94c7d2c",
7+
"uuid_org": "28bc3db3-16da-461c-b20b-b944f4058708",
8+
"tags": ["mails", "custom_tag"],
9+
"encoding": "base64",
10+
"compress": "gzip",
11+
"ail:id": "object_id",
12+
"ail:mime-type": "text/plain",
13+
"ail:subtype": "foobar"
14+
},
15+
"payload": {
16+
"raw" : "MjhiYzNkYjMtMTZkYS00NjFjLWIyMGItYjk0NGY0MDU4NzA4Cg=="
17+
}
18+
}

004/schema/example-intelmq.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"format": "intelmq",
3+
"version": 2,
4+
"type": "event",
5+
"meta": {
6+
"uuid": "03c51929-eeab-4d47-9dc0-aaaaaaaaaaaa",
7+
"uuid_org": "28bc3db3-16da-461c-b20b-aaaaaaaaaaaa",
8+
"tags": []
9+
},
10+
"payload": {
11+
"raw" : "MjhiYzNkYjMtMTZkYS00NjFjLWIyMGItYjk0NGY0MDU4NzA4Cg==",
12+
"source.ip": "1.2.3.4",
13+
"destination.ip": "5.6.7.8",
14+
"source.asn": "35492",
15+
"classification.taxonomy": "Spam",
16+
"classification.type": "xyz",
17+
"...IntelMQ Data Format key...": "...IntelMQ data format value..."
18+
}
19+
}

0 commit comments

Comments
 (0)