Earlier quoted context omitted.
> For the second SIM option, that requires a dual-SIM device Or a device that supports an eSIM, which is every iPhone since 2018, for starters.
I guess dual SIM is different from having eSIM+physical SIM. Dual SIM typically allows both SIMs/phone-numbers to be active and when you receive a call, you will know which number is being called. With eSIM+physical SIM card, only one can be active at a time. The other has to be disabled. At least, this is what I found few years back.
From email to phone number, a new OSINT approach (2019)
71–80 of 127 posts
Re: From email to phone number, a new OSINT approach (2019)
#72Fun to see this issue get talked about. Ancedote- I bought some car parts from a semi-scammer. Not a full-on scam but the guy wouldn't ship the complete order even though he had my money for several weeks. We had communicated on a few different platforms. Each platform offered up a little piece of his identity. Last four of this. First four of that. It was enough to piece it all together. I gave him a call at his pla…
[flagged]
Re: From email to phone number, a new OSINT approach (2019)
#73Earlier quoted context omitted.
eBay doesn't block Google voice numbers. The only site which seems to is Discord in my experience. Personally I prefer to use a non-obvious dedicated email per account e.g. ebpnw@mydomain.com, so the attacker has to guess the email as well.
> Personally I prefer to use a non-obvious dedicated email per account e.g. ebpnw@mydomain.com, so the attacker has to guess the email as well. Should I stop doing my obvious, ie hackernews@mydomain.com, account emails?
If you are using a password manager, then this shouldn't be too difficult.
It can be a hassle when registering for something in person, though.
Re: From email to phone number, a new OSINT approach (2019)
#74Fun to see this issue get talked about. Ancedote- I bought some car parts from a semi-scammer. Not a full-on scam but the guy wouldn't ship the complete order even though he had my money for several weeks. We had communicated on a few different platforms. Each platform offered up a little piece of his identity. Last four of this. First four of that. It was enough to piece it all together. I gave him a call at his pla…
[flagged]
Not saying you're wrong (because I think you're right), but there are other scenarios here, so from a theft perspective, the OP would be not guilty.
Re: From email to phone number, a new OSINT approach (2019)
#75Earlier quoted context omitted.
> For the second SIM option, that requires a dual-SIM device Or a device that supports an eSIM, which is every iPhone since 2018, for starters.
The eSIM is going to be more expensive than a regular SIM since no MVNO I'm aware of in the US supports eSIMs
Re: From email to phone number, a new OSINT approach (2019)
#76Fun to see this issue get talked about. Ancedote- I bought some car parts from a semi-scammer. Not a full-on scam but the guy wouldn't ship the complete order even though he had my money for several weeks. We had communicated on a few different platforms. Each platform offered up a little piece of his identity. Last four of this. First four of that. It was enough to piece it all together. I gave him a call at his pla…
[flagged]
Re: From email to phone number, a new OSINT approach (2019)
#77Re: From email to phone number, a new OSINT approach (2019)
#78Fun to see this issue get talked about. Ancedote- I bought some car parts from a semi-scammer. Not a full-on scam but the guy wouldn't ship the complete order even though he had my money for several weeks. We had communicated on a few different platforms. Each platform offered up a little piece of his identity. Last four of this. First four of that. It was enough to piece it all together. I gave him a call at his pla…
[flagged]
Re: From email to phone number, a new OSINT approach (2019)
#79There's one missing piece in that article, and it's the CNAM database (US only). CNAM is the database that carriers use to give you alphanumeric caller ID ("SMITH JOHN" instead of "+1 (555) 123-4567"). Many carriers don't display this data as far as I believe, but most of them make it available. Querying that database isn't free, but you could probably find a way to do it for a few hundred numbers relatively cheaply.…
/usr/local/bin/curl -s -X GET "https://lookups.twilio.com/v1/PhoneNumbers/$number?Type=carrier&Type=caller-name" -u $accountsid:$authtoken | /usr/local/bin/jq '.'
I don't even know what it costs ... maybe a penny per lookup ? I forget ...It also shows carrier and whether it is a mobile or landline, etc.