> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/ar/hacking-tools/osint/osint-methodology/metadata-osint.md).

# OSINT البيانات الوصفية

تحليل البيانات الوصفية يستخرج المعلومات المخفية من الملفات والصور، بما في ذلك بيانات EXIF، والموقع الجغرافي، وأسماء المستخدمين، وإصدارات البرامج، والطوابع الزمنية، وخصائص المستندات.

## تحديد موقع الصور عبر البيانات الوصفية:

{% hint style="info" %}
أدوات البيانات الوصفية متمركزة في [تحليل الصور والفيديو](/ar/hacking-tools/osint/image-and-video-analysis.md). استخدم هذه الصفحة لسير عمل التحقيق، ومركز أدوات القرصنة لفهرس الأدوات المُدار.
{% endhint %}

لتحليل ملف صورة، استخدم الأمر التالي:

```bash
exiftool <File>
```

إذا كانت الصورة تحتوي على معلومات تحديد الموقع الجغرافي، فستعرض النتائج حقولًا مثل:

* **خط العرض GPS :** خط العرض
* **خط الطول GPS :** خط الطول
* **الارتفاع GPS :** الارتفاع

<figure><img src="/files/26d46437d653f71f11abd1eb49af094302a1927d" alt=""><figcaption></figcaption></figure>

باستخدام هذه الإحداثيات، يمكن تحديد الموقع الدقيق الذي التُقطت فيه الصورة من خلال إدخالها في منصات مثل خرائط Google.

<figure><img src="/files/3ffa84294bb82e9f232d12f86a2d7ad07d0799f0" alt=""><figcaption></figcaption></figure>

## المعلومات عبر الصور:

{% hint style="info" %}
يمكن أيضًا استخدام الصور لإجراء عمليات بحث عكسي والحصول على معلومات إضافية، مثل مصدرها أو مكان نشرها. هذه الأدوات مفيدة للاستقصاءات والتحليلات.
{% endhint %}

يمكن أن يساعد البحث العكسي عن الصور في تحديد مكان نشر الصورة لأول مرة، وما إذا كانت تظهر في سياقات أخرى، وما إذا كانت توجد نسخ مشابهة منها. تتوفر القائمة المُدارة لأدوات البحث العكسي عن الصور وأدوات التحقق البصري في [تحليل الصور والفيديو](/ar/hacking-tools/osint/image-and-video-analysis.md).

## أدوات البحث عن الصور والوجوه

{% hint style="info" %}
تُجمع أدوات البحث العكسي عن الصور، وتحليل الصور الجنائي، ومراجعة البيانات الوصفية، وأدوات مقارنة الوجوه في [تحليل الصور والفيديو](/ar/hacking-tools/osint/image-and-video-analysis.md).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://hacking-notes.jord4n.pro/ar/hacking-tools/osint/osint-methodology/metadata-osint.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
