S
S
seryakov2019-01-18 01:51:43
System administration
seryakov, 2019-01-18 01:51:43

What can send a huge number of requests to port 8080?

In the log folder there are a huge number of files with a request from one of the computers on the network:

log
#Software: Microsoft HTTP API 2.0
#Version: 1.0
#Date: 2019-01-17 22:36:10
#Fields: date time c-ip c-port s-ip s-port cs-version cs-method cs-uri sc-status s-siteid s-reason s-queuename
2019-01-17 22:36:09 192.168.100.101 60798 192.168.100.100 8080 HTTP/1.1 GET /event?login=root&password=CA0B7534C0CD97FDB2C5DB&filter=b102c212-4e53-3xa0-83a3-e761274bcba9&responsetype=json - - Request_Cancelled -
2019-01-17 22:36:09 192.168.100.101 60799 192.168.100.100 8080 HTTP/1.1 GET /event?login=root&password=CA0B7534C0CD97FDB2C5DB&filter=b102c212-4e53-3xa0-83a3-e761274bcba9&responsetype=json - - Request_Cancelled -
2019-01-17 22:36:09 192.168.100.101 60800 192.168.100.100 8080 HTTP/1.1 GET /event?login=root&password=CA0B7534C0CD97FDB2C5DB&filter=b102c212-4e53-3xa0-83a3-e761274bcba9&responsetype=json - - Request_Cancelled -

What kind of requests is not clear. The ports are traversed in order, and the process making the requests is identified with PID 0 and has no path.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Mirilaczvili, 2019-01-23
@seryakov

You need to go to host 192.168.100.101 and find out with Fiddler/WireShark what process is sending HTTP requests.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question