riotkit-org / infracheck

Incredibly elastic and lightweight health check endpoint to cover ANY CASE, including infrastructure as well as applications
https://infracheck.docs.riotkit.org
Apache License 2.0
19 stars 1 forks source link

New check: TLS identity verification #23

Open blackandred opened 3 years ago

blackandred commented 3 years ago

Verification if curl -H 'Host: example.org' https://1.2.3.4 matches curl https://example.org certificate. Reason: Manipulated man-in-the-middle proxy detection

Example:


{
    "type": "tls-integrity",
    "input": {
        "src_url": "1.2.3.4",
        "hostname": "example.org"
    }
}
blackandred commented 3 years ago

Implemented.

blackandred commented 3 years ago

Not implemented - the #20 was implemented. So this goes back to backlog for next release.