Alexandre Dulaunoy
d87ce65cb9
chg: [network-profile] add jarm-fingerprint
2021-02-24 06:38:49 +01:00
Carlos Borges
85dc07a1f4
Creation of Network Profile MISP Object
...
The idea behind this object is to provide a unique form to identify network artifacts.
It's a mix of different including whois, URL and domain.
The need for a consolidated object comes to group correlated elements.
Beyond that, I'm introducing the idea to use the correlation feature in more generic ways.
Example:
The value of "threat-actor-infrastructure-value" is the unique value observed on a network resource that identify it. A practical and tested example is this resources from Kaspesky.
https://securelist.com/the-tetrade-brazilian-banking-malware/97779/
On this article they mention a trojan family called Javali. They recover the C2 server abusing Google Docs services. The mentioned field "threat-actor-infrastructure-value" would register the values available on this image. This item should be hard to correlate with other similar items, as this can change frequently.
A way to change it is also to register a more general pattern of the data with the "threat-actor-infrastructure-pattern". I.E
inicio{
"host":"<variable>",
"porta":"<variable>"
}fim
With other investigations and registry of it on MISP, is possible to correlate this data, facilitate identification of patterns used for tracking purposes and facilitate analysis.
2021-02-23 20:39:22 -03:00
Alexandre Dulaunoy
e902af130c
chg: [report] make link or summary as non-required field
2021-02-22 18:21:45 +01:00
Alexandre Dulaunoy
4e011f2478
chg: [regexp] fixed
2021-02-19 21:56:35 +01:00
Alexandre Dulaunoy
016f9e58af
chg: [regexp] added Farsight Compatible Regular Expressions (FCRE) added
...
Ref: https://docs.dnsdb.info/dnsdb-fcre-reference-guide/#farsight-compatible-regular-expressions-fcre
2021-02-19 18:03:23 +01:00
Alexandre Dulaunoy
36994fda1e
fix: [splunk] fixed
2021-02-15 15:10:20 +01:00
Alexandre Dulaunoy
cb73cfaf49
chg: [splunk] object updated
2021-02-15 14:43:44 +01:00
marcnil815
f3830e044a
Update definition.json
...
Added possibility for multiple searches in same object to accomodate using raw searches and datamodel searches.
2021-02-15 14:13:17 +01:00
Alexandre Dulaunoy
84df20e51f
new: [windows-service] windows-service object added
2021-02-13 17:01:44 +01:00
Alexandre Dulaunoy
2b1c3532dc
chg: [report] add a link field to the report object template
2021-02-04 11:03:01 +01:00
Raphaël Vinot
3d3d40e6c0
fix: keys order in VT object
2021-02-02 15:31:00 +01:00
Raphaël Vinot
625684684a
chg: Disable correlation in VT objects
2021-02-02 15:25:13 +01:00
Alexandre Dulaunoy
160c39d91e
chg: [url] jq all the things
2021-02-02 11:57:41 +01:00
Raphaël Vinot
82c217781f
chg: allow multiple IPs in URL object
2021-02-02 11:39:37 +01:00
Terrtia
4f50074ba7
chg: [telegram-account] required attributes
2021-01-26 11:39:22 +01:00
Alexandre Dulaunoy
eedcc2d5af
chg: [telegram-account] fixes
2021-01-26 10:30:30 +01:00
Alexandre Dulaunoy
ca247d8c2a
new: [telegram-user] basic telegram user
...
Ref: https://core.telegram.org/constructor/user
More could be added in the future
2021-01-26 10:27:35 +01:00
Raphaël Vinot
1e14201fc0
chg: Update objects to match lief output for authenticode
2021-01-19 15:38:31 +01:00
Alexandre Dulaunoy
fd7c05d74b
chg: [jarm] jq all the things
2021-01-05 14:49:34 +01:00
Alexandre Dulaunoy
8d08dc52d0
chg: [jarm] jarm type is jarm-fingerprint
2021-01-05 14:48:06 +01:00
Alexandre Dulaunoy
8753de0e1e
new: [jarm] new jarm object to describe TLS/SSL implementation matching
...
a jarm fingerprint
2021-01-05 14:44:46 +01:00
Alexandre Dulaunoy
2cb16e7be0
chg: [trustar_report] Updated to add "THREAT_ACTOR"
...
Fixing #273
2021-01-05 09:30:28 +01:00
Alexandre Dulaunoy
d6d515d3d8
chg: [yara] disable correlations on some fields
2020-12-30 14:46:04 +01:00
Alexandre Dulaunoy
4d1c42e491
chg: [crypto-material] add a public field for public cryptographic materials
2020-12-30 14:21:37 +01:00
Alexandre Dulaunoy
3650498630
chg: [favicon] jq all the things
2020-12-27 16:21:09 +01:00
Alexandre Dulaunoy
179bd48bec
chg: [favicon] A favicon, also known as a shortcut icon, website icon, tab icon, URL icon, or bookmark icon, is a file containing one or more small icons, associated with a particular web
...
site or web page. The object template can include the murmur3 hash of the favicon to facilitate correlation.
2020-12-27 16:19:04 +01:00
Alexandre Dulaunoy
b71e7c3458
chg: [twitter-post] jq
2020-12-20 10:52:40 +01:00
Alexandre Dulaunoy
8eae725e49
fix: [twitter-post] underscore - minus are difficult to choose from ;-)
2020-12-20 10:41:39 +01:00
Alexandre Dulaunoy
ed1ceebdf4
chg: [jq] all the things
2020-12-20 10:37:14 +01:00
Alexandre Dulaunoy
85e37b360e
Merge pull request #302 from ater49/main
...
Adding fields in twitter-post and paste
2020-12-20 10:34:11 +01:00
Alexandre Dulaunoy
413a2618b6
Merge pull request #303 from seamustuohy/pymisp-pr/631
...
Updated for support for msg format.
2020-12-20 10:30:04 +01:00
seamus tuohy
7e65e5dfaf
Updated for support for msg format.
...
Adding first class support for Emails in .msg format to the email definition.
This includes making the attribute support multiple bodies. Msg formats
nearly always have at least 2, if not 3, versions of the body (plain text, rtf, html).
2020-12-19 17:03:26 -05:00
ater49
a410c7c7a6
Typo and version number correction + adding a field in twitter-post
...
Adding created-at field in twitter-post
2020-12-14 23:01:12 +01:00
ater49
a47ba8c5b8
Add media in twitter-post in order to store attached medias in a tweet
...
Add pastebin.fr in source of paste and paste_file for storing whole
paste file.
2020-12-14 22:25:58 +01:00
Alexandre Dulaunoy
f517d6691c
Merge branch 'main' of github.com:MISP/misp-objects into main
2020-12-10 19:13:07 +01:00
Alexandre Dulaunoy
499392ca0a
chg: [domain-ip] hostname added as an attribute
2020-12-10 19:12:33 +01:00
Beaujeant
a65aa06859
chg: can have mutliple text attributes
2020-11-25 16:17:54 +01:00
Alexandre Dulaunoy
9185d69d14
chg: [jq] all the [things]
2020-11-24 11:48:22 +01:00
Steve Clement
506116f0ac
chg: [json] sort
2020-11-24 14:58:19 +09:00
Steve Clement
dd6ebe5385
new: [sh] Added process state
2020-11-24 14:55:47 +09:00
Steve Clement
4997dc575c
Merge remote-tracking branch 'upstream/main' into process
2020-11-24 14:45:04 +09:00
chrisr3d
0a3e94839c
add: [passive-dns] Added a raw_rdata object relation
2020-11-13 20:09:46 +01:00
chrisr3d
903935c1fe
chg: Using the actual attribute type for cpe and weakness instead of text
2020-10-22 22:11:50 +02:00
Alexandre Dulaunoy
27a554ab12
chg: [cpe-asset] updated
2020-10-16 12:31:44 +02:00
Alexandre Dulaunoy
89f4f6dbc1
new: [cpe-asset] an asset as defined with a CPE value
...
This object was created to support the use-case of pisax.org for the
following use-case:
- They define well-known assets which are used by IXPs and GRXs via
their CPEs;
- The assets are defined in a set of fixed/master MISP events;
- Those events are used to query NVD/CVE database via cve-search
(https://github.com/cve-search/cve-search ) using a PyMISP script
- Then the CVEs matching the CPE are added in MISP and dispatched to the
sharing community of users as specific MISP events.
Ref: PISAX - pan-European Information Sharing and Analysis Center (ISAC) to IXPs and GRXs
Ref: https://nvlpubs.nist.gov/nistpubs/Legacy/IR/nistir7695.pdf ((NIST Interagency Report 7695))
2020-10-16 09:21:40 +02:00
Alexandre Dulaunoy
141a8d2e2f
chg: [vulnerability] fixed
2020-10-15 22:49:29 +02:00
Alexandre Dulaunoy
25c888cecb
chg: [vulnerability] vulnerable_configuration are now cpe type
2020-10-15 22:40:50 +02:00
Alexandre Dulaunoy
5c935172ea
chg: [file] because sorted is always better
2020-10-13 22:47:10 +02:00
Alexandre Dulaunoy
0196285c0f
chg: [file] imphash and telfhash added
2020-10-13 22:46:24 +02:00
Alexandre Dulaunoy
8ee7728e84
chg: [gitlab-user] because -r is important
2020-10-07 09:20:54 +02:00
Alexandre Dulaunoy
b4d21455fd
new: [gitlab-user] GitLab user. Gitlab.com user or self-hosted GitLab instance object template
2020-10-07 09:13:29 +02:00
Richard Hallick
f6f419cadc
Addition of Intel 471 vulnerability intelligence object
...
Intel 471 object to contain structured vulnerability related data.
2020-09-23 13:20:33 +01:00
Richard Hallick
f116494ac9
Addition of intel471-vulnerability-intelligence object
...
Intel 471 object to contain structured vulnerability related data.
2020-09-23 13:02:02 +01:00
Alexandre Dulaunoy
bd6aad0cd9
Merge branch 'main' of github.com:MISP/misp-objects into main
2020-09-17 08:19:03 +02:00
Alexandre Dulaunoy
4828fea3b7
chg: [github-user] reflect the API fields
2020-09-17 07:24:30 +02:00
Raphaël Vinot
e009365d61
chg: Sort json
2020-09-16 15:17:43 +02:00
Alexandre Dulaunoy
794f9e7c43
chg: [keybase] be consistent with keybase API
2020-09-16 14:49:08 +02:00
Alexandre Dulaunoy
9cc343781f
chg: [keybase-account] at least username is required
2020-09-16 14:45:37 +02:00
chrisr3d
054899d28b
fix: JSON Validation
2020-09-09 10:36:20 +02:00
chrisr3d
3fce227f39
Merge branch 'main' of github.com:MISP/misp-objects into main
2020-09-09 10:11:58 +02:00
chrisr3d
cadaa5d8c9
fix: Disabling correlation for all the bgp-ranking object attributes
2020-09-09 10:09:07 +02:00
Alexandre Dulaunoy
bb26860669
Merge branch 'main' of github.com:MISP/misp-objects into main
2020-09-09 08:12:55 +02:00
Alexandre Dulaunoy
ca7ed9b396
new: [github-user] a GitHub user object template
...
Based on the information seen on the web interface.
TODO: Check the GitHub API and review the information available.
2020-09-09 07:40:03 +02:00
Alexandre Dulaunoy
31586921b2
chg: [twitter-account] incorrect description fixed
2020-09-09 07:24:03 +02:00
chrisr3d
2671039cec
fix: JSON validation
2020-09-08 12:11:50 +02:00
chrisr3d
77fc1e0d97
Merge branch 'main' of github.com:MISP/misp-objects into chrisr3d_patch
2020-09-08 11:53:41 +02:00
chrisr3d
33cf33dc24
add: Added an IP address family attribute to describe the address family concerned by the BGP ranking
2020-09-08 11:52:39 +02:00
Raphaël Vinot
6c98bf536f
fix: Incorrect relationships in requiredoneof field
2020-09-08 11:17:57 +02:00
chrisr3d
0ba4909549
add: First version of a BGP ranking object to represent the ranking of an ASN at a specific point of time
...
- We can then associate as many bgp-ranking
objects as we need to the corresponding ASN
object, each one of them being the ranking of
the ASN for a given day
2020-09-07 23:56:10 +02:00
chrisr3d
e2f062e477
fix: Validation issue fixed
2020-09-03 14:21:06 +02:00
chrisr3d
e743d7d013
fix: Normalised object relations of the ilr objects
...
- Using dash as separator instead of space
2020-09-03 14:14:01 +02:00
chrisr3d
2c64f6e04a
fix: Normalised object relations of the vehicle object
...
- Using dash as separator instead of space
2020-09-03 14:12:59 +02:00
chrisr3d
3a7eb020e6
fix: Normalised object relations of the phishing objects
...
- Using dash as separator instead of space
2020-09-03 14:12:05 +02:00
chrisr3d
73ced3e75c
fix: Normalised object relations of the ip-api-address object
...
- Using dash as separator instead of space
2020-09-03 14:10:02 +02:00
chrisr3d
7865f4110d
chg: Making source port attribute multiple in the ip-port object
2020-09-03 14:08:36 +02:00
Alexandre Dulaunoy
7fe39ca8f6
chg: [keybase] newline issue
2020-09-03 12:23:13 +02:00
Alexandre Dulaunoy
3d530764b5
chg: [keybase-account] meta category updated
2020-09-03 12:19:36 +02:00
Alexandre Dulaunoy
bc59103f84
chg: [jq] all the things
2020-09-03 12:11:20 +02:00
Alexandre Dulaunoy
46b6f79cfd
chg: [keybase] description updated
2020-09-03 12:08:13 +02:00
Alexandre Dulaunoy
ae3158e3fa
chg: [keybase] updated
2020-09-03 12:02:37 +02:00
Alexandre Dulaunoy
1d870bf238
chg: [restore] file
2020-09-03 12:01:26 +02:00
Pauline Bourmeau
2e5d994deb
Revert "added description field in attributes"
...
This reverts commit 3224f78d4f
.
2020-09-03 11:55:31 +02:00
Pauline Bourmeau
496f4bd030
jq-ed file
2020-09-03 11:05:21 +02:00
Pauline Bourmeau
3224f78d4f
added description field in attributes
2020-09-03 11:00:38 +02:00
Pauline Bourmeau
a3fd21d39d
fixed comments
2020-09-03 10:02:30 +02:00
Pauline Bourmeau
5e7152714b
first addition of keybase object
2020-09-03 09:41:12 +02:00
Alexandre Dulaunoy
d35cd2d47f
chg: [jq] all the things
2020-08-28 16:45:47 +02:00
Pauline Bourmeau
da3c168506
Update definition.json
2020-08-28 16:41:01 +02:00
Alexandre Dulaunoy
939a950d87
chg: [jq] all the things
2020-08-28 16:33:05 +02:00
Pauline Bourmeau
50288b806c
Update definition.json
2020-08-28 16:27:41 +02:00
Pauline Bourmeau
d76f21d8b5
Update definition.json
2020-08-28 16:15:57 +02:00
Alexandre Dulaunoy
a168037d93
chg: [jq] all the things
2020-08-28 16:10:42 +02:00
Alexandre Dulaunoy
894ab6e24b
Merge branch 'main' of https://github.com/C00kie-/misp-objects into C00kie--main
2020-08-28 16:10:12 +02:00
Alexandre Dulaunoy
c487e73b86
chg: [jq] all the things
2020-08-28 16:08:39 +02:00
Pauline Bourmeau
794063dfe9
Update definition.json
2020-08-28 16:05:33 +02:00
Pauline Bourmeau
9fd1f78b5a
Update definition.json
2020-08-28 16:05:05 +02:00
Pauline Bourmeau
b698ccb724
Update definition.json
2020-08-28 16:04:23 +02:00
Alexandre Dulaunoy
6b6c136b9c
chg: [vulnerability] vulnerability is is now a vulnerability type
...
The vulnerability type is an official CVE number.
We might need to add in the future a new attribute in the object
for non-CVE id of a vulnerability or adding other id type in the object.
This commit fixes #234
2020-08-28 11:23:10 +02:00
rmkml
cd49fe8d97
add SHA3 Hash on definition.json
2020-08-23 19:30:17 +02:00
Alexandre Dulaunoy
842d128ef3
chg: [misp-objects] newline newline newline is the evil
2020-08-20 10:53:06 +02:00