43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
id: sparklighter-detect
|
|
|
|
info:
|
|
name: Spark Lighter Detection
|
|
author: icarot
|
|
severity: info
|
|
description: |
|
|
Detects a Spark Lighter server, a REST API for Apache Spark on K8S or YARN.
|
|
classification:
|
|
cpe: cpe:2.3:a:apache:spark:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: apache
|
|
product: spark
|
|
category: productivity
|
|
shodan-query:
|
|
- http.html:"/apps/imt/html/"
|
|
- http.title:"spark master at"
|
|
fofa-query:
|
|
- title="spark master at"
|
|
- body="/apps/imt/html/"
|
|
google-query: intitle:"spark master at"
|
|
tags: tech,lighter,spark,detect,apache
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/lighter/api"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Lighter</title>'
|
|
- '/lighter/favicon.svg'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a004730450220647995f09577e778252bd93e0c185ec871e657c43c07cdc49db3ffcc3c5f79d702210093c70fdcbe2ab2545191b995310cffc99418b2d666563d283a5b277e7ff7dc8e:922c64590222798bb761d5b6d8e72950 |