Skip to content

Commit 12fd5bd

Browse files
committed
new: [shadowserver-beacon-ttl-report] new object template describing beacon TTL report
1 parent a3c8d30 commit 12fd5bd

1 file changed

Lines changed: 110 additions & 0 deletions

File tree

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
{
2+
"attributes": {
3+
"asn": {
4+
"categories": [
5+
"Network activity"
6+
],
7+
"description": "ASN where the IP resides",
8+
"misp-attribute": "AS",
9+
"ui-priority": 0
10+
},
11+
"asn_ttl": {
12+
"categories": [
13+
"Other"
14+
],
15+
"description": "TTL for the ASN and tag pair",
16+
"disable_correlation": true,
17+
"misp-attribute": "text",
18+
"ui-priority": 0
19+
},
20+
"geo": {
21+
"categories": [
22+
"Other"
23+
],
24+
"description": "Country location of the IP",
25+
"disable_correlation": true,
26+
"misp-attribute": "text",
27+
"ui-priority": 0
28+
},
29+
"hostname": {
30+
"categories": [
31+
"Network activity"
32+
],
33+
"description": "Reverse DNS name of the device in question",
34+
"misp-attribute": "text",
35+
"ui-priority": 0
36+
},
37+
"ip": {
38+
"categories": [
39+
"Network activity"
40+
],
41+
"description": "IP of the of the URL",
42+
"misp-attribute": "ip-src",
43+
"multiple": true,
44+
"ui-priority": 0
45+
},
46+
"ip_ttl": {
47+
"categories": [
48+
"Other"
49+
],
50+
"description": "TTL for the IP and tag pair",
51+
"disable_correlation": true,
52+
"misp-attribute": "text",
53+
"ui-priority": 0
54+
},
55+
"registrar": {
56+
"categories": [
57+
"Other"
58+
],
59+
"description": "Registrar responsible for the hostname",
60+
"disable_correlation": true,
61+
"misp-attribute": "text",
62+
"ui-priority": 0
63+
},
64+
"registrar_ttl": {
65+
"categories": [
66+
"Other"
67+
],
68+
"description": "TTL for the registrar and tag pair",
69+
"disable_correlation": true,
70+
"misp-attribute": "text",
71+
"ui-priority": 0
72+
},
73+
"tag": {
74+
"categories": [
75+
"Other"
76+
],
77+
"description": "Attribute tags",
78+
"misp-attribute": "text",
79+
"multiple": true,
80+
"ui-priority": 0
81+
},
82+
"tld": {
83+
"categories": [
84+
"Other"
85+
],
86+
"description": "Top level domain of the hostname",
87+
"disable_correlation": true,
88+
"misp-attribute": "text",
89+
"ui-priority": 0
90+
},
91+
"tld_ttl": {
92+
"categories": [
93+
"Other"
94+
],
95+
"description": "TTL for the TLD and tag pair",
96+
"disable_correlation": true,
97+
"misp-attribute": "text",
98+
"ui-priority": 0
99+
}
100+
},
101+
"description": "Shadowserver beacon TTL report",
102+
"meta-category": "misc",
103+
"name": "shadowserver-beacon-ttl-report",
104+
"required": [
105+
"ip",
106+
"tag"
107+
],
108+
"uuid": "c3ae42bd-ab36-4c62-8154-e4f46a01135f",
109+
"version": 1
110+
}

0 commit comments

Comments
 (0)