Skip to content

Commit

Permalink
Merge branch 'main' of github.com:MISP/misp-objects
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisr3d committed Oct 17, 2024
2 parents 849a41f + 7f235e5 commit 8327157
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
24 changes: 24 additions & 0 deletions objects/dom-hash/definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"attributes": {
"dom-hash": {
"description": "dom-hash value of the url(s)",
"misp-attribute": "dom-hash",
"ui-priority": 0
},
"url": {
"description": "Full URL of the dom-hashed HTML structure",
"misp-attribute": "url",
"multiple": true,
"ui-priority": 1
}
},
"description": "dom-hash object to describe similar structure of HTML pages.",
"meta-category": "file",
"name": "url",
"requiredOneOf": [
"url",
"dom-hash"
],
"uuid": "c7771a39-afa5-4ecb-8d67-ca87ff60236d",
"version": 2
}
8 changes: 7 additions & 1 deletion objects/victim/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"energy",
"engineering",
"entertainment",
"faith-based organization",
"financial services",
"government local",
"government national",
Expand All @@ -100,6 +101,8 @@
"infrastructure",
"insurance",
"international organization",
"justice",
"law enforcement",
"legal",
"manufacturing",
"mining",
Expand All @@ -109,6 +112,9 @@
"retail",
"technology",
"telecommunications",
"telecommunications - internet service provider",
"telecommunications - managed service provider",
"telecommunications - hosting provider",
"think tank",
"transportation",
"utilities"
Expand All @@ -131,5 +137,5 @@
"sectors"
],
"uuid": "a8806e40-39ad-435f-be02-ac2a13d6fc7d",
"version": 9
"version": 10
}
1 change: 1 addition & 0 deletions schema_objects.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"dns-soa-email",
"domain",
"domain|ip",
"dom-hash",
"email",
"email-attachment",
"email-body",
Expand Down

0 comments on commit 8327157

Please sign in to comment.