Monitor/Track data sent over internet by an application
How do I monitor/track (and possibly save) the data that is sent over the internet by an application?
Example: I have an application "X", it sends some data over the internet, now I want to know what it sent and to whom (or which server). How to do this?
The required things would be, What is sent? To which IP:Port? To which Location/URL?
Also I would like to repeat the network request.
I tried TCPview, but it only tells about the IP:Port and nothing else. I also tried Wireshark, but didn't help to get the results (or maybe I missed some options). If this is possible with wireshark, it would be nice.
Update 1: I also tried Fiddler 2, which is awesome for sniffing HTTP traffic but not what I want to do.
I want to sniff traffic on an IP with port 2100 (amiganetfs), someone said sniffing is possible with Wireshark, but HOW?
I want to do this with an application that seems malicious to me. Any response will be appreciated.
windows networking network-monitoring
add a comment |
How do I monitor/track (and possibly save) the data that is sent over the internet by an application?
Example: I have an application "X", it sends some data over the internet, now I want to know what it sent and to whom (or which server). How to do this?
The required things would be, What is sent? To which IP:Port? To which Location/URL?
Also I would like to repeat the network request.
I tried TCPview, but it only tells about the IP:Port and nothing else. I also tried Wireshark, but didn't help to get the results (or maybe I missed some options). If this is possible with wireshark, it would be nice.
Update 1: I also tried Fiddler 2, which is awesome for sniffing HTTP traffic but not what I want to do.
I want to sniff traffic on an IP with port 2100 (amiganetfs), someone said sniffing is possible with Wireshark, but HOW?
I want to do this with an application that seems malicious to me. Any response will be appreciated.
windows networking network-monitoring
add a comment |
How do I monitor/track (and possibly save) the data that is sent over the internet by an application?
Example: I have an application "X", it sends some data over the internet, now I want to know what it sent and to whom (or which server). How to do this?
The required things would be, What is sent? To which IP:Port? To which Location/URL?
Also I would like to repeat the network request.
I tried TCPview, but it only tells about the IP:Port and nothing else. I also tried Wireshark, but didn't help to get the results (or maybe I missed some options). If this is possible with wireshark, it would be nice.
Update 1: I also tried Fiddler 2, which is awesome for sniffing HTTP traffic but not what I want to do.
I want to sniff traffic on an IP with port 2100 (amiganetfs), someone said sniffing is possible with Wireshark, but HOW?
I want to do this with an application that seems malicious to me. Any response will be appreciated.
windows networking network-monitoring
How do I monitor/track (and possibly save) the data that is sent over the internet by an application?
Example: I have an application "X", it sends some data over the internet, now I want to know what it sent and to whom (or which server). How to do this?
The required things would be, What is sent? To which IP:Port? To which Location/URL?
Also I would like to repeat the network request.
I tried TCPview, but it only tells about the IP:Port and nothing else. I also tried Wireshark, but didn't help to get the results (or maybe I missed some options). If this is possible with wireshark, it would be nice.
Update 1: I also tried Fiddler 2, which is awesome for sniffing HTTP traffic but not what I want to do.
I want to sniff traffic on an IP with port 2100 (amiganetfs), someone said sniffing is possible with Wireshark, but HOW?
I want to do this with an application that seems malicious to me. Any response will be appreciated.
windows networking network-monitoring
windows networking network-monitoring
edited Dec 6 '15 at 21:02
Hennes
59k792141
59k792141
asked Apr 3 '13 at 12:50
Akshat MittalAkshat Mittal
1,84021843
1,84021843
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You need to have an understanding of TCP/UDP and IP protocols to use packet sniffers like Wireshark, which if you do then that can tell you what it’s sending, also have a look at Process Monitor at http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
How would that help me to sniff network data?? (talking about process monitor)
– Akshat Mittal
Apr 3 '13 at 12:57
Could you help me attaining the task with wireshark?
– Akshat Mittal
Apr 3 '13 at 13:12
All you really need to do is download Wireshark and run. You can filter data via IP, Data type, port and more.
– Jeff F.
Apr 3 '13 at 13:28
I have done that (of course). Now, I choose the adapter and started monitoring. I can see the new requests coming in, I have captured the requests (and also stopped it after enough logging) but how do I figure out the data? Lets say, I got a request of a PNG image (via chrome), how do I save it without opening it in a new window? Also does it show the GET, POST, HEAD requests with parameters?
– Akshat Mittal
Apr 3 '13 at 13:36
maybe this video helps you a bit
– jao
Apr 3 '13 at 14:28
|
show 1 more comment
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f577331%2fmonitor-track-data-sent-over-internet-by-an-application%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You need to have an understanding of TCP/UDP and IP protocols to use packet sniffers like Wireshark, which if you do then that can tell you what it’s sending, also have a look at Process Monitor at http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
How would that help me to sniff network data?? (talking about process monitor)
– Akshat Mittal
Apr 3 '13 at 12:57
Could you help me attaining the task with wireshark?
– Akshat Mittal
Apr 3 '13 at 13:12
All you really need to do is download Wireshark and run. You can filter data via IP, Data type, port and more.
– Jeff F.
Apr 3 '13 at 13:28
I have done that (of course). Now, I choose the adapter and started monitoring. I can see the new requests coming in, I have captured the requests (and also stopped it after enough logging) but how do I figure out the data? Lets say, I got a request of a PNG image (via chrome), how do I save it without opening it in a new window? Also does it show the GET, POST, HEAD requests with parameters?
– Akshat Mittal
Apr 3 '13 at 13:36
maybe this video helps you a bit
– jao
Apr 3 '13 at 14:28
|
show 1 more comment
You need to have an understanding of TCP/UDP and IP protocols to use packet sniffers like Wireshark, which if you do then that can tell you what it’s sending, also have a look at Process Monitor at http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
How would that help me to sniff network data?? (talking about process monitor)
– Akshat Mittal
Apr 3 '13 at 12:57
Could you help me attaining the task with wireshark?
– Akshat Mittal
Apr 3 '13 at 13:12
All you really need to do is download Wireshark and run. You can filter data via IP, Data type, port and more.
– Jeff F.
Apr 3 '13 at 13:28
I have done that (of course). Now, I choose the adapter and started monitoring. I can see the new requests coming in, I have captured the requests (and also stopped it after enough logging) but how do I figure out the data? Lets say, I got a request of a PNG image (via chrome), how do I save it without opening it in a new window? Also does it show the GET, POST, HEAD requests with parameters?
– Akshat Mittal
Apr 3 '13 at 13:36
maybe this video helps you a bit
– jao
Apr 3 '13 at 14:28
|
show 1 more comment
You need to have an understanding of TCP/UDP and IP protocols to use packet sniffers like Wireshark, which if you do then that can tell you what it’s sending, also have a look at Process Monitor at http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
You need to have an understanding of TCP/UDP and IP protocols to use packet sniffers like Wireshark, which if you do then that can tell you what it’s sending, also have a look at Process Monitor at http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
edited Apr 3 '13 at 13:28
Jeff F.
4,13811341
4,13811341
answered Apr 3 '13 at 12:55
Ben LavenderBen Lavender
55227
55227
How would that help me to sniff network data?? (talking about process monitor)
– Akshat Mittal
Apr 3 '13 at 12:57
Could you help me attaining the task with wireshark?
– Akshat Mittal
Apr 3 '13 at 13:12
All you really need to do is download Wireshark and run. You can filter data via IP, Data type, port and more.
– Jeff F.
Apr 3 '13 at 13:28
I have done that (of course). Now, I choose the adapter and started monitoring. I can see the new requests coming in, I have captured the requests (and also stopped it after enough logging) but how do I figure out the data? Lets say, I got a request of a PNG image (via chrome), how do I save it without opening it in a new window? Also does it show the GET, POST, HEAD requests with parameters?
– Akshat Mittal
Apr 3 '13 at 13:36
maybe this video helps you a bit
– jao
Apr 3 '13 at 14:28
|
show 1 more comment
How would that help me to sniff network data?? (talking about process monitor)
– Akshat Mittal
Apr 3 '13 at 12:57
Could you help me attaining the task with wireshark?
– Akshat Mittal
Apr 3 '13 at 13:12
All you really need to do is download Wireshark and run. You can filter data via IP, Data type, port and more.
– Jeff F.
Apr 3 '13 at 13:28
I have done that (of course). Now, I choose the adapter and started monitoring. I can see the new requests coming in, I have captured the requests (and also stopped it after enough logging) but how do I figure out the data? Lets say, I got a request of a PNG image (via chrome), how do I save it without opening it in a new window? Also does it show the GET, POST, HEAD requests with parameters?
– Akshat Mittal
Apr 3 '13 at 13:36
maybe this video helps you a bit
– jao
Apr 3 '13 at 14:28
How would that help me to sniff network data?? (talking about process monitor)
– Akshat Mittal
Apr 3 '13 at 12:57
How would that help me to sniff network data?? (talking about process monitor)
– Akshat Mittal
Apr 3 '13 at 12:57
Could you help me attaining the task with wireshark?
– Akshat Mittal
Apr 3 '13 at 13:12
Could you help me attaining the task with wireshark?
– Akshat Mittal
Apr 3 '13 at 13:12
All you really need to do is download Wireshark and run. You can filter data via IP, Data type, port and more.
– Jeff F.
Apr 3 '13 at 13:28
All you really need to do is download Wireshark and run. You can filter data via IP, Data type, port and more.
– Jeff F.
Apr 3 '13 at 13:28
I have done that (of course). Now, I choose the adapter and started monitoring. I can see the new requests coming in, I have captured the requests (and also stopped it after enough logging) but how do I figure out the data? Lets say, I got a request of a PNG image (via chrome), how do I save it without opening it in a new window? Also does it show the GET, POST, HEAD requests with parameters?
– Akshat Mittal
Apr 3 '13 at 13:36
I have done that (of course). Now, I choose the adapter and started monitoring. I can see the new requests coming in, I have captured the requests (and also stopped it after enough logging) but how do I figure out the data? Lets say, I got a request of a PNG image (via chrome), how do I save it without opening it in a new window? Also does it show the GET, POST, HEAD requests with parameters?
– Akshat Mittal
Apr 3 '13 at 13:36
maybe this video helps you a bit
– jao
Apr 3 '13 at 14:28
maybe this video helps you a bit
– jao
Apr 3 '13 at 14:28
|
show 1 more comment
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f577331%2fmonitor-track-data-sent-over-internet-by-an-application%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown