Skip to content

Axigen Mail Server Detection

ID: axigen-mail-server-detect

Severity: info

Author: pikpikcu

Tags: network,axigen,detect,smtp,detection,tcp

Axigen Mail Server was detected.

id: axigen-mail-server-detect
info:
name: Axigen Mail Server Detection
author: pikpikcu
severity: info
description: |
Axigen Mail Server was detected.
metadata:
verified: true
max-request: 1
shodan-query: product:"Axigen"
fofa-query: app="axigen-Mail-Server"
tags: network,axigen,detect,smtp,detection,tcp
tcp:
- inputs:
- data: "\n"
host:
- "{{Hostname}}"
port: 25
matchers:
- type: word
words:
- "Axigen ESMTP"
- "AXIGEN"
# digest: 4b0a00483046022100bbd0fe211a297101b43666be5fa8fd8e8e0a739dcda2fe92502c16295865ec25022100f201b88560a5ca7bf34d5861ab9ca24715e57f522a22e5b5fdfa549a28356576:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "network/detection/axigen-mail-server-detect.yaml"

View on Github