mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-28 15:58:24 +01:00
Tweaked the Link regex to allow anchor tags and the handle regex to permit blank entries.
This commit is contained in:
parent
ee68df7f26
commit
dfb30f194f
@ -74,19 +74,19 @@ mapping:
|
|||||||
type: str
|
type: str
|
||||||
"Sigma":
|
"Sigma":
|
||||||
type: str
|
type: str
|
||||||
pattern: '^http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
pattern: '^http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+#]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
||||||
"Analysis":
|
"Analysis":
|
||||||
type: str
|
type: str
|
||||||
pattern: '^http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
pattern: '^http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+#]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
||||||
"Elastic":
|
"Elastic":
|
||||||
type: str
|
type: str
|
||||||
pattern: '^http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
pattern: '^http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+#]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
||||||
"Splunk":
|
"Splunk":
|
||||||
type: str
|
type: str
|
||||||
pattern: '^http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
pattern: '^http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+#]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
||||||
"BlockRule":
|
"BlockRule":
|
||||||
type: str
|
type: str
|
||||||
pattern: '^http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
pattern: '^http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+#]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
||||||
"Resources":
|
"Resources":
|
||||||
type: seq
|
type: seq
|
||||||
required: false
|
required: false
|
||||||
@ -95,7 +95,7 @@ mapping:
|
|||||||
mapping:
|
mapping:
|
||||||
"Link":
|
"Link":
|
||||||
type: str
|
type: str
|
||||||
pattern: '^http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
pattern: '^http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+#]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+$'
|
||||||
"Acknowledgement":
|
"Acknowledgement":
|
||||||
type: seq
|
type: seq
|
||||||
required: false
|
required: false
|
||||||
@ -106,4 +106,4 @@ mapping:
|
|||||||
type: str
|
type: str
|
||||||
"Handle":
|
"Handle":
|
||||||
type: str
|
type: str
|
||||||
pattern: '^@(\w){1,15}$'
|
pattern: '^(@(\w){1,15})?$'
|
||||||
|
@ -46,7 +46,7 @@ Detection:
|
|||||||
- IOC: bitsadmin creates new files
|
- IOC: bitsadmin creates new files
|
||||||
- IOC: bitsadmin adds data to alternate data stream
|
- IOC: bitsadmin adds data to alternate data stream
|
||||||
Resources:
|
Resources:
|
||||||
- Link: https://www.slideshare.net/chrisgates/windows-attacks-at-is-the-new-black-26672679 - slide 53
|
- Link: https://www.slideshare.net/chrisgates/windows-attacks-at-is-the-new-black-26672679
|
||||||
- Link: https://www.youtube.com/watch?v=_8xJaaQlpBo
|
- Link: https://www.youtube.com/watch?v=_8xJaaQlpBo
|
||||||
- Link: https://gist.github.com/api0cradle/cdd2d0d0ec9abb686f0e89306e277b8f
|
- Link: https://gist.github.com/api0cradle/cdd2d0d0ec9abb686f0e89306e277b8f
|
||||||
Acknowledgement:
|
Acknowledgement:
|
||||||
|
@ -66,4 +66,4 @@ Acknowledgement:
|
|||||||
- Person: egre55
|
- Person: egre55
|
||||||
Handle: '@egre55'
|
Handle: '@egre55'
|
||||||
- Person: Mike Cary
|
- Person: Mike Cary
|
||||||
Handle: 'grayfold3d'
|
Handle: '@grayfold3d'
|
||||||
|
@ -37,4 +37,4 @@ Acknowledgement:
|
|||||||
- Person: BennyHusted
|
- Person: BennyHusted
|
||||||
Handle: ''
|
Handle: ''
|
||||||
- Person: Amit Serper
|
- Person: Amit Serper
|
||||||
Handle: '@0xAmit '
|
Handle: '@0xAmit'
|
||||||
|
Loading…
Reference in New Issue
Block a user