2021-03-30 16:37:49 +00:00
|
|
|
id: liveview-axis-camera
|
|
|
|
|
|
|
|
info:
|
2023-03-08 18:45:02 +00:00
|
|
|
name: AXIS Network Camera Live View - Detect
|
2022-04-23 14:28:33 +00:00
|
|
|
author: dhiyaneshDK,f1she3
|
2021-03-30 16:37:49 +00:00
|
|
|
severity: info
|
2023-03-08 18:45:02 +00:00
|
|
|
description: AXIS Network Camera live view was detected.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/ghdb/6843
|
2023-03-08 18:45:02 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: axis,network,edb,iot
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2021-03-30 16:37:49 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-03-30 16:37:49 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/view/viewer_index.shtml'
|
2022-04-23 14:28:33 +00:00
|
|
|
- '{{BaseURL}}/pics/logo_70x29px.gif'
|
2022-01-19 07:19:00 +00:00
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2022-04-23 14:28:33 +00:00
|
|
|
max-redirects: 2
|
|
|
|
stop-at-first-match: true
|
2022-01-19 07:19:00 +00:00
|
|
|
matchers-condition: or
|
2021-03-30 16:37:49 +00:00
|
|
|
matchers:
|
2022-01-19 07:19:00 +00:00
|
|
|
- type: dsl
|
2022-04-23 14:28:33 +00:00
|
|
|
name: stream-view
|
2022-01-19 07:19:00 +00:00
|
|
|
dsl:
|
|
|
|
- 'contains(tolower(body), "live view - axis")'
|
2022-04-23 14:28:33 +00:00
|
|
|
- 'contains(tolower(body), "live view - axis")'
|
|
|
|
condition: or
|
2022-01-19 07:19:00 +00:00
|
|
|
|
|
|
|
- type: dsl
|
2022-04-23 14:28:33 +00:00
|
|
|
name: logo
|
2022-01-19 07:19:00 +00:00
|
|
|
dsl:
|
|
|
|
- 'status_code == 200'
|
2022-04-23 14:28:33 +00:00
|
|
|
- '"1106649083" == mmh3(base64_py(body))'
|
2022-01-19 07:19:00 +00:00
|
|
|
condition: and
|
2022-04-23 14:28:33 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- 'AXIS (.*) Network Camera</title>'
|
2023-03-08 18:45:02 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2023/03/08
|