Skip to content

Commit 08f5f77

Browse files
committed
Merge branch 'main' of github.com:MISP/misp-objects
2 parents e056c9c + dc52c10 commit 08f5f77

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"attributes": {
3+
"favicon-mmh3": {
4+
"description": "Favicon of the phishing url in Murmurhash3 format (base64).",
5+
"misp-attribute": "text",
6+
"ui-priority": 0
7+
},
8+
"html-structure": {
9+
"description": "HTML tags defining the structure of the HTML page.",
10+
"disable_correlation": true,
11+
"misp-attribute": "text",
12+
"ui-priority": 0
13+
},
14+
"phash-dct-base64": {
15+
"description": "pHash (DCT hash) - as described in https://github.com/thorn-oss/perception.",
16+
"misp-attribute": "text",
17+
"ui-priority": 0
18+
},
19+
"truncated-hash-html-structure": {
20+
"description": "Truncated hash value of the html-structure.",
21+
"misp-attribute": "text",
22+
"ui-priority": 0
23+
},
24+
"url": {
25+
"description": "Full URL of the phishing object.",
26+
"misp-attribute": "url",
27+
"ui-priority": 1
28+
}
29+
},
30+
"description": "cert.pl phishing object template representing an url along with some metadata as such phash, html-structure or partial-hash",
31+
"meta-category": "network",
32+
"name": "cert-pl-phishing",
33+
"requiredOneOf": [
34+
"url",
35+
"phash-dct-base64",
36+
"html-structure",
37+
"truncated-hash-html-structure",
38+
"favicon-mmh3"
39+
],
40+
"uuid": "4c37c9af-ca71-4365-bcfb-6393c22dd88e",
41+
"version": 1
42+
}

0 commit comments

Comments
 (0)