Merge pull request #7103 from lu4nx/mail-archive

Add Mail-archive OSINT
patch-1
Dhiyaneshwaran 2023-04-28 15:23:10 +05:30 committed by GitHub
commit dde0ee23dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: mail-archive
info:
name: The Mail Archive Information
author: lu4nx
description: Mail-archive information check was conducted.
severity: info
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
tags: osint,osint-coding,maillist
self-contained: true
requests:
- method: GET
path:
- "https://www.mail-archive.com/search?l=all&q={{user}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<h3>No matches were found for <i></i>"
negative: true
- type: status
status:
- 200