M
Mel
No it's not Java. (try rot13)Thanks! I'll check it out. Eh.... got any links? Google didn't come up
with much.
No it's not Java. (try rot13)Thanks! I'll check it out. Eh.... got any links? Google didn't come up
with much.
Mel said:Yes, you can try, but that doesn't mean you'll succeed, if someone
really wants to know, they can track you anywhere. (even through an
anonomizers or tor)
One can wear a white sheet to hide ones identity, but that doesn't make
one bulletproof.
Mel said:No it's not Java. (try rot13)
Michael said:Mel quoted John Corliss as having said:
I don't know how up-to-date this is, but FWIW here goes:
All IP packets are structured the same way - an IP header followed by aWell I'm not sure I get your point. Of course I'm aware that there are
those out in the aether that are more adept at computing than I, but I
count on others who are likewise talented, yet wear white hats to come
up with stuff that will cover my ass. When the day comes that I don't
feel secure enough going online, I will simply disconnect. Let's see
them get me THEN. Besides, the point of a packet sniffer isn't to remain
anonymous, but rather to try to detect those who are violating my
privacy. That *is* the original subject of this thread. I never said I
wanted to become invisible.
I know for instance, that my computer, being always online, starts
getting huge numbers of hits from China every time I fire up a browser
or email-news program (what's THAT all about?) You can't remain
invisible if you want to interact online.
Mel said:All IP packets are structured the same way - an IP header followed by a
variable-length data field.
Two field that make the packet trackable:
Source Address: 32 bits
Destination Address: 32 bits
Each packet's header will contain the proper protocols, the originating
address (the IP address of your computer), the destination address (the
IP address of the computer you are sending to) and the packet number (1,
2, 3 or 4 lets say there are 4 packets). Routers in the network will
look at the destination address in the header and compare it to their
lookup table to find out where to send the packet. Once the packet
arrives at its destination, the computer will strip the header and
trailer off each packet and reassemble the packet based on the numbered
sequence of the packets.
A packet sniffer is good to have in your toolbox, but what you probably
really need is:
Tools and Utilities to Monitor Your Network For Suspicious or Malicious
Activity
http://netsecurity.about.com/od/intrusiondetectionid1/a/aafreeids.htm
As far as the hits from China go: They are attempts to gain access to
your computer thru previously installed backdoors
which hopefully don't exist on your computer.
You have to wonder who has offices in China (Microsoft comes to mind).Well, I do my best to make sure that they don't. I was actually more
curious about why so many attacks seem to originate from China - in fact
the bulk of what I'm experiencing come from that country.
ME suffers, some what, from the same problems 98 has (ResourceWhat I've noticed is that if I stay online for a long time, eventually
some sites simply won't open unless I reboot and site loading slows way
down. Also, sometimes there is a long pause before my computer will
either reboot or shut down (more likely this is a function of the swap
file useage, but I have it set to conservative useage.) Regardless, this
is what has me searching for a good freeware packet sniffer.
John Corliss said:I'm looking for an alternative to Ethereal that's a little more user
friendly.
TIA
What I've noticed is that if I stay online for a long time, eventually
some sites simply won't open unless I reboot and site loading slows way
down. Also, sometimes there is a long pause before my computer will
either reboot or shut down (more likely this is a function of the swap
file useage, but I have it set to conservative useage.) Regardless, this
is what has me searching for a good freeware packet sniffer.
John Corliss said:Thanks Mel, but this part makes me nervous:
"This work has been partially sponsored by Microsoft Research and
Telecom Italia Labs."
Given Microsoft's penchant for having their software "call home", even
my mouse and keyboard softwares, who knows what strings are attached to
their "sponsorship"?
I wish there was a freeware program that allowed one to extract files
from an Installshield or a Microsoft installer file. I hate having to
install a program in order to read the EULA or to discover that it
modifies the system in a fashion that I don't like.
John said:I'm looking for an alternative to Ethereal that's a little more user
friendly.
Mel said:You have to wonder who has offices in China (Microsoft comes to mind).
ME suffers, some what, from the same problems 98 has (Resource
Fragmentation). Memory managers help, but they don't fix the problem.
Interesting read:
http://nwo-warning.tripod.com/terrorism1.htm & terrorism2/3/4
Seems strange reading the above articles, especially after seeing how
things played out.
Art said:But what makes your PC so unusual that you have this symptom and
most others (presumably) don't? IOW, if your snarl is due to
bombardments from China, we should all be suffering the same thing.
Well, maybe not all. I've been using a wireless router for the last
few months. So if I use, say, Sygate free firewall to log traffic, it
does not and cannot show me any incoming probes since it's the
router/fw that's rejecting them. All I see are outgoing, or attempts
at outgoing, that are blocked by Sygate.
Might be a interesting experiment for you to try a external router
of some kind to see if it has any effect on your problem. And have
you ever simply let Windows manage your swap file? I've never
found any reason to not do this. It's always worked fine on my
various machines and OS.
BTW, I was quite surprised when I went to Windows Update
yesterday on my wife's Win ME machine and found ten critical
patches were available. I had thought I had them all. One or
two were for Windows Media Player 9, and another was a
DirectX thing ... don't remember the others. But I installed
them all.
For what it's worth![]()
Mel said:WinPcap packet capture driver was similarily sponsored and
is used by many sniffer type programs including the windows
version of Ethereal http://www.winpcap.org/misc/links.htm#tools so if
you want to avoid MS sponsored software your choice may be very limited.
Incidently it is possible to tweak the registry to stop MS intelliPoint
and MS intellitype from calling home to check for updates.
For testing software I keep a small partition at the end of
my harddisk and use disk imaging software to copy a
Windows 98 install onto it - takes just under 5 minutes to
restore it on this rather slow PC.
I can hide the normal partitions
and let whatever I install
do its worst to the registry and if I feel the need and it wants
to call out - spy on it with Ethereal with little risk of exposing
any personal data.
Regard,
Mel.
(not the other mel)
Allan said:tcpdump - no GUI but good lightweight program
Allan
John said:Although there's a Windows port of this program:
http://www.winpcap.org/windump/
it generates a WinPcap related error message on my system.
I didn't use it alot, but I was always satisfied with Analyzer. I'mFrom that list there are these sniffers which are possibilities:
1. The aforementioned Ethereal, which I am trying to get away from due
to the complexity of it's filter "language" (why does it need a
"language" for God's sake?)
2. Snort, which I just posted a message about being a step in the wrong
direction (they make money teaching classes on how to use the program!!)
3. Netcat, which may or may not be a sniffer and the link to which is
now 404ed.
4. Windump:
http://www.winpcap.org/windump/
which gives me a WinPcap related error message and besides, it's a
command line program.
<q>Thanks though.
"Of course the people don't want war. But after all, it's the leaders of
the country who determine the policy, and it's always a simple matter to
drag the people along whether it's a democracy, a fascist dictatorship,
or a parliament, or a communist dictatorship. Voice or no voice, the
people can always be brought to the bidding of the leaders. That is
easy. All you have to do is tell them they are being attacked, and
denounce the pacifists for lack of patriotism, and exposing the country
to greater danger."
-- Herman Goering at the Nuremberg trials
From http://www.snopes.com/quotes/goering.htm
Forgot to add: "Thanks though!"
John Corliss said:Well that's certainly not encouraging.
What technique do you use to do that?
Now I'm *damned* confused!