443
This Phishing email... What is the IP?
(programming.dev)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Hello, I am apparently an idiot. What is wrong with that IP address that people can tell it's an immediate phishing scam?
IP addresses can't have segment numbers going over 255.
Ahhhh. Thank you. Now the Ipv over 4 jokes make sense.
Yeah, IPv4 addresses use four bytes. Those four bytes are represented as four decimal numbers, separated by dots. And a byte can only represent the decimal values 0–255.