Skip to content

Commit

Permalink
add dataType mail-subject #1260 (#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guiiix authored Jun 12, 2024
1 parent 5cefed3 commit 00565e5
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"registry",
"regexp",
"other",
"filename"
"filename",
"mail-subject"
],
"description": "Execute a parameterized notebook in Jupyter",
"baseConfig": "Jupyter",
Expand Down
3 changes: 2 additions & 1 deletion analyzers/MISP/MISP.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"registry",
"regexp",
"other",
"filename"
"filename",
"mail-subject"
],
"baseConfig": "MISP",
"command": "MISP/misp.py",
Expand Down
3 changes: 2 additions & 1 deletion analyzers/OpenCTI/OpenCTI_SearchExactObservable.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"registry",
"regexp",
"other",
"filename"
"filename",
"mail-subject"
],
"config": {
"service": "search_exact"
Expand Down
3 changes: 2 additions & 1 deletion analyzers/OpenCTI/OpenCTI_SearchObservables.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"registry",
"regexp",
"other",
"filename"
"filename",
"mail-subject"
],
"config": {
"service": "search_observables"
Expand Down
17 changes: 16 additions & 1 deletion analyzers/SoltraEdge/Soltra_search.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,22 @@
"url": "http://soltra.com/en/",
"license" : "AGPL-V3",
"description": "Query against Soltra Edge.",
"dataTypeList": ["domain", "ip", "url", "fqdn", "uri_path","user-agent", "hash", "mail", "mail_subject" , "registry", "regexp", "other", "filename"],
"dataTypeList": [
"domain",
"ip",
"url",
"fqdn",
"uri_path",
"user-agent",
"hash",
"mail",
"mail_subject",
"registry",
"regexp",
"other",
"filename",
"mail-subject"
],
"command": "SoltraEdge/soltra.py",
"baseConfig": "Soltra_Edge",
"config": {
Expand Down
5 changes: 4 additions & 1 deletion analyzers/Splunk/Splunk_Search_mail_subject.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"url": "https://www.splunk.com",
"author": "Unit777, LetMeR00t",
"license": "AGPL-V3",
"dataTypeList": ["mail_subject"],
"dataTypeList": [
"mail_subject",
"mail-subject"
],
"description": "Execute a savedsearch on a Splunk instance with a mail subject as argument",
"baseConfig": "Splunk",
"config": {
Expand Down

0 comments on commit 00565e5

Please sign in to comment.