38 lines
958 B
YAML
38 lines
958 B
YAML
id: celebrus-detect
|
|
|
|
info:
|
|
name: Celebrus - Detect
|
|
author: righettod
|
|
severity: info
|
|
description: |
|
|
Celebrus was detected.
|
|
reference:
|
|
- https://investors.celebrus.com/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"Celebrus"
|
|
tags: tech,celebrus,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains_any(to_lower(body), "content=\"celebrus technologies ltd", "<title>celebrus")'
|
|
condition: and
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'Celebrus\s+([0-9.]+)\s+Collection'
|
|
# digest: 490a00463044022028219debcd67c753cb74913a275e4434564eecc090dd0413896f5ea09ea1fe6502200703026c449e89c44fe7194c31c0e722dc1bb8acad710ed4f22e2216e0a77e38:922c64590222798bb761d5b6d8e72950 |