2021-02-26 18:49:21 +00:00
id : dell-idrac9-detect
2021-09-09 13:38:13 +00:00
2021-02-25 22:31:38 +00:00
info :
2021-02-26 18:49:21 +00:00
name : Detect Dell iDRAC9
2021-02-25 22:31:38 +00:00
author : kophjager007
severity : info
2022-04-09 15:19:00 +00:00
description : The Integrated Dell Remote Access Controller (iDRAC) is designed for secure local and remote server management and helps IT administrators deploy, update and monitor Dell EMC PowerEdge servers.
2021-09-09 13:38:13 +00:00
tags : tech,dell
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-02-25 22:31:38 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-02-25 22:31:38 +00:00
- method : GET
path :
2022-02-28 14:09:26 +00:00
- "{{BaseURL}}/sysmgmt/2015/bmc/info" # Firmware Version and other info (iDRAC9)
2021-02-25 22:31:38 +00:00
2021-02-26 14:34:38 +00:00
matchers-condition : and
2021-02-25 22:31:38 +00:00
matchers :
2021-02-26 14:34:38 +00:00
- type : status
status :
- 200
2022-04-09 15:19:00 +00:00
2021-02-25 22:31:38 +00:00
- type : word
words :
2022-04-09 15:19:00 +00:00
- "BuildVersion"
- "SystemModelName"
2021-02-26 14:34:38 +00:00
extractors :
- type : regex
part : body
regex :
2021-02-26 18:49:21 +00:00
- '[0-9]{2}G'
2022-04-09 15:19:00 +00:00
2021-02-26 14:34:38 +00:00
- type : regex
part : body
group : 1
regex :
2021-02-26 18:49:21 +00:00
- '"FwVer" *: *"([^"]+)"'