mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-04-15 03:18:27 +02:00
Put schema back to previous state and fixed non-compliant Link in At.yml
This commit is contained in:
parent
9515d43301
commit
ee68df7f26
@ -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
|
||||||
|
@ -23,7 +23,7 @@ Detection:
|
|||||||
- IOC: Registry Key - Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\At1.
|
- IOC: Registry Key - Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\At1.
|
||||||
Resources:
|
Resources:
|
||||||
- Link: https://freddiebarrsmith.com/at.txt
|
- Link: https://freddiebarrsmith.com/at.txt
|
||||||
- Link: https://sushant747.gitbooks.io/total-oscp-guide/privilege_escalation_windows.html - Escalate to System from Administrator
|
- Link: https://sushant747.gitbooks.io/total-oscp-guide/privilege_escalation_windows.html
|
||||||
- Link: https://www.secureworks.com/blog/where-you-at-indicators-of-lateral-movement-using-at-exe-on-windows-7-systems
|
- Link: https://www.secureworks.com/blog/where-you-at-indicators-of-lateral-movement-using-at-exe-on-windows-7-systems
|
||||||
Acknowledgement:
|
Acknowledgement:
|
||||||
- Person: 'Freddie Barr-Smith'
|
- Person: 'Freddie Barr-Smith'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user