Skip to content

Commit 8aef005

Browse files
authored
Merge pull request #420 from goodlandsecurity/stairwell
adding stairwell object
2 parents 4bf694a + fac453a commit 8aef005

1 file changed

Lines changed: 89 additions & 0 deletions

File tree

objects/stairwell/definition.json

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
{
2+
"attributes": {
3+
"entropy": {
4+
"description": "Measure of the information contained in a object as opposed to the portion of the object that is determined (or predictable)",
5+
"disable_correlation": true,
6+
"misp-attribute": "float",
7+
"ui-priority": 1
8+
},
9+
"environment": {
10+
"description": "Stairwell environments that this object has been seen within",
11+
"misp-attribute": "comment",
12+
"multiple": true,
13+
"ui-priority": 0
14+
},
15+
"imphash": {
16+
"description": "The Mandiant import hash (imphash) of the object",
17+
"misp-attribute": "imphash",
18+
"ui-priority": 0
19+
},
20+
"magic": {
21+
"description": "Magic number as determined by yara rule based identification",
22+
"misp-attribute": "comment",
23+
"ui-priority": 0
24+
},
25+
"malEval-probability": {
26+
"description": "Confidence that the label applies on the object",
27+
"misp-attribute": "comment",
28+
"ui-priority": 0
29+
},
30+
"malEval-severity": {
31+
"description": "Severity of malware detected",
32+
"misp-attribute": "comment",
33+
"ui-priority": 0
34+
},
35+
"md5": {
36+
"description": "The md5 hash signature of an object",
37+
"misp-attribute": "md5",
38+
"ui-priority": 1
39+
},
40+
"mime-type": {
41+
"description": "MIME type as determined by yara rule based identification",
42+
"disable_correlation": true,
43+
"misp-attribute": "mime-type",
44+
"ui-priority": 0
45+
},
46+
"sha1": {
47+
"description": "The sha1 hash signature of an object",
48+
"misp-attribute": "sha1",
49+
"ui-priority": 1
50+
},
51+
"sha256": {
52+
"description": "The sha256 hash signature of an object",
53+
"misp-attribute": "sha256",
54+
"ui-priority": 1
55+
},
56+
"size-in-bytes": {
57+
"description": "The size of the file in bytes",
58+
"disable_correlation": true,
59+
"misp-attribute": "size-in-bytes",
60+
"ui-priority": 0
61+
},
62+
"stairwell-first-seen": {
63+
"description": "The timestamp at which an object was first observed by Stairwell",
64+
"misp-attribute": "datetime",
65+
"ui-priority": 0
66+
},
67+
"tlsh": {
68+
"description": "The TLSH of the object",
69+
"misp-attribute": "tlsh",
70+
"ui-priority": 0
71+
},
72+
"yara-rule-match": {
73+
"description": "Stairwell yara rule resource names which have matched on this object",
74+
"misp-attribute": "comment",
75+
"multiple": true,
76+
"ui-priority": 0
77+
}
78+
},
79+
"description": "Stairwell leverages automated analysis, YARA rule libraries, shared malware feeds, privately run AV verdicts, static & dynamic analysis, malware unpacking, and variant discovery.",
80+
"meta-category": "file",
81+
"name": "stairwell",
82+
"requiredOneOf": [
83+
"md5",
84+
"sha1",
85+
"sha256"
86+
],
87+
"uuid": "113d31ab-6eea-46df-976c-e955c369acd2",
88+
"version": 1
89+
}

0 commit comments

Comments
 (0)