当前位置: 首页 > article >正文

安全运营 -- splunk restapi 最小权限

0x00 背景

最小化权限原则,为每个功能,每个账户分配最小的权限。

0x01 实践

只需要7个 capability:

You'll need to add certain capabilities to that user or that users's role(s).
[capability::rest_apps_management]
* Lets a user edit settings for entries and categories in the Python remote
  apps handler.
* See restmap.conf.spec for more information.
 
[capability::rest_apps_view]
* Lets a user list various properties in the Python remote apps handler.
* See restmap.conf.spec for more info
 
[capability::rest_properties_get]
* Lets a user get information from the services/properties endpoint.
 
[capability::rest_properties_set]
* Lets a user edit the services/properties endpoint.
 
[capability::rest_access_server_endpoints]
* Lets a user run the 'rest' command and access 'services/server/' endpoints.
 
[capability::dispatch_rest_to_indexers]
* Lets a user dispatch the REST search command to indexers.

[capability::search]

* Lets a user run a search.


0x02 reference 


https://docs.splunk.com/Documentation/Splunk/latest/admin/authorizeconf

restmap.conf - Splunk Documentation


http://www.kler.cn/a/457431.html

相关文章:

  • OWASP ZAP之API 请求基础知识
  • 安全运营 -- splunk restapi 最小权限
  • Redission红锁
  • ROS导航使用贝塞尔曲线对全局路径进行平滑处理
  • C++模板相关概念汇总
  • 【JVM】总结篇-字节码篇
  • 如何提高Redis服务器的最大打开文件数限制
  • Flutter实现可拖拽操作Draggable
  • Pytorch注意力机制应用到具体网络方法(闭眼都会版)
  • vue导入导出excel、设置单元格文字颜色、背景色、合并单元格(使用xlsx-js-style库)
  • R 语言科研绘图第 11 期 --- 柱状图-基础
  • Linux -- 从抢票逻辑理解线程互斥
  • 酷瓜云课堂(内网版)v1.1.8 发布,局域网在线学习平台方案
  • 关于新手学习React的一些忠告
  • Selenium+Java(21):Jenkins发送邮件报错Not sent to the following valid addresses解决方案
  • 最新版Chrome浏览器加载ActiveX控件技术——alWebPlugin中间件V2.0.28-迎春版发布
  • 程序员学习方针
  • HashMap
  • 如果用Bert模型训练,epochs不宜过大
  • 使用 uni-app 开发的微信小程序中,如何在从 B 页面回来时,重新拉取数据?
  • 【LC】3046. 分割数组
  • 计算机体系结构期末复习4:多处理器缓存一致性(cache一致性)
  • UE5 丧尸类杂兵的简单AI
  • 【Spring MVC】第一站:Spring MVC介绍配置基本原理
  • 人工智能之基于阿里云进行人脸特征检测部署
  • UnityURP 自定义PostProcess之深度图应用