
SIM Ownership
When you purchase a SIM card, you provide your:
- Full name
- CNIC/NIC number or other government ID
- Address information
- Sometimes biometric data
Why Check SIM Owner Details?
- Confirming who owns a number that’s been contacting you
- Verifying a business contact’s official number
- Checking if your personal number appears correctly in databases
- Investigating suspicious or harassing calls
(adsbygoogle = window.adsbygoogle || []).push({});
Legal Ways to Check SIM Owner Information
- Jazz: Dial *777# and select SIM ownership option
- Zong: Send “SIM” to 3100
- Telenor: Dial *888# and follow prompts
- Ufone: SMS “SIM” to 666
Important Considerations
What Information You’ll See
- Registered user’s name
- CNIC/NIC number (partially masked)
- Registration date
- Network operator
- Status (active/inactive)
How to Report an Illegally Registered SIM
- Contact your mobile network provider immediately
- File a complaint with the PTA (Pakistan Telecommunication Authority)
- Visit the nearest FIA cybercrime cell if needed
Check SIM Owner Details
Please wait 60 seconds while we verify your details…
.sim-check-container {
max-width: 500px;
margin: 20px auto;
padding: 25px;
background: #f8f9fa;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
font-family: Arial, sans-serif;
}
.sim-check-container h3 {
text-align: center;
color: #2c6cb0;
margin-bottom: 20px;
}
.input-group {
margin-bottom: 15px;
}
.input-group label {
display: block;
margin-bottom: 5px;
font-weight: bold;
color: #333;
}
.input-group input {
width: 100%;
padding: 12px;
border: 1px solid #ddd;
border-radius: 6px;
font-size: 16px;
box-sizing: border-box;
}
.input-group input:focus {
border-color: #4a90e2;
outline: none;
}
.check-btn {
width: 100%;
padding: 12px;
background: linear-gradient(to right, #4a90e2, #2c6cb0);
color: white;
border: none;
border-radius: 6px;
font-size: 16px;
cursor: pointer;
transition: all 0.3s;
}
.check-btn:hover {
background: linear-gradient(to right, #3a80d2, #1c5ca0);
}
.loader {
border: 4px solid #f3f3f3;
border-top: 4px solid #4a90e2;
border-radius: 50%;
width: 30px;
height: 30px;
animation: spin 1s linear infinite;
margin: 15px auto;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
#countdownContainer {
text-align: center;
margin-top: 20px;
}
#countdown {
font-weight: bold;
color: #2c6cb0;
}
document.getElementById(‘simCheckForm’).addEventListener(‘submit’, function(e) {
e.preventDefault();
// Get input values
const mobileNumber = document.getElementById(‘mobileNumber’).value;
// Validate inputs
if(mobileNumber.length !== 11) {
alert(‘Please enter valid 11-digit mobile number and 13-digit ID card number’);
return;
}
// Hide form and show countdown
document.getElementById(‘simCheckForm’).style.display = ‘none’;
document.getElementById(‘countdownContainer’).style.display = ‘block’;
// Start countdown
let seconds = 60;
const countdownElement = document.getElementById(‘countdown’);
const countdownInterval = setInterval(function() {
seconds–;
countdownElement.textContent = seconds;
if(seconds <= 0) {
clearInterval(countdownInterval);
// Redirect to another page after countdown
window.location.href = "https://cnic.simsdatainfo.com/sim-info-3/"; // Replace # with your actual redirect URL
}
}, 1000);
});
⚠️ If the previous method didn’t work, try this alternative verification process because sometimes some database servers are not working properly. For this reason we will provide another method.
Use VPN And Refresh The page
Please wait 60 seconds while we connect to the secure database…
.sim-check-alternative {
max-width: 500px;
margin: 20px auto;
font-family: Arial, sans-serif;
}
.note-box {
background-color: #fff3f3;
border-left: 4px solid #ff6b6b;
padding: 15px;
margin-bottom: 20px;
border-radius: 0 4px 4px 0;
}
.note-box p {
margin: 0 0 10px 0;
color: #333;
font-size: 14px;
line-height: 1.5;
}
.vpn-warning {
color: #ff0000;
margin: 0;
font-size: 16px;
}
.verification-box {
text-align: center;
padding: 20px;
background: #ffffff;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.verify-button {
padding: 14px 25px;
background: linear-gradient(to right, #ff416c, #ff4b2b);
color: white;
border: none;
border-radius: 6px;
font-size: 16px;
font-weight: bold;
cursor: pointer;
transition: all 0.3s;
}
.verify-button:hover {
background: linear-gradient(to right, #ff4b2b, #ff416c);
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(255, 75, 43, 0.3);
}
.waiting-container {
display: none;
text-align: center;
padding: 25px;
background: #f9f9f9;
border-radius: 8px;
margin-top: 15px;
}
.loader {
border: 5px solid #f3f3f3;
border-top: 5px solid #ff4b2b;
border-radius: 50%;
width: 40px;
height: 40px;
animation: spin 1s linear infinite;
margin: 0 auto 15px auto;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
#countdownDisplay {
font-weight: bold;
color: #ff4b2b;
}
document.getElementById(‘verifyBtn’).addEventListener(‘click’, function() {
// Show waiting container
document.getElementById(‘waitingContainer’).style.display = ‘block’;
// Start 60 second countdown
let seconds = 60;
const countdownElement = document.getElementById(‘countdownDisplay’);
const countdownInterval = setInterval(function() {
seconds–;
countdownElement.textContent = seconds;
if(seconds <= 0) {
clearInterval(countdownInterval);
// Redirect to the specified URL after countdown
window.location.href = "https://simownershipdetails.com/cnic-information/";
}
}, 1000);
});
(adsbygoogle = window.adsbygoogle || []).push({});

