Skip to content

Commit b8ab46e

Browse files
authored
Merge pull request #11760 from mr-pmillz/dell-idrac8-detect
Updated dell-idrac8-detect.yaml template
2 parents 8120d7b + 0662085 commit b8ab46e

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

http/technologies/dell/dell-idrac8-detect.yaml

+17-8
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,41 @@ id: dell-idrac8-detect
22

33
info:
44
name: Detect Dell iDRAC8
5-
author: kophjager007
5+
author: kophjager007,mr-pmillz
66
severity: info
7-
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.
7+
description: |
8+
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.
89
metadata:
910
max-request: 1
10-
tags: tech,dell
11+
verified: true
12+
tags: tech,dell,idrac
1113

1214
http:
1315
- method: GET
1416
path:
1517
- "{{BaseURL}}/data?get=prodServerGen"
18+
- "{{BaseURL}}/session?aimGetProp=fwVersionFull"
1619

20+
stop-at-first-match: true
1721
matchers-condition: and
1822
matchers:
19-
- type: status
20-
status:
21-
- 200
22-
2323
- type: word
2424
part: body
2525
words:
2626
- "13G"
27+
- '"aimGetProp" :'
28+
29+
- type: status
30+
status:
31+
- 200
2732

2833
extractors:
2934
- type: regex
3035
part: body
3136
regex:
3237
- '[0-9]{2}G'
33-
# digest: 490a0046304402206fef296f7c929323aca92c00b5322c0c603f1bdf5fbe5771fa80a773c03d81bc022034034a3e90b2fedd2e819f9e265f5088a6f094196f4cf884947f1ed9731b6f2d:922c64590222798bb761d5b6d8e72950
38+
39+
- type: json
40+
name: fw_version
41+
json:
42+
- ".aimGetProp.fwVersionFull"

0 commit comments

Comments
 (0)