Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

int3

macrumors member
Original poster
May 19, 2014
38
0
Portugal
So, I was checking mysql service because I'm getting trouble to connect PHP with mysql database, and then I listed my all services and grouped all and I saw this:
(Meanwhile I'm waiting for Telia network fix their trans-atlantic network links)
lVZhx8l.png


What is that com.apple services doing? Are just safari?
Just curious :D
 
Last edited:
It's not a huge deal, but you just told us a bunch of sites you're visiting and what ports you keep open on your machine. This is generally considered unwise because the internet is a bad place.

-Lee
 
It's not a huge deal, but you just told us a bunch of sites you're visiting and what ports you keep open on your machine. This is generally considered unwise because the internet is a bad place.

-Lee

Whenever I'm worried about the NSA infiltrating my computer, I post a list of my open ports and browsing history on the internet. ;)

edit: That does look like Safari to me.
 
Not on all the external sites you've connected to.

What do you mean "you've connected to."? You know how PAT works?
It is based on sessions.
It has this ACL (Access Control List):
https://supportforums.cisco.com/doc...shed-connections-and-deny-all-traffic-sourced
"access-list 100 permit tcp any any established"
So, ONLY if I'm connecting to X server on X port the router allows the packet from the internet from that X server. Only if the connection is "established" and I was the one starting the connection.
So, PAT (as known as home NAT) is equal as : you won't scan or invade my closed intranet. :)

Cisco ccent talking here :p
 
Last edited:
What do you mean "you've connected to."?

You posted a screen shot of your network connections. There's nothing seriously worrisome there but it's easy to see that you're using Amazon web services and connected to sublimetext.com.
You're certified on Cisco equipment and had to ask "if this was the NSA." Really?
 
Your screenshot looks like output from 'lsof'. By default, it only prints the first 9 chars of the process name, so only "com.apple" is shown.

Add the option +c 0 and lsof should show the entire name. Then figure out exactly which process the "com.apple" is really referring to.
https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man8/lsof.8.html

FWIW, processes other than Safari or its helper processes can use the HTTP or HTTPS protocols.

Finally, you can select text in a Terminal window and copy/paste it. This is generally more useful (and smaller) than screenshots. I recommend posting such output inside CODE tags so spacing is preserved.
 
You posted a screen shot of your network connections. There's nothing seriously worrisome there but it's easy to see that you're using Amazon web services and connected to sublimetext.com.
You're certified on Cisco equipment and had to ask "if this was the NSA." Really?

I don't use amazon services. never. But yeah I was searching for sublimetext.
And yes, the service "com.apple" was unkown for me. And there was some IP's and I don't know.

But after realising that "com.apple" was the Safari, I felt less worried.

----------

Your screenshot looks like output from 'lsof'. By default, it only prints the first 9 chars of the process name, so only "com.apple" is shown.

Add the option +c 0 and lsof should show the entire name. Then figure out exactly which process the "com.apple" is really referring to.
https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man8/lsof.8.html

FWIW, processes other than Safari or its helper processes can use the HTTP or HTTPS protocols.

Finally, you can select text in a Terminal window and copy/paste it. This is generally more useful (and smaller) than screenshots. I recommend posting such output inside CODE tags so spacing is preserved.

wow nice.
I removed "-n" (don't lookup IPs to hostname) then I added "-c 0":
(I just turned on my computer):
Code:
com.apple 425           int3   12u  IPv4 0x46693088c5b3e0cb      0t0    TCP nsaminefield.home:49392->mad01s14-in-f21.1e100.net:443 (ESTABLISHED)
com.apple 425           int3   16u  IPv4 0x46693088c5b3e0cb      0t0    TCP nsaminefield.home:49392->mad01s14-in-f21.1e100.net:443 (ESTABLISHED)
com.apple 425           int3   75u  IPv4 0x46693088c5b580cb      0t0    TCP nsaminefield.home:49268->mad01s14-in-f21.1e100.net:443 (ESTABLISHED)
com.apple 425           int3   77u  IPv4 0x46693088c5b580cb      0t0    TCP nsaminefield.home:49268->mad01s14-in-f21.1e100.net:443 (ESTABLISHED)
my open window is safari with 2 tabs of macrumors forums. :)
and 1 gmail.
 
I removed "-n" (don't lookup IPs to hostname) then I added "-c 0":
(I just turned on my computer):
Code:
com.apple 425           int3   12u  IPv4 0x46693088c5b3e0cb      0t0    TCP nsaminefield.home:49392->mad01s14-in-f21.1e100.net:443 (ESTABLISHED)
com.apple 425           int3   16u  IPv4 0x46693088c5b3e0cb      0t0    TCP nsaminefield.home:49392->mad01s14-in-f21.1e100.net:443 (ESTABLISHED)
com.apple 425           int3   75u  IPv4 0x46693088c5b580cb      0t0    TCP nsaminefield.home:49268->mad01s14-in-f21.1e100.net:443 (ESTABLISHED)
com.apple 425           int3   77u  IPv4 0x46693088c5b580cb      0t0    TCP nsaminefield.home:49268->mad01s14-in-f21.1e100.net:443 (ESTABLISHED)
my open window is safari with 2 tabs of macrumors forums. :)
and 1 gmail.

The option is +c 0 not -c 0 . You're still only getting 9 chars of process name.

Read The Fine Man Page at the supplied link, and find +c on that page. There's a full discussion of the COMMAND column in the man page.
 
The option is +c 0 not -c 0 . You're still only getting 9 chars of process name.

Read The Fine Man Page at the supplied link, and find +c on that page. There's a full discussion of the COMMAND column in the man page.

I see now com.apple.webkit. nice. I didn't know safari uses webkit.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.