Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Software Troubleshooting
Avoid being monitored
Message
<blockquote data-quote="xSploit" data-source="post: 745138" data-attributes="member: 1755"><p>The best and most reliable way, if you're familiar with networking, you can use <a href="https://www.wireshark.org/download.html" target="_blank">Wireshark</a> and look for suspicious requests.</p><p></p><p>You can also look at a simple traceroute printout between you and the internet, if you see hops that shouldn't be there then it's possible you're being monitored.</p><p></p><p>Additionally, by simply pinging all the local machines (nmap -sP 192.168.1.0/24 will do this quickly) and then checking the ARP table (arp -an) for duplicates, you can detect <a href="https://www.techopedia.com/definition/27471/address-resolution-protocol-poisoning-arp-poisoning" target="_blank">ARP poisoning </a>quite quickly.</p><p></p><p>However, if you're unfamiliar with networking, you can use the below mentioned tool to detect if someone is monitoring your network traffics, and it also provides security by alerting or stopping attacks:</p><ul> <li data-xf-list-type="ul"><a href="http://www.chrismc.de/development/xarp/" target="_blank">XArp</a>: Advanced ARP spoofing detection, active probing and passive checks. Two user interfaces: normal view with predefined security levels, pro view with per-interface configuration of detection modules and active validation. Windows and Linux, GUI-based.</li> </ul><p><strong>Bonus:</strong> To avoid being monitored over Wi-Fi networks,</p><p></p><p>1. Use over-the-top encryption products that encrypt data prior to transmission off your device.</p><p>2. Use a VPN solutions to establish an encrypted tunnel.</p><p></p><p>Here's a video on <a href="https://www.youtube.com/watch?v=26vF_1RPuzQ" target="_blank"><strong>How to detect ARP Spoofing attack in Windows 10 </strong></a></p><p></p><p>Hope it helps. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite114" alt=":cool:" title="Cool :cool:" loading="lazy" data-shortname=":cool:" /><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite130" alt="(y)" title="Thumbs up (y)" loading="lazy" data-shortname="(y)" /></p><p>And let me know if anything is unclear, or if there is something you would like more detail.</p></blockquote><p></p>
[QUOTE="xSploit, post: 745138, member: 1755"] The best and most reliable way, if you're familiar with networking, you can use [URL='https://www.wireshark.org/download.html']Wireshark[/URL] and look for suspicious requests. You can also look at a simple traceroute printout between you and the internet, if you see hops that shouldn't be there then it's possible you're being monitored. Additionally, by simply pinging all the local machines (nmap -sP 192.168.1.0/24 will do this quickly) and then checking the ARP table (arp -an) for duplicates, you can detect [URL='https://www.techopedia.com/definition/27471/address-resolution-protocol-poisoning-arp-poisoning']ARP poisoning [/URL]quite quickly. However, if you're unfamiliar with networking, you can use the below mentioned tool to detect if someone is monitoring your network traffics, and it also provides security by alerting or stopping attacks: [LIST] [*][URL='http://www.chrismc.de/development/xarp/']XArp[/URL]: Advanced ARP spoofing detection, active probing and passive checks. Two user interfaces: normal view with predefined security levels, pro view with per-interface configuration of detection modules and active validation. Windows and Linux, GUI-based. [/LIST] [B]Bonus:[/B] To avoid being monitored over Wi-Fi networks, 1. Use over-the-top encryption products that encrypt data prior to transmission off your device. 2. Use a VPN solutions to establish an encrypted tunnel. Here's a video on [URL='https://www.youtube.com/watch?v=26vF_1RPuzQ'][B]How to detect ARP Spoofing attack in Windows 10 [/B][/URL] Hope it helps. :cool:(y) And let me know if anything is unclear, or if there is something you would like more detail.[B][/B] [/QUOTE]
Insert quotes…
Verification
Post reply
Top