Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spurious requests, certificate auditors?

Tags:

http

ssl

apache

In the last few days I've seen lots of POST requests to many of the domains I own hitting the following paths:

/ct/v1/sct-gossip
/ct/v1/sct-feedback
/.well-known/ct/v1/sct-feedback
/.well-known/ct/v1/sth-pollination
/.well-known/ct/v1/collected-sct-feedback
/.well-known/ct/v1/sct-gossip
/topleveldir/subdir/research-feedback

Is this someone trying to do something dubious?

I found the following document which suggests this might be something to do with certificate auditors although I am not sure what! All of my websites are fronted by Cloudflare which provides the SSL certs so I would really expect Cloudflare to handle any such requests.

https://datatracker.ietf.org/doc/html/draft-ietf-trans-gossip-00

Any thoughts would be appreciated :-)

like image 651
James Hargreaves Avatar asked Oct 03 '17 23:10

James Hargreaves


1 Answers

After investigations, the requests comes from https://net.in.tum.de/projects/gino/index.html#internet-wide-scans

They are conducting Internet measurements to find Certificate Transparency Gossip Endpoints.

You can ask them to blacklist your domain/IP just by sending an email to [email protected]

Regards

like image 130
Quentin L.D. Avatar answered Oct 23 '22 06:10

Quentin L.D.